Skip to content

Commit 537c98f

Browse files
committed
Merged
2 parents 0e42538 + 6b774e3 commit 537c98f

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

site/community/Community-Events.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ DataLoader is the missing piece in the React-Relay-GraphQL stack, a utility for
2828

2929
Uri Goldshtein works at Meteor Development group at the Apollo team and is the creator of the angular-meteor and angular2-apollo libraries. In this talk you will learn what GraphQL is, why it is great for Angular and how easy it is to integrate with your current Applications. GraphQL has many benefits comparing to REST like better performance over the network and maintainability. Use this opportunity to ask him questions about this topic before his talk at AngularConnect!
3030

31+
### Leverage GraphQL to Efficiently Query Data Relationships
32+
33+
- **Event:** Dreamforce
34+
- **Date:** October 6, 2016
35+
- **Location:** San Francisco, CA
36+
- **Speakers:** Pierre-Marie Dartus & Robin Ricard
37+
- **Link:** https://success.salesforce.com/Sessions?eventId=a1Q3000000qQOd9#/session/a2q3A000000LBekQAG
38+
3139
### From REST to GraphQL
3240

3341
- **Event:** Full Stack Toronto

site/users/index.html.js

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ var React = require('react');
1010
var Site = require('../_core/Site');
1111

1212
/**
13-
* Adding your logo? Add it to the /whos-using/logos/ directory and then append
14-
* an entry to this list.
13+
* Adding your logo?
14+
* Add it to the /users/logos/ directory and then append an entry to this list.
1515
*
16-
* Please include logos with transparent backgrounds with no margins. If your
17-
* logo is round, include `isRound: true` in your entry.
16+
* Please include logos with transparent backgrounds with no extra margin in the image.
17+
* If your logo is round, include `isRound: true` in your entry.
1818
*/
1919
var logos = [
2020
{
@@ -74,6 +74,11 @@ var logos = [
7474
img: 'loggi.png',
7575
link: 'https://www.loggi.com/'
7676
},
77+
// Adding your logo?
78+
// Add it to the /users/logos/ directory and then append an entry above this comment.
79+
//
80+
// Please include logos with transparent backgrounds with no extra margin in the image.
81+
// If your logo is round, include `isRound: true` in your entry.
7782
];
7883

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

0 commit comments

Comments
 (0)