UpdateAltTextPayload
Autogenerated return type of UpdateAltText.
type UpdateAltTextPayload {
clientMutationId: String
data: AlternativeText
errors: [Error!]!
}
Fields
UpdateAltTextPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateAltTextPayload.data ● AlternativeText object
Updated alternative text.
UpdateAltTextPayload.errors ● [Error!]! non-null object
List of errors
Returned By
updateAltText mutation