Deployed 8cd1547 with MkDocs version: 0.16.3

This commit is contained in:
Vladimir Razuvaev 2018-01-19 13:58:39 +07:00
parent f7f9bc363c
commit 7a4040d16a
4 changed files with 43 additions and 31 deletions

View File

@ -65,7 +65,10 @@
<li class="toctree-l2"><a href="#integrations">Integrations</a></li> <li class="toctree-l2"><a href="#integrations">Integrations</a></li>
<li class="toctree-l2"><a href="#tools">Tools</a></li> <li class="toctree-l2"><a href="#graphql-php-tools">GraphQL PHP Tools</a></li>
<li class="toctree-l2"><a href="#general-graphql-tools">General GraphQL Tools</a></li>
</ul> </ul>
@ -189,17 +192,21 @@
<li><a href="https://github.com/ivome/graphql-relay-php">Integration with Relay</a></li> <li><a href="https://github.com/ivome/graphql-relay-php">Integration with Relay</a></li>
<li><a href="https://github.com/Folkloreatelier/laravel-graphql">Integration with Laravel 5</a> + <a href="https://github.com/nuwave/laravel-graphql-relay">Relay Helpers for Laravel</a></li> <li><a href="https://github.com/Folkloreatelier/laravel-graphql">Integration with Laravel 5</a> + <a href="https://github.com/nuwave/laravel-graphql-relay">Relay Helpers for Laravel</a></li>
<li><a href="https://github.com/overblog/GraphQLBundle">Symfony Bundle</a> by Overblog</li> <li><a href="https://github.com/overblog/GraphQLBundle">Symfony Bundle</a> by Overblog</li>
<li>Define types with Doctrine ORM annotations (<a href="https://github.com/Ecodev/graphql-doctrine">for PHP7.1</a>, for <a href="https://github.com/rahuljayaraman/doctrine-graphql">earlier PHP versions</a>)</li>
<li>Out of the box integration with any PSR-7 compatible framework (like <a href="http://slimframework.com">Slim</a> or <a href="http://zendframework.github.io/zend-expressive/">Zend Expressive</a>) via <a href="../executing-queries.md/#using-server">Standard Server</a></li> <li>Out of the box integration with any PSR-7 compatible framework (like <a href="http://slimframework.com">Slim</a> or <a href="http://zendframework.github.io/zend-expressive/">Zend Expressive</a>) via <a href="../executing-queries.md/#using-server">Standard Server</a></li>
<li><a href="https://github.com/phps-cans/psr7-middleware-graphql">PSR 15 compliant middleware</a> for the Standard Server (experimental)</li>
</ul> </ul>
<h1 id="tools">Tools</h1> <h1 id="graphql-php-tools">GraphQL PHP Tools</h1>
<ul>
<li>Define types with Doctrine ORM annotations (<a href="https://github.com/Ecodev/graphql-doctrine">for PHP7.1</a>, for <a href="https://github.com/rahuljayaraman/doctrine-graphql">earlier PHP versions</a>)</li>
<li><a href="https://github.com/overblog/dataloader-php">DataLoader PHP</a> - as a ready implementation for <a href="../data-fetching/#solving-n1-problem">deferred resolvers</a></li>
<li><a href="https://github.com/phps-cans/psr7-middleware-graphql">PSR 15 compliant middleware</a> for the Standard Server (experimental)</li>
<li><a href="https://github.com/Ecodev/graphql-upload">GraphQL Uploads</a> for the Standard Server</li>
</ul>
<h1 id="general-graphql-tools">General GraphQL Tools</h1>
<ul> <ul>
<li><a href="https://github.com/graphql/graphiql">GraphiQL</a> - An in-browser IDE for exploring GraphQL</li> <li><a href="https://github.com/graphql/graphiql">GraphiQL</a> - An in-browser IDE for exploring GraphQL</li>
<li><a href="https://chrome.google.com/webstore/detail/chromeiql/fkkiamalmpiidkljmicmjfbieiclmeij">ChromeiQL</a> <li><a href="https://chrome.google.com/webstore/detail/chromeiql/fkkiamalmpiidkljmicmjfbieiclmeij">ChromeiQL</a>
or <a href="https://chrome.google.com/webstore/detail/graphiql-feen/mcbfdonlkfpbfdpimkjilhdneikhfklp">GraphiQL Feen</a> - or <a href="https://chrome.google.com/webstore/detail/graphiql-feen/mcbfdonlkfpbfdpimkjilhdneikhfklp">GraphiQL Feen</a> -
GraphiQL as Google Chrome extension</li> GraphiQL as Google Chrome extension</li>
<li><a href="https://github.com/overblog/dataloader-php">DataLoader PHP</a> - as a ready implementation for <a href="../data-fetching/#solving-n1-problem">deferred resolvers</a></li>
</ul> </ul>
</div> </div>

