graphqld v2.1.2 (2020-02-06T16:16:39Z)
Dub
Repo
Character
graphql
testschema
Undocumented in source.
@
safe
abstract
@
GQLDUda
(
TypeKind
.
INTERFACE
)
class
Character {
long
id
;
string
name
;
Series
[]
series
;
Character
[]
commands
;
Nullable
!
Starship
ship
;
NullableStore
!
Starship
ships
;
Character
[]
commanders
;
Nullable
!
Starship
allwaysNull
;
Nullable
!
int
alsoAllwaysNull
;
}
Members
Variables
allwaysNull
Nullable
!
Starship
allwaysNull
;
Undocumented in source.
alsoAllwaysNull
Nullable
!
int
alsoAllwaysNull
;
Undocumented in source.
commanders
Character
[]
commanders
;
Undocumented in source.
commands
Character
[]
commands
;
Undocumented in source.
id
long
id
;
Undocumented in source.
name
string
name
;
Undocumented in source.
series
Series
[]
series
;
Undocumented in source.
ship
Nullable
!
Starship
ship
;
Undocumented in source.
ships
NullableStore
!
Starship
ships
;
Undocumented in source.
Meta
Source
See Implementation
graphql
testschema
classes
Android
Character
Humanoid
Schema
Starship
enums
Series
functions
datetimeToJson
dtToString
interfaces
Mutation
Subscription
structs
AddCrewmanData
Query
unions
SearchResult