graphqld v2.1.2 (2020-02-06T16:16:39Z)
Dub
Repo
StarWarsQuery
graphql
starwars
schema
Undocumented in source.
@
safe
@
GQLDUda
(
TypeKind
.
OBJECT
)
struct
StarWarsQuery {
Nullable
!
Character
hero
(Nullable!Episode episode);
Nullable
!
Human
human
(string id);
Nullable
!
Droid
droid
(string id);
}
Members
Functions
droid
Nullable
!
Droid
droid
(string id)
Undocumented in source.
hero
Nullable
!
Character
hero
(Nullable!Episode episode)
Undocumented in source.
human
Nullable
!
Human
human
(string id)
Undocumented in source.
Meta
Source
See Implementation
graphql
starwars
schema
classes
StarWarsSchema
structs
StarWarsQuery