Skip to content

Commit 4f6596a

Browse files
author
github-actions
committed
Documentation update
1 parent 34e43d0 commit 4f6596a

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

docs/getting-started/databases/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
This library will work with any data source that you provide. Here are a few resources for specific data sources.</p>
5454
<h2 id="entity-framework" style="position:relative;"><a href="#entity-framework" aria-label="entity framework permalink" class="anchor before"><svg aria-hidden="true" focusable="false" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Entity Framework</h2>
5555
<ul>
56-
<li><a href="https://fiyazhasan.me/tag/graphql/">Entity Framework Blog Series</a> by <a href="https://github.com/fiyazbinhasan">Fiyaz Hasan</a></li>
56+
<li><a href="https://fiyazhasan.work/tag/graphql/">Entity Framework Blog Series</a> by <a href="https://github.com/fiyazbinhasan">Fiyaz Hasan</a></li>
5757
<li><a href="https://github.com/JacekKosciesza/StarWars">Entity Framework</a> by <a href="https://github.com/JacekKosciesza">Jacek Kościesza</a></li>
5858
<li><a href="https://github.com/SimonCropp/GraphQL.EntityFramework">GraphQL.EntityFramework</a> Adds EntityFramework Core IQueryable support by <a href="https://github.com/SimonCropp/">Simon Cropp</a></li>
5959
</ul>

