graphqld v3.8.0 (2021-03-31T07:53:34Z)
Dub
Repo
Humanoid
graphql
testschema
Undocumented in source.
@
safe
class
Humanoid :
Character
{
string
species
;
GQLDCustomLeaf
!(
Date
,
dToString
,
stringToDT
)
dateOfBirth
;
}
Members
Variables
dateOfBirth
GQLDCustomLeaf
!(
Date
,
dToString
,
stringToDT
)
dateOfBirth
;
Undocumented in source.
species
string
species
;
Undocumented in source.
Inherited Members
From Character
id
long
id
;
Undocumented in source.
name
string
name
;
Undocumented in source.
series
Series
[]
series
;
Undocumented in source.
commands
Character
[]
commands
;
Undocumented in source.
ship
Nullable
!
Starship
ship
;
Undocumented in source.
ships
NullableStore
!
Starship
ships
;
Undocumented in source.
commanders
Character
[]
commanders
;
Undocumented in source.
allwaysNull
Nullable
!
Starship
allwaysNull
;
Undocumented in source.
alsoAllwaysNull
Nullable
!
int
alsoAllwaysNull
;
Undocumented in source.
Meta
Source
See Implementation
graphql
testschema
classes
Android
Character
Humanoid
Schema
Starship
enums
Series
functions
datetimeToJson
dtToString
stringToDT
interfaces
Mutation
Subscription
structs
AddCrewmanData
Input
Query
unions
SearchResult