We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e78756 commit e95ee16Copy full SHA for e95ee16
src/pages/community/resources/official-channels.mdx
@@ -6,6 +6,7 @@ import {
6
Facebook2Icon,
7
FileTextIcon,
8
CodeIcon,
9
+ GraphQLLogo,
10
} from "../../../icons"
11
import { Cards } from "../../../components/cards"
12
@@ -55,5 +56,11 @@ Please follow these channels for updates and information:
55
56
link: "/code",
57
description: "graphql.org/code",
58
},
59
+ {
60
+ icon: GraphQLLogo,
61
+ title: "Shop",
62
+ link: "https://store.graphql.org/",
63
+ description: "store.graphql.org",
64
+ },
65
]}
66
/>
0 commit comments