orbis-server

GraphQL server framework based on Nexus and TypeORM.

Usage no npm install needed!

<script type="module">
  import orbisServer from 'https://cdn.skypack.dev/orbis-server';
</script>

README

Orbis Server

GraphQL server framework based on Nexus and TypeORM.

Features

  • Nexus type generation
  • Yup schema generation
  • Queries
    • Fields
      • Find one
      • Find many
    • Arguments
      • Filtering
      • Ordering
      • Limit
      • Offset
    • Automatic joins for relations
    • Scopes
  • Mutations
    • Fields
      • Create one
      • Update one
      • Delete one
    • Generated fields
    • Yup schema validation

Installation

yarn add orbis-server @nexus/schema typeorm

Documentation

TODO