Skip to main content

CreateCustomPostingInput

Autogenerated input type of CreateCustomPosting

input CreateCustomPostingInput {
clientMutationId: String
params: CustomPostingCreateInput!
}

Fields

CreateCustomPostingInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

CreateCustomPostingInput.params ● CustomPostingCreateInput! non-null input

Custom posting create params

Member Of

createCustomPosting mutation