Skip to main content

SponsorInterface

No description

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

Fields

SponsorInterface.category ● StylizedCategory object

SponsorInterface.id ● ID scalar

Sponsor unique id

SponsorInterface.logoUrl ● String! non-null scalar

SponsorInterface.mode ● SponsorMode! non-null enum

SponsorInterface.name ● String! non-null scalar

SponsorInterface.type ● SponsorType! non-null enum

Implemented By

Sponsor object ● SponsorExhibitor object