graphqld v2.1.2 (2020-02-06T16:16:39Z)
Dub
Repo
Droid
graphql
starwars
types
Undocumented in source.
@
safe
@
GQLDUda
(
GQLDDescription
("A mechanical creature in the Star Wars universe."))
class
Droid :
Character
{
@
GQLDUda
(
GQLDDescription
("The primary function of the droid."))
Nullable
!
string
primaryFunction
;
this
(string id, string name, string[] friends, int[] appearsIn, string primaryFunction);
}
Constructors
this
this
(string id, string name, string[] friends, int[] appearsIn, string primaryFunction)
Undocumented in source.
Members
Variables
primaryFunction
Nullable
!
string
primaryFunction
;
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