graphqld v4.0.0 (2023-01-10T11:26:58Z)
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