Skip to main content

TeamTypeInput

No description

input TeamTypeInput {
label: String!
userIds: [ID!]
userEmails: [String!]
accesses: AccessInput
profileIds: [ID!]
}

Fields

TeamTypeInput.label ● String! non-null scalar

Team label

TeamTypeInput.userIds ● [ID!] list scalar

The IDS of the users who will belong to this group.

TeamTypeInput.userEmails ● [String!] list scalar

The emails of the users that will invited to this group.

TeamTypeInput.accesses ● AccessInput input

The accesses that will be granted to this team.

TeamTypeInput.profileIds ● [ID!] list scalar

The profiles that will be granted to this team.

Member Of

CreateTeamInput input ● UpdateTeamInput input