You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to share KLM and Bynder experience working on GraphQL based applications that thousands of people are using every day. Beyond basics we'll discuss: persistent queries (query whitelisting and reduced bandwidth usage); optimistic UI (make the interface respond faster); connecting React components to GraphQL with wrappers (improvements beyond default Apollo frontend implementation)... and the cherry on the cake: GraphQL Subscriptions.
17
+
We'll share experiences switching from REST to GraphQL, explain the different ways of using GraphQL in our projects and tell more about the challenges we faced and how we solved them. Also the flexibility of GraphQL subqueries can have a negative impact on query performance, we'll share some of the problems and solutions for optimizing subqueries, using GraphQL query AST parsing to pre-emptively join/aggregate data on the database level.
18
+
19
+
### GraphQL-Europe Conference
20
+
21
+
-**Date:** 15th June, 2018
22
+
-**Location:** Berlin, Germany
23
+
-**Link:**https://graphql-europe.org/
24
+
25
+
GraphQL-Europe is a non-profit GraphQL conference in Europe with speakers from all around the world. Learn about GraphQL best practices from industry experts and become part of the thriving GraphQL community.
26
+
27
+
## Past Events
18
28
19
29
### GraphQL Summit 2017
20
30
@@ -24,7 +34,13 @@ We'd like to share KLM and Bynder experience working on GraphQL based applicatio
24
34
25
35
GraphQL Summit is a conference dedicated entirely to the GraphQL developer community. Speakers from all around the world will talk about GraphQL best practices, design patterns, adoption stories, GraphQL in production, and the open source ecosystem. This year there will be one track of talks over two days, as well as an afterparty and workshops. The CFP closes August 14, 2017 12:00AM PST.
We'd like to share KLM and Bynder experience working on GraphQL based applications that thousands of people are using every day. Beyond basics we'll discuss: persistent queries (query whitelisting and reduced bandwidth usage); optimistic UI (make the interface respond faster); connecting React components to GraphQL with wrappers (improvements beyond default Apollo frontend implementation)... and the cherry on the cake: GraphQL Subscriptions.
0 commit comments