UpdateArticlePayload
Autogenerated return type of UpdateArticle.
type UpdateArticlePayload {
clientMutationId: String
data: Article
errors: [Error!]!
}
Fields
UpdateArticlePayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateArticlePayload.data ● Article object
Updated article data
UpdateArticlePayload.errors ● [Error!]! non-null object
List of errors
Returned By
updateArticle mutation