Module

GraphQL.Client.QueryReturns

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

#PropToSchemaType Source

newtype PropToSchemaType :: Row Type -> Typenewtype PropToSchemaType schema

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

Instances

#QueryReturns Source

class QueryReturns :: forall k1 k2 k3. k1 -> k2 -> k3 -> Constraintclass QueryReturns schema query returns | schema query -> returns

Instances

#QueryReturnsAt Source

class QueryReturnsAt :: Symbol -> Type -> Type -> Type -> Constraintclass QueryReturnsAt at schema query returns | schema query -> returns where

Members

  • queryReturnsAtImpl :: Proxy at -> schema -> query -> returns

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

Instances

#queryReturns Source

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

Get the type that a query returns.