TeamTypeInput
No description
input TeamTypeInput {
label: String!
allowedPortalUserIds: [Int!]!
}
Fields
TeamTypeInput.label
● String!
non-null scalar
TeamTypeInput.allowedPortalUserIds
● [Int!]!
non-null scalar
Member of
CreateTeamInput
input ● UpdateTeamInput
input