OBJECT
ApplicationInviteRole
link GraphQL Schema definition
1 type ApplicationInviteRole { 2 3 # Application to assign to the invited user 4 Application : 5 6 # Role to assign to the invited user 7 Role : 8 9 }
OBJECT
1 type ApplicationInviteRole { 2 3 # Application to assign to the invited user 4 Application : 5 6 # Role to assign to the invited user 7 Role : 8 9 }