T - Type of runtime object to convert the argument intopublic interface GQLInputType<T>
| Modifier and Type | Method and Description |
|---|---|
T |
convert(java.lang.Object argument) |
graphql.schema.GraphQLInputType |
createInputType() |
static graphql.schema.GraphQLInputObjectField |
formField(java.lang.String fieldName,
java.lang.String description) |
static graphql.schema.GraphQLInputObjectField |
formField(java.lang.String fieldName,
java.lang.String description,
graphql.schema.GraphQLInputType inputType) |
graphql.schema.GraphQLTypeReference |
getTypeRef() |
graphql.schema.GraphQLInputType createInputType()
T convert(java.lang.Object argument)
static graphql.schema.GraphQLInputObjectField formField(java.lang.String fieldName,
java.lang.String description)
static graphql.schema.GraphQLInputObjectField formField(java.lang.String fieldName,
java.lang.String description,
graphql.schema.GraphQLInputType inputType)
graphql.schema.GraphQLTypeReference getTypeRef()