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