docs/getting-started/relay/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<p>The core project provides a few classes to help implement Facebook's <a href="https://facebook.github.io/relay/">Relay</a>.
5353
You can find more types and helpers in the <a href="https://github.com/graphql-dotnet/relay">GraphQL.NET Relay project</a>.
5454
Also see the specification for the GraphQL "Connections" pattern <a href="https://relay.dev/graphql/connections.htm">here</a>.</p>
55-
<p>See this blog <a href="https://fiyazhasan.me/graphql-with-net-core-part-xii-relay/">post</a> for a complete example of using Relay with GraphQL.</p></article><div class="content-toolbar"><a href="https://github.com/graphql-dotnet/graphql-dotnet/edit/master/docs2/site/docs/getting-started/relay.md" rel="noopener noreferrer" target="_blank">Edit this page on GitHub</a></div></div><div class="nav"><nav><ul><li><span>Getting Started</span><nav><ul><li><a class="" href="/docs/getting-started/introduction/">Introduction</a></li><li><a class="" href="/docs/getting-started/installation/">Installation</a></li><li><a class="" href="/docs/getting-started/graphiql/">GraphiQL</a></li><li><a class="" href="/docs/getting-started/altair-graphql/">Altair GraphQL</a></li><li><a class="" href="/docs/getting-started/queries/">Queries</a></li><li><a class="" href="/docs/getting-started/schema-types/">Schema Types</a></li><li><a class="" href="/docs/getting-started/custom-scalars/">Custom Scalars</a></li><li><a class="" href="/docs/getting-started/lists-non-null/">Lists and Non-Null</a></li><li><a class="" href="/docs/getting-started/arguments/">Arguments</a></li><li><a class="" href="/docs/getting-started/aliases/">Aliases</a></li><li><a class="" href="/docs/getting-started/fragments/">Fragments</a></li><li><a class="" href="/docs/getting-started/variables/">Variables</a></li><li><a class="" href="/docs/getting-started/directives/">Directives</a></li><li><a class="" href="/docs/getting-started/mutations/">Mutations</a></li><li><a class="" href="/docs/getting-started/interfaces/">Interfaces</a></li><li><a class="" href="/docs/getting-started/unions/">Unions</a></li><li><a class="" href="/docs/getting-started/subscriptions/">Subscriptions</a></li><li><a class="" href="/docs/getting-started/transport/">Transport</a></li><li><a class="" href="/docs/getting-started/query-validation/">Query Validation</a></li><li><a class="" href="/docs/getting-started/query-organization/">Query Organization</a></li><li><a class="" href="/docs/getting-started/user-context/">User Context</a></li><li><a class="" href="/docs/getting-started/errors/">Error Handling</a></li><li><a class="" href="/docs/getting-started/dependency-injection/">Dependency Injection</a></li><li><a class="" href="/docs/getting-started/databases/">Databases</a></li><li><a class="" href="/docs/getting-started/malicious-queries/">Malicious Queries</a></li><li><a class="" href="/docs/getting-started/metadata/">Object/Field Metadata</a></li><li><a class="" href="/docs/getting-started/field-middleware/">Field Middleware</a></li><li><a class="" href="/docs/getting-started/metrics/">Metrics</a></li><li><a class="" href="/docs/getting-started/authorization/">Authorization</a></li><li><a aria-current="page" class="active" href="/docs/getting-started/relay/">Relay</a></li><li><a class="" href="/docs/getting-started/global-switches/">Global Switches</a></li></ul></nav></li><li><span>Guides</span><nav><ul><li><a class="" href="/docs/guides/serialization/">Serialization</a></li><li><a class="" href="/docs/guides/dataloader/">Dataloader</a></li><li><a class="" href="/docs/guides/complexity-analyzer/">Complexity Analyzer</a></li><li><a class="" href="/docs/guides/schema-generation/">Schema Generation</a></li><li><a class="" href="/docs/guides/known-issues/">Known Issues &amp; FAQ</a></li><li><a class="" href="/docs/guides/links/">Links</a></li><li><a class="" href="/docs/guides/document-caching/">Document Caching</a></li></ul></nav></li><li><span>Analyzers</span><nav><ul><li><a class="" href="/docs/analyzers/overview/">Overview</a></li><li><a class="" href="/docs/analyzers/gql001/">GQL001</a></li><li><a class="" href="/docs/analyzers/gql002/">GQL002</a></li><li><a class="" href="/docs/analyzers/gql003/">GQL003</a></li><li><a class="" href="/docs/analyzers/gql004/">GQL004</a></li><li><a class="" href="/docs/analyzers/gql005/">GQL005</a></li><li><a class="" href="/docs/analyzers/gql006/">GQL006</a></li><li><a class="" href="/docs/analyzers/gql007/">GQL007</a></li><li><a class="" href="/docs/analyzers/gql008/">GQL008</a></li><li><a class="" href="/docs/analyzers/gql009/">GQL009</a></li><li><a class="" href="/docs/analyzers/gql010/">GQL010</a></li><li><a class="" href="/docs/analyzers/gql011/">GQL011</a></li><li><a class="" href="/docs/analyzers/gql012/">GQL012</a></li><li><a class="" href="/docs/analyzers/gql013/">GQL013</a></li><li><a class="" href="/docs/analyzers/gql014/">GQL014</a></li><li><a class="" href="/docs/analyzers/gql015/">GQL015</a></li><li><a class="" href="/docs/analyzers/gql016/">GQL016</a></li><li><a class="" href="/docs/analyzers/gql017/">GQL017</a></li><li><a class="" href="/docs/analyzers/gql018/">GQL018</a></li><li><a class="" href="/docs/analyzers/gql019/">GQL019</a></li><li><a class="" href="/docs/analyzers/gql020/">GQL020</a></li></ul></nav></li><li><span>Migration Guides</span><nav><ul><li><a class="" href="/docs/migrations/migration8/">Migration Guide [v7 -&gt; v8]</a></li><li><a class="" href="/docs/migrations/migration7/">Migration Guide [v5 -&gt; v7]</a></li><li><a class="" href="/docs/migrations/migration5/">Migration Guide [v4 -&gt; v5]</a></li><li><a class="" href="/docs/migrations/migration4/">Migration Guide [v3 -&gt; v4]</a></li><li><a class="" href="/docs/migrations/migration3/">Migration Guide [v2 -&gt; v3]</a></li><li><a class="" href="/docs/migrations/migration2/">Migration Guide [v0.17.x -&gt; v2]</a></li><li><a class="" href="/docs/migrations/v0_11_0/">Migration Guide [v0.11.0]</a></li><li><a class="" href="/docs/migrations/v0_8_0/">Migration Guide [v0.8.0]</a></li></ul></nav></li></ul></nav></div></div></div><div id="gatsby-announcer" style="position:absolute;top:0;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0" aria-live="assertive" aria-atomic="true"></div></div><script id="gatsby-script-loader">/*<![CDATA[*/window.pagePath="/docs/getting-started/relay/";/*]]>*/</script><!-- slice-start id="_gatsby-scripts-1" -->
55+
<p>See this blog <a href="https://fiyazhasan.work/graphql-with-net-core-part-xii-relay/">post</a> for a complete example of using Relay with GraphQL.</p></article><div class="content-toolbar"><a href="https://github.com/graphql-dotnet/graphql-dotnet/edit/master/docs2/site/docs/getting-started/relay.md" rel="noopener noreferrer" target="_blank">Edit this page on GitHub</a></div></div><div class="nav"><nav><ul><li><span>Getting Started</span><nav><ul><li><a class="" href="/docs/getting-started/introduction/">Introduction</a></li><li><a class="" href="/docs/getting-started/installation/">Installation</a></li><li><a class="" href="/docs/getting-started/graphiql/">GraphiQL</a></li><li><a class="" href="/docs/getting-started/altair-graphql/">Altair GraphQL</a></li><li><a class="" href="/docs/getting-started/queries/">Queries</a></li><li><a class="" href="/docs/getting-started/schema-types/">Schema Types</a></li><li><a class="" href="/docs/getting-started/custom-scalars/">Custom Scalars</a></li><li><a class="" href="/docs/getting-started/lists-non-null/">Lists and Non-Null</a></li><li><a class="" href="/docs/getting-started/arguments/">Arguments</a></li><li><a class="" href="/docs/getting-started/aliases/">Aliases</a></li><li><a class="" href="/docs/getting-started/fragments/">Fragments</a></li><li><a class="" href="/docs/getting-started/variables/">Variables</a></li><li><a class="" href="/docs/getting-started/directives/">Directives</a></li><li><a class="" href="/docs/getting-started/mutations/">Mutations</a></li><li><a class="" href="/docs/getting-started/interfaces/">Interfaces</a></li><li><a class="" href="/docs/getting-started/unions/">Unions</a></li><li><a class="" href="/docs/getting-started/subscriptions/">Subscriptions</a></li><li><a class="" href="/docs/getting-started/transport/">Transport</a></li><li><a class="" href="/docs/getting-started/query-validation/">Query Validation</a></li><li><a class="" href="/docs/getting-started/query-organization/">Query Organization</a></li><li><a class="" href="/docs/getting-started/user-context/">User Context</a></li><li><a class="" href="/docs/getting-started/errors/">Error Handling</a></li><li><a class="" href="/docs/getting-started/dependency-injection/">Dependency Injection</a></li><li><a class="" href="/docs/getting-started/databases/">Databases</a></li><li><a class="" href="/docs/getting-started/malicious-queries/">Malicious Queries</a></li><li><a class="" href="/docs/getting-started/metadata/">Object/Field Metadata</a></li><li><a class="" href="/docs/getting-started/field-middleware/">Field Middleware</a></li><li><a class="" href="/docs/getting-started/metrics/">Metrics</a></li><li><a class="" href="/docs/getting-started/authorization/">Authorization</a></li><li><a aria-current="page" class="active" href="/docs/getting-started/relay/">Relay</a></li><li><a class="" href="/docs/getting-started/global-switches/">Global Switches</a></li></ul></nav></li><li><span>Guides</span><nav><ul><li><a class="" href="/docs/guides/serialization/">Serialization</a></li><li><a class="" href="/docs/guides/dataloader/">Dataloader</a></li><li><a class="" href="/docs/guides/complexity-analyzer/">Complexity Analyzer</a></li><li><a class="" href="/docs/guides/schema-generation/">Schema Generation</a></li><li><a class="" href="/docs/guides/known-issues/">Known Issues &amp; FAQ</a></li><li><a class="" href="/docs/guides/links/">Links</a></li><li><a class="" href="/docs/guides/document-caching/">Document Caching</a></li></ul></nav></li><li><span>Analyzers</span><nav><ul><li><a class="" href="/docs/analyzers/overview/">Overview</a></li><li><a class="" href="/docs/analyzers/gql001/">GQL001</a></li><li><a class="" href="/docs/analyzers/gql002/">GQL002</a></li><li><a class="" href="/docs/analyzers/gql003/">GQL003</a></li><li><a class="" href="/docs/analyzers/gql004/">GQL004</a></li><li><a class="" href="/docs/analyzers/gql005/">GQL005</a></li><li><a class="" href="/docs/analyzers/gql006/">GQL006</a></li><li><a class="" href="/docs/analyzers/gql007/">GQL007</a></li><li><a class="" href="/docs/analyzers/gql008/">GQL008</a></li><li><a class="" href="/docs/analyzers/gql009/">GQL009</a></li><li><a class="" href="/docs/analyzers/gql010/">GQL010</a></li><li><a class="" href="/docs/analyzers/gql011/">GQL011</a></li><li><a class="" href="/docs/analyzers/gql012/">GQL012</a></li><li><a class="" href="/docs/analyzers/gql013/">GQL013</a></li><li><a class="" href="/docs/analyzers/gql014/">GQL014</a></li><li><a class="" href="/docs/analyzers/gql015/">GQL015</a></li><li><a class="" href="/docs/analyzers/gql016/">GQL016</a></li><li><a class="" href="/docs/analyzers/gql017/">GQL017</a></li><li><a class="" href="/docs/analyzers/gql018/">GQL018</a></li><li><a class="" href="/docs/analyzers/gql019/">GQL019</a></li><li><a class="" href="/docs/analyzers/gql020/">GQL020</a></li></ul></nav></li><li><span>Migration Guides</span><nav><ul><li><a class="" href="/docs/migrations/migration8/">Migration Guide [v7 -&gt; v8]</a></li><li><a class="" href="/docs/migrations/migration7/">Migration Guide [v5 -&gt; v7]</a></li><li><a class="" href="/docs/migrations/migration5/">Migration Guide [v4 -&gt; v5]</a></li><li><a class="" href="/docs/migrations/migration4/">Migration Guide [v3 -&gt; v4]</a></li><li><a class="" href="/docs/migrations/migration3/">Migration Guide [v2 -&gt; v3]</a></li><li><a class="" href="/docs/migrations/migration2/">Migration Guide [v0.17.x -&gt; v2]</a></li><li><a class="" href="/docs/migrations/v0_11_0/">Migration Guide [v0.11.0]</a></li><li><a class="" href="/docs/migrations/v0_8_0/">Migration Guide [v0.8.0]</a></li></ul></nav></li></ul></nav></div></div></div><div id="gatsby-announcer" style="position:absolute;top:0;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0" aria-live="assertive" aria-atomic="true"></div></div><script id="gatsby-script-loader">/*<![CDATA[*/window.pagePath="/docs/getting-started/relay/";/*]]>*/</script><!-- slice-start id="_gatsby-scripts-1" -->
5656
<script
5757
id="gatsby-chunk-mapping"
5858
>

