graphqld ~master (2021-10-12T07:07:01Z)
Dub
Repo
__Directive
graphql
schema
introspectiontypes
Undocumented in source.
struct
__Directive {
string
name
;
Nullable
!
string
description
;
__DirectiveLocation
[]
locations
;
__InputValue
[]
args
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
args
__InputValue
[]
args
;
Undocumented in source.
description
Nullable
!
string
description
;
Undocumented in source.
locations
__DirectiveLocation
[]
locations
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
graphql
schema
introspectiontypes
aliases
IntrospectionTypes
enums
__DirectiveLocation
__TypeKind
structs
__Directive
__EnumValue
__Field
__InputValue
__Schema
__Type