import { StellateIcon, ChillicreamIcon, ApolloIcon, GraphileIcon, } from "../../icons" import { Cards } from '../../components/cards'
The following channels are maintained by vendors, and may be a good place to find help on their products.
<Cards items={[ { icon: ApolloIcon, title: "Apollo Discord", link: "https://discord.gg/graphos", }, { icon: ChillicreamIcon, title: "ChilliCream Slack", link: "https://slack.chillicream.com", }, { icon: GraphileIcon, title: "Graphile Discord", link: "https://discord.gg/graphile", }, { icon: StellateIcon, title: "Stellate Discord", link: "https://go.stellate.co/community", }, ]} />