|
| 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