pantherify/graphql-generator

There is no license information available for the latest version (0.9.0) of this package.

GraphQL Schema Generator based on Eloquent Models

0.9.0 2019-09-25 12:39 UTC

This package is auto-updated.

Last update: 2024-05-15 09:46:11 UTC


README

Introduction

This package, generates graphQL Schemas, based on Laravel's Models and Database current database structure.

This is still a work in progress!

TODO

  • Generate queries based on Model Configuration

    • List with:
      • Pagination
      • OrderBy
      • Full Text Search with Laravel Scout
    • Reference Mapping Query with:
      • OrderBy
      • Full Text Search with Laravel Scout
    • Model Info by ID
  • Generate Mutations based on Model Configuration

    • Update Mutations
    • Create Mutations
    • Delete Mutations
  • Authentication on Mutations