Skip to main content

Sponsor

No description

type Sponsor implements SponsorInterface {
category: StylizedCategory
id: ID
logoUrl: String!
mode: SponsorMode!
name: String!
type: SponsorType!
externalUrl: String
}

Fields

Sponsor.category ● StylizedCategory object

Sponsor.id ● ID scalar

Sponsor unique id

Sponsor.logoUrl ● String! non-null scalar

Sponsor.mode ● SponsorMode! non-null enum

Sponsor.name ● String! non-null scalar

Sponsor.type ● SponsorType! non-null enum

Sponsor.externalUrl ● String scalar

Interfaces

SponsorInterface interface

Member Of

Analytics_SponsorShowArray object

Implemented By

SponsorUnion union