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