graphql-engine-1.0.0: GraphQL API over Postgres
Safe HaskellNone
LanguageHaskell2010

Network.URI.Extended

Orphan instances

Hashable URI Source # 
Instance details

Methods

hashWithSalt :: Int -> URI -> Int

hash :: URI -> Int

FromJSON URI Source # 
Instance details

Methods

parseJSON :: Value -> Parser URI

parseJSONList :: Value -> Parser [URI]

ToJSONKey URI Source # 
Instance details

Methods

toJSONKey :: ToJSONKeyFunction URI

toJSONKeyList :: ToJSONKeyFunction [URI]

ToJSON URI Source # 
Instance details

Methods

toJSON :: URI -> Value

toEncoding :: URI -> Encoding

toJSONList :: [URI] -> Value

toEncodingList :: [URI] -> Encoding