americanexpress / nodes

A GraphQL JVM Client - Java, Kotlin, Scala, etc.
Apache License 2.0
307 stars 70 forks source link

Support for Directives? #117

Open pavan-kalyan opened 3 years ago

pavan-kalyan commented 3 years ago

Is there support for GraphQL directives like (@include, @skip). These are standard directives that any GraphQL spec compliant servers need to support. Ref Link

Is there any annotation to support this in nodes? something like @GraphQLDirective(directive="ignore", variableName ="shouldIgnore")