UpdatePostingPayload
Autogenerated return type of UpdatePosting.
type UpdatePostingPayload {
clientMutationId: String
data: Posting
errors: [Error!]!
}
Fields
UpdatePostingPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdatePostingPayload.data ● Posting object
Updated posting
UpdatePostingPayload.errors ● [Error!]! non-null object
List of errors
Returned By
updatePosting mutation