graphqld v4.0.0 (2023-01-10T11:26:58Z)
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.
isDead
bool
isDead
;
Undocumented in source.
someOldField
int
someOldField
;
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
Vector
unions
SearchResult