@groovy.transform.CompileStatic @groovy.transform.InheritConstructors class SimpleArgument extends CustomArgument<SimpleArgument> implements Typed<SimpleArgument>
Used to create arguments to custom operations that are a simple type
Type | Name and description |
---|---|
GraphQLPropertyType |
propertyType |
Constructor and description |
---|
SimpleArgument
() |
Type Params | Return Type | Name and description |
---|---|---|
|
graphql.schema.GraphQLInputType |
getType(GraphQLTypeManager typeManager, org.grails.datastore.mapping.model.MappingContext mappingContext) |
|
SimpleArgument |
propertyType(GraphQLPropertyType propertyType) |
|
void |
validate() |
Groovy Documentation