ResponseFlagUpdateInput
No description
input ResponseFlagUpdateInput {
clientMutationId: String
label: AnswerLabel
notes: String
id: Int!
}
Fields
ResponseFlagUpdateInput.clientMutationId
● String
scalar
ResponseFlagUpdateInput.label
● AnswerLabel
enum
ResponseFlagUpdateInput.notes
● String
scalar
ResponseFlagUpdateInput.id
● Int!
non-null scalar
Member Of
hrResponseFlagUpdate
mutation