Hasura
Hasura is an open-source engine that instantly generates a GraphQL and REST API over new or existing databases, letting developers query and mutate data without hand-writing backend resolver code.
3 resources across 1 library
Glossary Terms(3)
GraphQL
GraphQL is a query language and runtime for APIs that lets clients request exactly the data they need, in a single request, rather than relying on fixed endpoi…
Hasura
Hasura is an open-source engine that instantly generates a GraphQL and REST API over new or existing databases, letting developers query and mutate data withou…
GraphQL Playground
GraphQL Playground is an interactive in-browser IDE for exploring and testing GraphQL APIs, offering schema documentation, query autocompletion, and real-time…