Skip to main content

TeamCreateInput

Attributes for creating a team

input TeamCreateInput {
name: String!
categoryID: ID!
brandId: ID
partnerId: ID
recaptchaToken: String
country: Country
externalPartner: ExternalPartnerInput
coordinates: CoordinatesInput
postalCode: String
playersCountEstimate: Int
teamOwnerRoles: [String!]
referralCode: String
utmData: CampaignUtmDataInput
logo: Upload
organizationID: ID
divisionID: ID
shopInitialized: DateISO
}

Fields​

TeamCreateInput.name ● String! non-null scalar​

The team's name.

TeamCreateInput.categoryID ● ID! non-null scalar​

The team's category id.

TeamCreateInput.brandId ● ID scalar​

The team's referred brand ID.

TeamCreateInput.partnerId ● ID scalar​

The campaign's partner.

TeamCreateInput.recaptchaToken ● String scalar​

The team's name.

TeamCreateInput.country ● Country enum​

The team's country.

TeamCreateInput.externalPartner ● ExternalPartnerInput input​

Associate team with external partner

TeamCreateInput.coordinates ● CoordinatesInput input​

Location of team

TeamCreateInput.postalCode ● String scalar​

The team's postal code or zip code

TeamCreateInput.playersCountEstimate ● Int scalar​

The team's player count

TeamCreateInput.teamOwnerRoles ● [String!] list scalar​

The owner's roles on the team

TeamCreateInput.referralCode ● String scalar​

A referral code for the team

TeamCreateInput.utmData ● CampaignUtmDataInput input​

The team's UTM parameters used for marketing and analytics

TeamCreateInput.logo ● Upload scalar​

Team logo.

TeamCreateInput.organizationID ● ID scalar​

The team's organization id

TeamCreateInput.divisionID ● ID scalar​

The team's division id

TeamCreateInput.shopInitialized ● DateISO scalar​

Set the date the shop app was initialized

Member of​

TeamCreate mutation