Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Directive = directives.FieldDirectiveDefinition{ Definition: &ast.DirectiveDefinition{ Name: consts.SchemaDefDirectiveFieldName, Description: `This directive is used to mark the object as a resource field`, Position: &ast.Position{Src: &ast.Source{BuiltIn: false}}, Arguments: ast.ArgumentDefinitionList{ { Name: consts.SchemaDefFieldDirectiveArgLabel, Type: ast.NamedType("String", nil), }, { Name: consts.SchemaDefFieldDirectiveArgDescription, Type: ast.NamedType("String", nil), }, { Name: consts.SchemaDefFieldDirectiveArgDb, Type: ast.NamedType(consts.SchemaDefFieldDbConfigInputType, nil), Directives: ast.DirectiveList{ {Name: consts.ExcludeArgumentFromType}, }, }, }, Locations: []ast.DirectiveLocation{ ast.LocationFieldDefinition, }, }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.