enum GraphQL::Introspection::TypeKind

Defined in:

graphql/introspection.cr

Enum Members

SCALAR = 0
OBJECT = 1
INTERFACE = 2
UNION = 3
ENUM = 4
INPUT_OBJECT = 5
LIST = 6
NON_NULL = 7

Instance Method Summary

Instance Method Detail

def enum? #

def input_object? #

def interface? #

def list? #

def non_null? #

def object? #

def scalar? #

def union? #