docs/guides/dataloader/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ <h3 id="chained-data-loaders" style="position:relative;"><a href="#chained-data-
305305
<span class="token return-type class-name">Task<span class="token punctuation">&lt;</span>ILookup<span class="token punctuation">&lt;</span><span class="token keyword">int</span><span class="token punctuation">,</span> Item<span class="token punctuation">></span><span class="token punctuation">></span></span> <span class="token function">GetItemsByOrderIdAsync</span><span class="token punctuation">(</span><span class="token class-name">IEnumerable<span class="token punctuation">&lt;</span><span class="token keyword">int</span><span class="token punctuation">></span></span> orderIds<span class="token punctuation">,</span> <span class="token class-name">CancellationToken</span> cancellationToken<span class="token punctuation">)</span><span class="token punctuation">;</span>
306306
<span class="token punctuation">}</span></code></pre></div>
307307
<blockquote>
308-
<p>See this <a href="https://fiyazhasan.me/graphql-with-net-core-part-xi-dataloader/">blog series</a> for an in depth example using Entity Framework.</p>
308+
<p>See this <a href="https://fiyazhasan.work/graphql-with-net-core-part-xi-dataloader/">blog series</a> for an in depth example using Entity Framework.</p>
309309
</blockquote>
310310
<h2 id="exceptions" style="position:relative;"><a href="#exceptions" aria-label="exceptions permalink" class="anchor before"><svg aria-hidden="true" focusable="false" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Exceptions</h2>
311311
<p>Exceptions within data loaders' fetch delegates are passed back to the execution strategy for all associated fields.

