graphqld v4.0.0 (2023-01-10T11:26:58Z)
Dub
Repo
Starship
graphql
testschema
Undocumented in source.
@
safe
@
GQLDUda
(
GQLDDescription
("The thing Chracters fly around in"))
class
Starship {
long
id
;
string
name
;
@
GQLDUda
(
GQLDDescription
("The name used when speaking about the ship"))
string
designation
;
double
size
;
@
GQLDUda
(
GQLDDescription
("The person in charge"))
Character
commander
;
Nullable
!(
Series
)[]
series
;
Character
[]
crew
;
this
(long id, string designation, double size, string name);
string
toString
();
}
Constructors
this
this
(long id, string designation, double size, string name)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
commander
Character
commander
;
Undocumented in source.
crew
Character
[]
crew
;
Undocumented in source.
designation
string
designation
;
Undocumented in source.
id
long
id
;
Undocumented in source.
name
string
name
;
Undocumented in source.
series
Nullable
!(
Series
)[]
series
;
Undocumented in source.
size
double
size
;
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