Module

GraphQL.Client.Directive.Definition

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

#Directive Source

data Directive :: forall k1 k2 k3 k4. k1 -> k2 -> k3 -> k4 -> Typedata Directive name description arguments locations

A directive definition

#directive Source

directive :: forall name description arguments location. IsSymbol name => Directive name description (Record arguments) location