Module

GraphQL.Client.QueryReturns

#queryReturns

queryReturns :: forall schema query returns. QueryReturns schema query returns => Proxy schema -> query -> Proxy returns

Get the type that a query returns.

#QueryReturns

class QueryReturns schema query returns | schema query -> returns where

Members

  • queryReturnsImpl :: schema -> query -> returns

    Do not use this. Use queryReturns instead. Only exported due to compiler restrictions

Instances

#PropToSchemaType

newtype PropToSchemaType schema

For internal use only but must be exported for other modules to compile

Instances

Modules