Skip to content

Commit 7032f9d

Browse files
authored
Merge pull request #247 from renatomefi/docs/talks
Adding talks slides and videos
2 parents 705e06b + ae41906 commit 7032f9d

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ This Symfony 2 / 3 bundle provide integration [GraphQL](https://facebook.github.
55
and [GraphQL Relay](https://facebook.github.io/relay/docs/graphql-relay-specification.html).
66
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).
77

8-
[![Build Status](https://travis-ci.org/overblog/GraphQLBundle.svg?branch=master)](https://travis-ci.org/overblog/GraphQLBundle)
9-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/overblog/GraphQLBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/overblog/GraphQLBundle/?branch=master)
8+
[![Build Status](https://travis-ci.org/overblog/GraphQLBundle.svg?branch=master)](https://travis-ci.org/overblog/GraphQLBundle)
9+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/overblog/GraphQLBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/overblog/GraphQLBundle/?branch=master)
1010
[![Coverage Status](https://coveralls.io/repos/github/overblog/GraphQLBundle/badge.svg?branch=master)](https://coveralls.io/github/overblog/GraphQLBundle?branch=master)
1111

1212
Documentation
@@ -52,6 +52,21 @@ Documentation
5252
- [Query complexity analysis](Resources/doc/security/query-complexity-analysis.md)
5353
- [Errors handling](Resources/doc/security/errors-handling.md)
5454

55+
Talks and slides to help you start
56+
----------------------------------
57+
58+
* GraphQL is right in front of us, let's to it! *by Renato Mendes Figueiredo* - [Twitter](https://twitter.com/renatomefi), [GitHub](https://github.com/renatomefi)
59+
- [Slides at http://talks.mefi.in/graphql-scotphp17](http://talks.mefi.in/graphql-scotphp17/) `English`
60+
- [Video at SymfonyCamp UA 2017](https://www.youtube.com/watch?v=jyoYlnCPNgk) `English`
61+
- [Video at DPC 2017](https://www.youtube.com/watch?v=E7MjoCOGSSY) `English`
62+
* 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`
64+
* Une API GraphQL: du hype à la prod *by Aurélien David* - [Twitter](https://twitter.com/spyl94), [GitHub](https://github.com/spyl94)
65+
- [Video at PHPTour 2017 Nantes](https://www.youtube.com/watch?v=xbipW6fgD6c) `French`
66+
* Introduction to Symfony Flex and setting up OverblogGraphQLBundle with it *by Renato Mendes Figueiredo* - [Twitter](https://twitter.com/renatomefi), [GitHub](https://github.com/renatomefi)
67+
- [Slides at http://talks.mefi.in/symfony-flex-101-symfonycampua](http://talks.mefi.in/symfony-flex-101-symfonycampua/) `English`
68+
- [Video at Symfony Camp UA 2017](https://www.youtube.com/watch?v=lWweoiCI9Hk) `English`
69+
5570
Community
5671
---------
5772

@@ -62,4 +77,5 @@ Community
6277
Contributing
6378
------------
6479

65-
[See contributing documentation](CONTRIBUTING.md)
80+
* [See contributing documentation](CONTRIBUTING.md)
81+
* [Thanks to all contributors](https://github.com/overblog/GraphQLBundle/graphs/contributors)

0 commit comments

Comments
 (0)