Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
graphql-client Data.GraphQL.Monad The settings for initializing a GraphQLManager.
GraphQLSettings :: ManagerSettings -> String -> (Request -> Request) -> GraphQLSettingsgraphql-client Data.GraphQL.Monad No documentation available.
defaultGraphQLSettings :: GraphQLSettingsgraphql-client Data.GraphQL.Monad Default settings for GraphQLSettings. Requires url field to be overridden. Example usage:
>>> defaultGraphQLSettings ... { url = "https://api.github.com/graphql" ... , modifyReq = \\req -> req ... { requestHeaders = ... (hAuthorization, "bearer my_github_token") : requestHeaders req ... } ... }managerSettings :: GraphQLSettings -> ManagerSettingsgraphql-client Data.GraphQL.Monad Uses TLS by default
-
greskell Data.Greskell set Cardinality.
-
greskell Data.Greskell General parser for FlattenedMap.
-
greskell Data.Greskell General parser for GMap.
-
greskell Data.Greskell General parser for GMapEntry.
parseTypedGraphSON :: (GraphSONTyped v, FromJSON v) => Value -> Parser (GraphSON v)greskell Data.Greskell Parse GraphSON v, but it checks gsonType. If gsonType is Nothing or it's not equal to gsonTypeFor, the Parser fails.
-
greskell Data.Greskell.Graph set Cardinality.