Skip to content

makeExecutableSchema should permit directives #212

Closed
@voodooattack

Description

@voodooattack

Since the schema language now allows directives, makeExecutableSchema should pass on the directives argument to the GraphQLSchema constructor.

type GraphQLSchemaConfig = {
  query: GraphQLObjectType;
  mutation?: ?GraphQLObjectType;
  subscription?: ?GraphQLObjectType;
  types?: ?Array<GraphQLNamedType>;
  directives?: ?Array<GraphQLDirective>;
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions