Module

Prospero.GqlTypes

Package
purescript-prospero
Repository
rowtype-yoga/purescript-prospero

#GqlString Source

#GqlInt Source

data GqlInt

#GqlFloat Source

#GqlBoolean Source

#GqlID Source

data GqlID

#GqlNonNull Source

data GqlNonNull a

Instances

#GqlNullable Source

#GqlList Source

data GqlList a

#GqlObject Source

data GqlObject :: Symbol -> Row Type -> Typedata GqlObject name fields

#GqlField Source

data GqlField gqlType

#GqlFieldWithArgs Source

data GqlFieldWithArgs :: Row Type -> Type -> Typedata GqlFieldWithArgs args gqlType

#GqlEnum Source

data GqlEnum :: Symbol -> Typedata GqlEnum name

#GqlUnion Source

data GqlUnion :: Symbol -> Row Type -> Typedata GqlUnion name members

#GqlInterface Source

data GqlInterface :: Symbol -> Row Type -> Typedata GqlInterface name fields

#GqlInputObject Source

data GqlInputObject :: Symbol -> Row Type -> Typedata GqlInputObject name fields

#GqlCustomScalar Source

#StripNonNull Source

class StripNonNull gql inner | gql -> inner

Instances