DeleteExternalIdeaFormPayload
Autogenerated return type of DeleteExternalIdeaForm.
type DeleteExternalIdeaFormPayload {
clientMutationId: String
data: External
errors: [Error!]!
}
Fields
DeleteExternalIdeaFormPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
DeleteExternalIdeaFormPayload.data ● External object
DeleteExternalIdeaFormPayload.errors ● [Error!]! non-null object
List of errors
Returned By
deleteExternalIdeaForm mutation