Skip to main content

UpdateStaffbasePostingInput

Autogenerated input type of UpdateStaffbasePosting

input UpdateStaffbasePostingInput {
clientMutationId: String
id: ID!
params: StaffbasePostingUpdateInput!
}

Fields

UpdateStaffbasePostingInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateStaffbasePostingInput.id ● ID! non-null scalar

Staffbase Posting ID

UpdateStaffbasePostingInput.params ● StaffbasePostingUpdateInput! non-null input

Staffbase posting update params

Member Of

updateStaffbasePosting mutation