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