@graphback/runtime

Graphback Runtime Core

Usage no npm install needed!

<script type="module">
  import graphbackRuntime from 'https://cdn.skypack.dev/@graphback/runtime';
</script>

README

Graphback


Auto generate database structure,
GraphQL Resolvers and Queries from GraphQL types 🚀

Documentation: https://graphback.dev Repository: https://github.com/aerogear/graphback/

Graphback-Runtime Core

NOTE: This package is no longer maintained and it was renamed to @graphback/core If you are using Graphback 0.14 or above you will need to follow official documentation.

Autogenerated runtime layer for your schema. Graphback runtime can provide out of the box resolver and database layer for your application without writing any line of the code.

Docs

See: https://graphback.dev/docs/next/crud/crudruntime

Check our example application: https://github.com/aerogear/graphback/tree/master/templates/ts-apollo-runtime-backend