docs/guides/links/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<ul>
5353
<li><a href="https://www.lynda.com/NET-tutorials/API-Development-NET-GraphQL/664823-2.html">API Development in .NET with GraphQL</a> by <a href="https://twitter.com/gblock">Glenn Block</a> - demonstrates how to use the GraphQL.NET framework to build a fully functional GraphQL endpoint.</li>
5454
<li><a href="https://github.com/Dotnet-Boxed/Templates/blob/master/Docs/GraphQL.md">ASP.NET Core GraphQL Boxed Project Template</a> - A fully featured GraphQL server project template with lots of optional features built on top of ASP.NET Core.</li>
55-
<li><a href="https://fiyazhasan.me/tag/graphql/">GraphQL with .NET Core (11 Part Blog Series)</a> by <a href="https://github.com/fiyazbinhasan">Fiyaz Hasan</a></li>
55+
<li><a href="https://fiyazhasan.work/tag/graphql/">GraphQL with .NET Core (11 Part Blog Series)</a> by <a href="https://github.com/fiyazbinhasan">Fiyaz Hasan</a></li>
5656
<li><a href="http://corstianboerman.com/2019-03-08/implementing-pagination-with-graphql-net-and-relay.html">Implementing pagination with GraphQL.NET and Relay</a> by <a href="https://twitter.com/corstianboerman">Corstian Boerman</a> - Article describing the details of implementing cursor based pagination (against SQL Server) and exposing this through connections in GraphQL.</li>
5757
<li><a href="http://corstianboerman.com/posts/2019-02-12/generic-data-loaders-for-entity-framework-in-graphql.html">Generic data loaders for Entity Framework in GraphQL</a> by <a href="https://twitter.com/corstianboerman">Corstian Boerman</a> - Article describing the implementation of a generic data-loader using Entity Framework. With this approach most of the complexities related to the data-loader are abstracted away, and can easily be used from resolvers.</li>
5858
<li><a href="http://corstianboerman.com/posts/2018-09-10/asp-net-core-2-1-and-graphql-adding-jwt-bearer-validation-to-subscriptions.html">ASP.NET Core 2.1 and GraphQL; Adding JWT Bearer validation to subscriptions</a> by <a href="https://twitter.com/corstianboerman">Corstian Boerman</a> - Authorizing subscriptions works a bit different from authorizing queries and mutations. This article describes in a technical way how to use JWT based authorization on subscriptions.</li>

0 commit comments

Comments
 (0)