graphqld v2.1.2 (2020-02-06T16:16:39Z)
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