Skip to main content

ExternalTeam

An external team connected through SSO

type ExternalTeam {
campaign: Campaign
category: CampaignCategory!
country: Country!
currency: Currency!
id: ID!
name: String!
postalCode: String
type: ExternalPartnerType!
}

Fields

ExternalTeam.campaign ● Campaign object

Associated FlipGive campaign

ExternalTeam.category ● CampaignCategory! non-null object

Category of team

ExternalTeam.country ● Country! non-null enum

Country of team

ExternalTeam.currency ● Currency! non-null enum

Currency of team

ExternalTeam.id ● ID! non-null scalar

External Team Ref / ID

ExternalTeam.name ● String! non-null scalar

Name of team

ExternalTeam.postalCode ● String scalar

Postal Code or Zip Code

ExternalTeam.type ● ExternalPartnerType! non-null enum

Which External Partner does team belong to

Member of

Viewer object