https://github.com/wundergraph/hypermedia-graphql
Hypermedia GraphQL RFC
https://github.com/wundergraph/hypermedia-graphql
graphql hypermedia hypermedia-api
Last synced: about 1 month ago
JSON representation
Hypermedia GraphQL RFC
- Host: GitHub
- URL: https://github.com/wundergraph/hypermedia-graphql
- Owner: wundergraph
- Created: 2021-01-26T17:19:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-26T17:26:38.000Z (over 4 years ago)
- Last Synced: 2025-08-18T03:38:50.166Z (about 2 months ago)
- Topics: graphql, hypermedia, hypermedia-api
- Homepage:
- Size: 1000 Bytes
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hypermedia GraphQL RFC
This repository is dedicated to iterate on the idea of defining a Hypermedia GraphQL specification.
The basic idea is that all types that are defined as Resources can return actions.
A generic interface allows autonomous GraphQL clients to interact with Resources via actions.
Thanks to the type system of GraphQL, all this can be done in a type-safe manner.
the current state of the specification can be found in [spec.graphqls](spec.graphqls).
What do you think? Create an issue and start the discussion!