Readonly _directives
_directives
: Crud<DirectiveNode, DirectiveApi, string | { arguments
?: ReadonlyArray<ArgumentNode | ArgumentNodeProps>; name
: NameNodeProps | NameNode }, string> = new Crud({parent: this.node,key: 'directives',api: Api.directiveApi,factory: Ast.directiveNode,matcher: (node): Directivename => node.name.value,})
API for GraphQL
FragmentSpreadNode