graphqld ~moving_stuff_around (2022-04-07T19:51:00.3248447)
Dub
Repo
DefaultDirectives
graphql
schema
directives
Undocumented in source.
@
safe
interface
DefaultDirectives {
void
skip
(bool _if);
void
include
(bool _if);
}
Members
Functions
include
void
include
(bool _if)
Undocumented in source.
skip
void
skip
(bool _if)
Undocumented in source.
Meta
Source
See Implementation
graphql
schema
directives
interfaces
DefaultDirectives