graphql-0.3: Haskell GraphQL implementation

Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.GraphQL.AST

Contents

Synopsis

Name

Document

newtype Document Source

Constructors

Document [Definition] 

Instances

newtype Variable Source

Constructors

Variable Name 

Instances

data Argument Source

Constructors

Argument Name Value 

Instances

Fragments

Values

newtype ListValue Source

Constructors

ListValue [Value] 

Directives

Type Reference

newtype NamedType Source

Constructors

NamedType Name 

newtype ListType Source

Constructors

ListType Type 

Instances

Type definition