graphqld ~master (2022-03-31T11:40:45.4202012)
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