Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed character in acceptable user and privacy policy #6608

Merged
merged 7 commits into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: npm install -g cspell

- name: run cspell
run: cspell --config ./cSpell.json "website/src/**/*.md" --no-progress
run: cspell --config ./cSpell.json "website/src/**/*.md" --no-progress --no-cache

website-tests:
name: "Website Tests"
Expand Down
4 changes: 2 additions & 2 deletions cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"sublicensable",
"meros",
"Structs",
"reencode"
"reencode",
"WunderGraph"
],
"ignoreWords": [
"Badurina",
Expand Down Expand Up @@ -71,7 +72,6 @@
"Postgraphile",
"Normen",
"typeof",
// youtube
"Ufjn",
"Wguo",
"Ymgw",
Expand Down
2 changes: 1 addition & 1 deletion website/src/blog/2023-08-15-fusion/2023-08-15-fusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Late last year, [ChilliCream](https://chillicream.com) and [The Guild](https://t

Today, we are thrilled to unveil GraphQL-Fusion, an open specification under the **MIT license**. This initiative empowers everyone to craft tools and solutions centered around distributed GraphQL services. Complementing this announcement, we're also introducing [Hot Chocolate](https://chillicream.com/docs/hotchocolate) Fusion, an early implementation of the GraphQL-Fusion spec draft.

The GraphQL-Fusion spec goes beyond what traditional federation approaches went after. It establishes GraphQL as an application gateway that allows integrating GraphQL APIs, REST APIs, gRPC APIs, or even databases. For this reason, in addition to The Guild's work on the Open API to GraphQL spec, Hasura will start specifying GraphQL Data Compliant APIs, the AWS AppSync team will focus on specs for throttling, authentication, and subscriptions and Wundergraph will specify adapter specs for gRPC and Kafka (AsyncApi). As mentioned initially, GraphQL is a great gateway technology, although it started from a different place. It gives the consumer the simplicity of the single schema and hides behind that schema the technical complexities of a heterogenous service landscape.
The GraphQL-Fusion spec goes beyond what traditional federation approaches went after. It establishes GraphQL as an application gateway that allows integrating GraphQL APIs, REST APIs, gRPC APIs, or even databases. For this reason, in addition to The Guild's work on the Open API to GraphQL spec, Hasura will start specifying GraphQL Data Compliant APIs, the AWS AppSync team will focus on specs for throttling, authentication, and subscriptions and WunderGraph will specify adapter specs for gRPC and Kafka (AsyncApi). As mentioned initially, GraphQL is a great gateway technology, although it started from a different place. It gives the consumer the simplicity of the single schema and hides behind that schema the technical complexities of a heterogenous service landscape.

## A new way to distribute GraphQL schema components

Expand Down
4 changes: 2 additions & 2 deletions website/static/legal/acceptable-use-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ <h3>Customer accountability</h3>
nominated contact for the account in question.
</p>
<p>
If a customer or their end-user or anyone using our Services as a result of
the customer violates our acceptable use policy, we reserve the right to
If a customer - or their end-user or anyone using our Services as a result of
the customer - violates our acceptable use policy, we reserve the right to
terminate any Services associated with the offending account or the account
itself or take any remedial or preventative action we deem appropriate,
without notice. To the extent permitted by law, no credit will be available
Expand Down
4 changes: 2 additions & 2 deletions website/static/legal/privacy-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ <h4>Device Data</h4>

<h4>Personal Information</h4>
<p>
We may ask for personal information for example, when you subscribe to our
newsletter or when you contact us which may include one or more of the
We may ask for personal information - for example, when you subscribe to our
newsletter or when you contact us - which may include one or more of the
following:
</p>
<ul>
Expand Down