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.