Module

GraphQL.Client.Directive

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

#ApplyDirective Source

data ApplyDirective :: forall k. k -> Type -> Type -> Typedata ApplyDirective dir args a

Constructors

Instances

#applyDir Source

applyDir :: forall a dir args. IsSymbol dir => Proxy dir -> args -> a -> ApplyDirective dir args a

Apply a directive

#DirectivesTypeCheckTopLevelLocation Source

class DirectivesTypeCheckTopLevelLocation :: forall k1 k2 k3 k4. k1 -> k2 -> k3 -> k4 -> Constraintclass DirectivesTypeCheckTopLevelLocation location directiveDeclarations q bool | location directiveDeclarations q -> bool

Instances