View File

@ -280,5 +280,5 @@ existing PHP frameworks, add support for Relay, etc.</p>
<!-- <!--
MkDocs version : 0.16.3 MkDocs version : 0.16.3
Build Date UTC : 2018-01-01 15:06:12 Build Date UTC : 2018-01-19 06:58:38
--> -->

View File

@ -62,18 +62,23 @@
}, },
{ {
"location": "/complementary-tools/", "location": "/complementary-tools/",
"text": "Integrations\n\n\n\n\nIntegration with Relay\n\n\nIntegration with Laravel 5\n + \nRelay Helpers for Laravel\n\n\nSymfony Bundle\n by Overblog\n\n\nDefine types with Doctrine ORM annotations (\nfor PHP7.1\n, for \nearlier PHP versions\n)\n\n\nOut of the box integration with any PSR-7 compatible framework (like \nSlim\n or \nZend Expressive\n) via \nStandard Server\n\n\nPSR 15 compliant middleware\n for the Standard Server (experimental)\n\n\n\n\nTools\n\n\n\n\nGraphiQL\n - An in-browser IDE for exploring GraphQL\n\n\nChromeiQL\n\n or \nGraphiQL Feen\n -\n GraphiQL as Google Chrome extension\n\n\nDataLoader PHP\n - as a ready implementation for \ndeferred resolvers", "text": "Integrations\n\n\n\n\nIntegration with Relay\n\n\nIntegration with Laravel 5\n + \nRelay Helpers for Laravel\n\n\nSymfony Bundle\n by Overblog\n\n\nOut of the box integration with any PSR-7 compatible framework (like \nSlim\n or \nZend Expressive\n) via \nStandard Server\n\n\n\n\nGraphQL PHP Tools\n\n\n\n\nDefine types with Doctrine ORM annotations (\nfor PHP7.1\n, for \nearlier PHP versions\n)\n\n\nDataLoader PHP\n - as a ready implementation for \ndeferred resolvers\n\n\nPSR 15 compliant middleware\n for the Standard Server (experimental)\n\n\nGraphQL Uploads\n for the Standard Server\n\n\n\n\nGeneral GraphQL Tools\n\n\n\n\nGraphiQL\n - An in-browser IDE for exploring GraphQL\n\n\nChromeiQL\n\n or \nGraphiQL Feen\n -\n GraphiQL as Google Chrome extension",
"title": "Complementary Tools" "title": "Complementary Tools"
}, },
{ {
"location": "/complementary-tools/#integrations", "location": "/complementary-tools/#integrations",
"text": "Integration with Relay Integration with Laravel 5 + Relay Helpers for Laravel Symfony Bundle by Overblog Define types with Doctrine ORM annotations ( for PHP7.1 , for earlier PHP versions ) Out of the box integration with any PSR-7 compatible framework (like Slim or Zend Expressive ) via Standard Server PSR 15 compliant middleware for the Standard Server (experimental)", "text": "Integration with Relay Integration with Laravel 5 + Relay Helpers for Laravel Symfony Bundle by Overblog Out of the box integration with any PSR-7 compatible framework (like Slim or Zend Expressive ) via Standard Server",
"title": "Integrations" "title": "Integrations"
}, },
{ {
"location": "/complementary-tools/#tools", "location": "/complementary-tools/#graphql-php-tools",
"text": "GraphiQL - An in-browser IDE for exploring GraphQL ChromeiQL \n or GraphiQL Feen -\n GraphiQL as Google Chrome extension DataLoader PHP - as a ready implementation for deferred resolvers", "text": "Define types with Doctrine ORM annotations ( for PHP7.1 , for earlier PHP versions ) DataLoader PHP - as a ready implementation for deferred resolvers PSR 15 compliant middleware for the Standard Server (experimental) GraphQL Uploads for the Standard Server",
"title": "Tools" "title": "GraphQL PHP Tools"
},
{
"location": "/complementary-tools/#general-graphql-tools",
"text": "GraphiQL - An in-browser IDE for exploring GraphQL ChromeiQL \n or GraphiQL Feen -\n GraphiQL as Google Chrome extension",
"title": "General GraphQL Tools"
}, },
{ {
"location": "/type-system/", "location": "/type-system/",

View File

@ -4,7 +4,7 @@
<url> <url>
<loc>/</loc> <loc>/</loc>
<lastmod>2018-01-01</lastmod> <lastmod>2018-01-19</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
@ -12,7 +12,7 @@
<url> <url>
<loc>/getting-started/</loc> <loc>/getting-started/</loc>
<lastmod>2018-01-01</lastmod> <lastmod>2018-01-19</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
@ -20,7 +20,7 @@
<url> <url>
<loc>/complementary-tools/</loc> <loc>/complementary-tools/</loc>
<lastmod>2018-01-01</lastmod> <lastmod>2018-01-19</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
@ -29,67 +29,67 @@
<url> <url>
<loc>/type-system/</loc> <loc>/type-system/</loc>
<lastmod>2018-01-01</lastmod> <lastmod>2018-01-19</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>/type-system/object-types/</loc> <loc>/type-system/object-types/</loc>
<lastmod>2018-01-01</lastmod> <lastmod>2018-01-19</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>/type-system/scalar-types/</loc> <loc>/type-system/scalar-types/</loc>
<lastmod>2018-01-01</lastmod> <lastmod>2018-01-19</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>/type-system/enum-types/</loc> <loc>/type-system/enum-types/</loc>
<lastmod>2018-01-01</lastmod> <lastmod>2018-01-19</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>/type-system/lists-and-nonnulls/</loc> <loc>/type-system/lists-and-nonnulls/</loc>
<lastmod>2018-01-01</lastmod> <lastmod>2018-01-19</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>/type-system/interfaces/</loc> <loc>/type-system/interfaces/</loc>
<lastmod>2018-01-01</lastmod> <lastmod>2018-01-19</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>/type-system/unions/</loc> <loc>/type-system/unions/</loc>
<lastmod>2018-01-01</lastmod> <lastmod>2018-01-19</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>/type-system/input-types/</loc> <loc>/type-system/input-types/</loc>
<lastmod>2018-01-01</lastmod> <lastmod>2018-01-19</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>/type-system/directives/</loc> <loc>/type-system/directives/</loc>
<lastmod>2018-01-01</lastmod> <lastmod>2018-01-19</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>/type-system/schema/</loc> <loc>/type-system/schema/</loc>
<lastmod>2018-01-01</lastmod> <lastmod>2018-01-19</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>/type-system/type-language/</loc> <loc>/type-system/type-language/</loc>
<lastmod>2018-01-01</lastmod> <lastmod>2018-01-19</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
@ -98,7 +98,7 @@
<url> <url>
<loc>/executing-queries/</loc> <loc>/executing-queries/</loc>
<lastmod>2018-01-01</lastmod> <lastmod>2018-01-19</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
@ -106,7 +106,7 @@
<url> <url>
<loc>/data-fetching/</loc> <loc>/data-fetching/</loc>
<lastmod>2018-01-01</lastmod> <lastmod>2018-01-19</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
@ -114,7 +114,7 @@
<url> <url>
<loc>/error-handling/</loc> <loc>/error-handling/</loc>
<lastmod>2018-01-01</lastmod> <lastmod>2018-01-19</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
@ -122,7 +122,7 @@
<url> <url>
<loc>/security/</loc> <loc>/security/</loc>
<lastmod>2018-01-01</lastmod> <lastmod>2018-01-19</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
@ -130,7 +130,7 @@
<url> <url>
<loc>/how-it-works/</loc> <loc>/how-it-works/</loc>
<lastmod>2018-01-01</lastmod> <lastmod>2018-01-19</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
@ -138,7 +138,7 @@
<url> <url>
<loc>/reference/</loc> <loc>/reference/</loc>
<lastmod>2018-01-01</lastmod> <lastmod>2018-01-19</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>