Skip to content

Commit

Permalink
chore(docs/website): mention gql http spec compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Sep 5, 2024
1 parent 8d25612 commit 2dbdda3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions website/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ features:
details: Powerful type-safe extension system. Intercept and manipulate inputs, outputs, and core with hooks; Add new methods; And more.
- title: In-Memory Schemas Too
details: Not just a great way to query GraphQL APIs. Execute documents against in memory schemas just as easily with nearly the same interface.
- title: Spec Compliant
details: Graffle complies with the <a href="https://graphql.github.io/graphql-over-http">GraphQL over HTTP specification</a>.
# TODO support for subscription type.
- title: Schema Tailored Methods<br/><span style="opacity:0.25;">( gen )</span>
details: Range of methods to suit your input needs ranging from creating whole documents to selecting on exactly one Query Mutation or Subscription field.
- title: Schema Errors<br/><span style="opacity:0.25;">( gen )</span>
details: First class support for schemas that have modelled errors into their design. Result Fields can be made to throw on errors or automatically map to error classes.
- title: Type Safe Results <br/><span style="opacity:0.25;">( gen )</span>
details: All result types are automatically inferred based on your document structure across all GraphQL features including selection sets, directives, fragments, interfaces, and unions.
- title: Schema Tailored Methods<br/><span style="opacity:0.25;">( gen )</span>
details: Range of methods to suit your input needs ranging from creating whole documents to selecting on exactly one Query Mutation or Subscription field.
# TODO add one more to have an even number of features.
# - title: Schema Errors<br/><span style="opacity:0.25;">( gen )</span>
# details: First class support for schemas that have modelled errors into their design. Result Fields can be made to throw on errors or automatically map to error classes.
---

0 comments on commit 2dbdda3

Please sign in to comment.