light-speak/lighthouse-schema-generator

1.0.1 2023-09-11 05:59 UTC

This package is auto-updated.

Last update: 2024-05-11 08:10:06 UTC


README

CONTENTS OF THIS FILE

  • Updates
  • Description
  • Key packages
  • Installation
  • Usage

UPDATES

21.12.2021 - added generation graphql schemas (ONLY TYPES) based on Laravel models and tables.

DESCRIPTION

Lighthouse schema generator is a package for generation graphql schemas made as an extension for "nuwave/lighthouse" package.

KEY PACKAGES

INSTALLATION

  1. Set up database connection in .env configuration file.
  2. Run: composer require dm-la/lighthouse-schema-generator

USAGE

Graphql schemas generation:

php artisan make:graphql-schema 
-f|force - force schemas generation, rewriting existing schemas --models-path= - Path for models folder, relative to app path