enum GraphQL::Introspection::DirectiveLocation

Defined in:

graphql/introspection.cr

Enum Members

QUERY = 0
MUTATION = 1
SUBSCRIPTION = 2
FIELD = 3
FRAGMENT_DEFINITION = 4
FRAGMENT_SPREAD = 5
INLINE_FRAGMENT = 6
SCHEMA = 7
SCALAR = 8
OBJECT = 9
FIELD_DEFINITION = 10
ARGUMENT_DEFINITION = 11
INTERFACE = 12
UNION = 13
ENUM = 14
ENUM_VALUE = 15
INPUT_OBJECT = 16
INPUT_FIELD_DEFINITION = 17

Instance Method Summary

Instance Method Detail

def argument_definition? #

def enum? #

def enum_value? #

def field? #

def field_definition? #

def fragment_definition? #

def fragment_spread? #

def inline_fragment? #

def input_field_definition? #

def input_object? #

def interface? #

def mutation? #

def object? #

def query? #

def scalar? #

def schema? #

def subscription? #

def union? #