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