Skip to content

Commit 62d7315

Browse files
authored
Add notes from July WG (#214)
* Add notes from July WG * Formatting
1 parent 17ea91e commit 62d7315

File tree

2 files changed

+52
-2
lines changed

2 files changed

+52
-2
lines changed

spec/GraphQLOverHTTP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## GraphQL Over HTTP
22

3-
Note: **Stage 1: Proposal** This spec is under active development, and not
4-
ready for implementations yet. For more information, please see the
3+
Note: **Stage 1: Proposal** This spec is under active development, and not ready
4+
for implementations yet. For more information, please see the
55
[Roadmap](https://github.com/graphql/graphql-over-http/blob/master/ROADMAP.md)
66
or
77
[how to get involved](https://github.com/graphql/graphql-over-http/blob/master/INTERESTED_DEVELOPERS.md).
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# GraphQL-over-HTTP WG - July 2022
2+
3+
Video: https://www.youtube.com/watch?v=sdF-trSgPPs
4+
5+
## Review Action Items
6+
7+
- [https://github.com/graphql/graphql-over-http/issues/11](https://github.com/graphql/graphql-over-http/issues/11):
8+
- Benjie: not necessary to do anything beyond the new media type for the
9+
accept header
10+
- [https://github.com/graphql/graphql-over-http/issues/31](https://github.com/graphql/graphql-over-http/issues/31)
11+
- Benjie: not necessary for now
12+
- [https://github.com/graphql/graphql-over-http/issues/191](https://github.com/graphql/graphql-over-http/issues/191)
13+
- Benjie: did it
14+
- David: mostly happy with it
15+
- [https://github.com/graphql/graphql-over-http/issues/192](https://github.com/graphql/graphql-over-http/issues/192)
16+
- Denis: is here
17+
- [https://github.com/graphql/graphql-over-http/issues/193](https://github.com/graphql/graphql-over-http/issues/193)
18+
- Benjie: made it work
19+
- [https://github.com/graphql/graphql-over-http/issues/194](https://github.com/graphql/graphql-over-http/issues/194)
20+
- Gabriel and Benjie did it
21+
- [https://github.com/graphql/graphql-over-http/issues/195](https://github.com/graphql/graphql-over-http/issues/195)
22+
- Gabriel did it
23+
- [https://github.com/graphql/graphql-over-http/issues/196](https://github.com/graphql/graphql-over-http/issues/196)
24+
- It is happening
25+
26+
## Test Suite
27+
28+
- Browser Testing vs. CLI
29+
- Benjie: Browsers can not make any kind of request, which would limit
30+
capabilities
31+
- Technology
32+
- JavaScript
33+
- Get inspired by
34+
[https://github.com/apollographql/apollo-federation-subgraph-compatibility](https://github.com/apollographql/apollo-federation-subgraph-compatibility)
35+
- As few dependencies and as simple as possible
36+
- Errors for MUST, warnings for SHOULD
37+
- Host in a separate repository under the GitHub graphql organization
38+
39+
## Remaining steps for advancing this spec
40+
41+
- Michael: 2 implementations (one JS) that include all the MUST _and_ the SHOULD
42+
behaviors.
43+
- Everyone read it again.
44+
- Denis: I can build graphql-http based solely on the spec.
45+
- Benjie: then we can spot any omissions.
46+
- David: using express-graphql would be potentially better because it has a
47+
larger user base.
48+
- Denis: whilst building it I'd also be building out a test suite, maybe that
49+
can be reusable.
50+
- Benedikt: I might do this for GraphQL PHP also.

0 commit comments

Comments
 (0)