DeleteCustomPostingPayload
Autogenerated return type of DeleteCustomPosting.
type DeleteCustomPostingPayload {
clientMutationId: String
data: CustomPosting
errors: [Error!]!
}
Fields
DeleteCustomPostingPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
DeleteCustomPostingPayload.data ● CustomPosting object
Custom Posting data
DeleteCustomPostingPayload.errors ● [Error!]! non-null object
List of errors
Returned By
deleteCustomPosting mutation