PeerInput
No description
input PeerInput {
colleagueIds: [Int]
managerIds: [Int]
ownerId: Int!
}
Fields
PeerInput.colleagueIds
● [Int]
list scalar
PeerInput.managerIds
● [Int]
list scalar
PeerInput.ownerId
● Int!
non-null scalar
Member Of
AssessmentCreateInput
input ● AssessmentUpdateInput
input