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

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 1

pkg:composer/pantherify/graphql-generator

0.9.0 2019-09-25 12:39 UTC

This package is auto-updated.

Last update: 2025-12-15 13:11:01 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