Module

GraphQLClient.HTTP

#GraphQLError

data GraphQLError parsed

Constructors

#printGraphQLError

#tryDecodeGraphQLResponse

tryDecodeGraphQLResponse :: forall parsed. (Json -> Either JsonDecodeError parsed) -> Json -> Either (GraphQLError parsed) parsed

#RequestOptions

type RequestOptions = { headers :: Array RequestHeader, password :: Maybe String, timeout :: Maybe Milliseconds, username :: Maybe String, withCredentials :: Boolean }

#defaultRequestOptions

#graphqlRequestImpl

#graphqlQueryRequest

#graphqlMutationRequest

Modules