Skip to content

Add Fields to Sponsors #16

@bketelsen

Description

@bketelsen
      allSponsors(first: 100, orderBy: tierRank_ASC) {
        name
        description
        slug
        website
        callToAction // Sign up Now!
        callToActionLink // https://us.com/signup
        discord // discord invitation link
        youtubeSlug
        tier // this is our Sponsorship Level
        links { // child table or array
          url // https://www.us.com/products/ourGoThing
          text // Our Go Thing
        }
        cardImage {
          url(imgixParams: {fm: jpg, fit: crop})
        }
        logo {
          url(imgixParams: {fm: jpg, fit: crop, w: 100, h: 100})
        }
      }
    }```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions