graphqld v2.1.2 (2020-02-06T16:16:39Z)
Dub
Repo
__Field
graphql
schema
introspectiontypes
Undocumented in source.
struct
__Field {
string
name
;
Nullable
!
string
description
;
__InputValue
[]
args
;
__Type
type
;
bool
isDeprecated
;
Nullable
!
string
deprecationReason
;
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.
deprecationReason
Nullable
!
string
deprecationReason
;
Undocumented in source.
description
Nullable
!
string
description
;
Undocumented in source.
isDeprecated
bool
isDeprecated
;
Undocumented in source.
name
string
name
;
Undocumented in source.
type
__Type
type
;
Undocumented in source.
Meta
Source
See Implementation
graphql
schema
introspectiontypes
aliases
IntrospectionTypes
enums
__DirectiveLocation
__TypeKind
structs
__Directive
__EnumValue
__Field
__InputValue
__Schema
__Type