specifiedDirectives property

List<GraphQLDirective> specifiedDirectives
final

Default GraphQL directives

Implementation

static final specifiedDirectives = [
  graphQLIncludeDirective,
  graphQLSkipDirective,
  graphQLDeprecatedDirective,
  graphQLSpecifiedByDirective,
  graphQLOneOfDirective,
];