-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hey, do you have support for directives? I didn't find it in the code yet.
ex: https://www.apollographql.com/docs/apollo-server/schema/directives/
It may make the library bigger, but maybe make it as optional plugin? so, if someone need it, just add it to the project.
In particular I use a lot something like this:
query Products($includeData: Boolean, $id: UUID!) {
products(id: $id) {
id
name
data @include(if: $includeData)
}
}Metadata
Metadata
Assignees
Labels
No labels