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
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,16 @@
1
1
OverblogGraphQLBundle
2
2
======================
3
3
4
-
This Symfony 2 / 3 bundle provide integration [GraphQL](https://facebook.github.io/graphql/) using [webonyx/graphql-php](https://github.com/webonyx/graphql-php)
4
+
This Symfony bundle provides integration of[GraphQL](https://facebook.github.io/graphql/) using [webonyx/graphql-php](https://github.com/webonyx/graphql-php)
5
5
and [GraphQL Relay](https://facebook.github.io/relay/docs/graphql-relay-specification.html).
6
6
It also supports batching using libs like [ReactRelayNetworkLayer](https://github.com/nodkz/react-relay-network-layer) or [Apollo GraphQL](http://dev.apollodata.com/core/network.html#query-batching).
@@ -60,7 +64,7 @@ Talks and slides to help you start
60
64
-[Video at SymfonyCamp UA 2017](https://www.youtube.com/watch?v=jyoYlnCPNgk)`English`
61
65
-[Video at DPC 2017](https://www.youtube.com/watch?v=E7MjoCOGSSY)`English`
62
66
* A GraphQL API: From hype to production *by Aurélien David* - [Twitter](https://twitter.com/spyl94), [GitHub](https://github.com/spyl94)
63
-
-[Slides at https://spyl.net/slides/symfonycon-cluj-2017](https://spyl.net/slides/symfonycon-cluj-2017/)`English`
67
+
-[Slides at https://spyl.net/slides/symfonycon-cluj-2017](https://spyl.net/slides/symfonycon-cluj-2017)`English`
64
68
* Une API GraphQL: du hype à la prod *by Aurélien David* - [Twitter](https://twitter.com/spyl94), [GitHub](https://github.com/spyl94)
65
69
-[Video at PHPTour 2017 Nantes](https://www.youtube.com/watch?v=xbipW6fgD6c)`French`
66
70
* Introduction to Symfony Flex and setting up OverblogGraphQLBundle with it *by Renato Mendes Figueiredo* - [Twitter](https://twitter.com/renatomefi), [GitHub](https://github.com/renatomefi)
Copy file name to clipboardExpand all lines: Resources/doc/index.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,18 @@
1
1
OverblogGraphQLBundle
2
2
======================
3
3
4
-
This Symfony 2 / 3 bundle provide integration [GraphQL](https://facebook.github.io/graphql/) using [webonyx/graphql-php](https://github.com/webonyx/graphql-php)
4
+
This Symfony bundle provides integration of[GraphQL](https://facebook.github.io/graphql/) using [webonyx/graphql-php](https://github.com/webonyx/graphql-php)
5
5
and [GraphQL Relay](https://facebook.github.io/relay/docs/graphql-relay-specification.html).
6
6
It also supports batching using libs like [ReactRelayNetworkLayer](https://github.com/nodkz/react-relay-network-layer) or [Apollo GraphQL](http://dev.apollodata.com/core/network.html#query-batching).
0 commit comments