INPUT_OBJECT

UpdateRegistrationAccessEntryInput

link GraphQL Schema definition

1input UpdateRegistrationAccessEntryInput {
5
2# The new matching value. Changing it edits this entry; it does not create a new
3# one.
4value: String
8
6# Whether a matched registrant is sent an invite email.
7sendInviteEmail: Boolean
12
9# Application role IDs granted on registration. The resulting entry must still
10# grant a role or an auth group.
11applicationRoleIds: [ID!]
15
13# Authorization group granted on registration. null clears it.
14authGroupId: ID
16}