graphqld v2.1.2 (2020-02-06T16:16:39Z)
Dub
Repo
__InputValue
graphql
schema
introspectiontypes
Undocumented in source.
struct
__InputValue {
string
name
;
Nullable
!
string
description
;
NullableStore
!
__Type
type
;
Nullable
!
string
defaultValue
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
defaultValue
Nullable
!
string
defaultValue
;
Undocumented in source.
description
Nullable
!
string
description
;
Undocumented in source.
name
string
name
;
Undocumented in source.
type
NullableStore
!
__Type
type
;
Undocumented in source.
Meta
Source
See Implementation
graphql
schema
introspectiontypes
aliases
IntrospectionTypes
enums
__DirectiveLocation
__TypeKind
structs
__Directive
__EnumValue
__Field
__InputValue
__Schema
__Type