Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 1.02 KB

File metadata and controls

40 lines (36 loc) · 1.02 KB

import { RedditIcon, ReactifluxIcon, FreenodeIcon, StackOverflowIcon, } from "../../icons" import { Cards } from "../../components/cards"

Community Channels

Many GraphQL developers idle in Discord, Slack, and IRC for live communication and can answer quick questions.

Please be patient and polite. These are not explicitly user support channels, although they're likely a good place to find someone who can answer your question if you ask nicely.

<Cards items={[ { icon: RedditIcon, title: "GraphQL Reddit Community", link: "https://reddit.com/r/graphql", }, { icon: ReactifluxIcon, title: "Reactiflux Discord", link: "https://join.reactiflux.com", description: "#help-graphql", }, { icon: FreenodeIcon, title: "Freenode IRC", link: "https://freenode.net", description: "#graphql", }, { icon: StackOverflowIcon, title: "Stack Overflow", link: "https://stackoverflow.com/questions/tagged/graphql", }, ]} />