graphql-0.7.0.0: Haskell GraphQL implementation

Safe HaskellSafe
LanguageHaskell2010

Language.GraphQL.AST.DirectiveLocation

Description

Various parts of a GraphQL document can be annotated with directives. This module describes locations in a document where directives can appear.

Synopsis

Documentation

data DirectiveLocation Source #

All directives can be splitted in two groups: directives used to annotate various parts of executable definitions and the ones used in the schema definition.