Readonly _directiveDefinitions
_directive
Definitions: Crud<DirectiveDefinitionNode, DirectiveDefinitionApi, { arguments?: ReadonlyArray<InputValueDefinitionNodeProps | InputValueDefinitionNode>; description?: StringValueNodeProps | StringValueNode; locations: ReadonlyArray<GQL.DirectiveLocationEnum | NameNode>; name: NameNodeProps | NameNode; repeatable?: undefined | false | true }, string> = new Crud({parent: this.node,key: 'definitions',api: Api.directiveDefinitionApi,factory: Ast.directiveDefinitionNode,matcher: (n): Directivename => n.name.value,kindFilter: [Kind.DIRECTIVE_DEFINITION],})
API for GraphQL
DocumentNode
with schema