graphqld v3.9.0 (2021-04-06T10:26:23Z)
Dub
Repo
Human
graphql
starwars
types
Undocumented in source.
@
safe
class
Human :
Character
{
@
GQLDUda
(
GQLDDescription
("The home planet of the human, or null if unknown."))
string
homePlanet
;
this
(string id, string name, string[] friends, int[] appearsIn, string homePlanet);
}
Constructors
this
this
(string id, string name, string[] friends, int[] appearsIn, string homePlanet)
Undocumented in source.
Members
Variables
homePlanet
string
homePlanet
;
Undocumented in source.
Inherited Members
From Character
id
string
id
;
Undocumented in source.
name
Nullable
!
string
name
;
Undocumented in source.
friends
NullableStore
!(
Nullable
!(
Nullable
!(
Character
)[]))
friends
;
Undocumented in source.
friendsId
string
[]
friendsId
;
Undocumented in source.
appearsIn
Nullable
!(
Nullable
!(
Episode
)[])
appearsIn
;
Undocumented in source.
secretBackstory
Nullable
!
string
secretBackstory
;
Undocumented in source.
Meta
Source
See Implementation
graphql
starwars
types
classes
Character
Droid
Human
enums
Episode