Module

GraphQL.Client.QueryReturns

Package
purescript-graphql-client
Repository
OxfordAbstracts/purescript-graphql-client

#queryReturns Source

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

Get the type that a query returns.

#QueryReturns Source

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 Source

newtype PropToSchemaType :: Row Type -> Typenewtype PropToSchemaType schema

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

Instances