@groovy.transform.CompileStatic class DefaultGraphQLDeleteResponseHandler extends CachingGraphQLResponseHandler
The default data available in a delete mutation response success: Boolean
Modifiers | Name | Description |
---|---|---|
protected java.lang.String |
description |
|
protected java.lang.String |
name |
Type Params | Return Type | Name and description |
---|---|---|
|
protected GraphQLObjectType |
buildDefinition(GraphQLTypeManager typeManager) |
|
protected java.util.List<GraphQLFieldDefinition> |
buildFieldDefinitions(GraphQLTypeManager typeManager) |
|
java.lang.Object |
createResponse(DataFetchingEnvironment environment, boolean success, java.lang.Exception exception) |
|
GraphQLObjectType |
getObjectType(GraphQLTypeManager typeManager) |
Methods inherited from class | Name |
---|---|
class CachingGraphQLResponseHandler |
buildDefinition, getDefinition |