Skip to main content

UpdatePostingInput

Autogenerated input type of UpdatePosting

input UpdatePostingInput {
clientMutationId: String
id: ID!
params: PostingUpdateInput!
}

Fields

UpdatePostingInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdatePostingInput.id ● ID! non-null scalar

Posting ID

UpdatePostingInput.params ● PostingUpdateInput! non-null input

Posting update params

Member Of

updatePosting mutation