Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 761 Bytes

File metadata and controls

36 lines (33 loc) · 761 Bytes

import { StellateIcon, ChillicreamIcon, ApolloIcon, GraphileIcon, } from "../../icons" import { Cards } from '../../components/cards'

Vendor Channels

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", }, ]} />