java.lang.Object
com.graphql_java_generator.client.directive.Directive

public class Directive extends Object
This object can represent both:
  • A directive definition, as defined in the GraphQL schema, or as a standard GraphQL directive (skip, include, deprecated). In this case the argument's value is null.
  • An applied directive within a query/mutation/subscription. In this case, the argument's value is the value read in the query/mutation/subscription. Thus it can be a hard coded value, or a bind parameter)/
Author:
etienne-sf