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")