Config to make a GraphQL request using makeGraphQLRequest
makeGraphQLRequest
Base URL that should be requested. /graphql will be attached to it to make a request.
/graphql
Operation to request. Use graphql-tag to wrap the operation string.
graphql-tag
Bearer authorization token.
Optional
Optional GraphQL request variables.
Config to make a GraphQL request using
makeGraphQLRequest