graphqld v4.0.0 (2023-01-10T11:26:58Z)
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
;
const
bool
isDead
;
@
GQLDUda
(
GQLDDeprecated
(
IsDeprecated
.
yes
, "Stupid name"))
int
someOldField
;
}
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.
isDead
bool
isDead
;
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.
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