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