UpdateStaffbasePostingPayload
Autogenerated return type of UpdateStaffbasePosting.
type UpdateStaffbasePostingPayload {
clientMutationId: String
data: StaffbasePosting
errors: [Error!]!
}
Fields
UpdateStaffbasePostingPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateStaffbasePostingPayload.data ● StaffbasePosting object
Updated posting
UpdateStaffbasePostingPayload.errors ● [Error!]! non-null object
List of errors
Returned By
updateStaffbasePosting mutation