@groovy.transform.CompileStatic @groovy.transform.InheritConstructors class SimpleArgument extends CustomArgument
Used to create arguments to custom operations that are a simple type
Type | Name and description |
---|---|
GraphQLPropertyType |
propertyType |
Type Params | Return Type | Name and description |
---|---|---|
|
GraphQLInputType |
getType(GraphQLTypeManager typeManager, MappingContext mappingContext) |
|
SimpleArgument |
propertyType(GraphQLPropertyType propertyType) |
|
void |
validate() |
Methods inherited from class | Name |
---|---|
class CustomArgument |
getArgument, getType, validate |