Skip to content

Commit 49a3d4d

Browse files
author
danahmadi
committed
Added Meteor and Apollo to the GraphQL user list
1 parent 79d99f3 commit 49a3d4d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

site/users/index.html.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ var logos = [
4343
img: 'hudl.png',
4444
link: 'https://www.hudl.com/'
4545
},
46+
{
47+
name: 'Meteor',
48+
img: 'meteor.png',
49+
link: 'https://medium.com/apollo-stack/snappier-uis-with-apollo-client-graphql-bffab0b52b79#.sls7hdvud'
50+
},
51+
{
52+
name: 'Apollo',
53+
img: 'apollo.png',
54+
link: 'http://www.apollostack.com/'
55+
}
4656
];
4757

4858
module.exports = ({ page }) =>

0 commit comments

Comments
 (0)