Download the PHP package gency/laravel-graphql-filter without Composer
On this page you can find all versions of the php package gency/laravel-graphql-filter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gency/laravel-graphql-filter
More information about gency/laravel-graphql-filter
Files in gency/laravel-graphql-filter
Download gency/laravel-graphql-filter
More information about gency/laravel-graphql-filter
Files in gency/laravel-graphql-filter
Vendor gency
Package laravel-graphql-filter
Short Description Define GraphQL schema for connection filtering using Laravel filterable models
License MIT
Package laravel-graphql-filter
Short Description Define GraphQL schema for connection filtering using Laravel filterable models
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-graphql-filter
Gency\GraphQLFilter
Define GraphQL schema for connection filtering using Laravel filterable models.
Installation
Usage
Use Filterable trait on Model
Create GraphQL User type
Create GraphQL UserFilter type. The UserFilter fields defintion will be automatically populated with fields in User::$filterable
.
Create GraphQL query type to list User records using the User model's filterable settings.
A GraphQL query can now use the Filterable::String
rules to perform searches.
All versions of laravel-graphql-filter with dependencies
PHP Build Version
Package Version
The package gency/laravel-graphql-filter contains the following files
Loading the files please wait ....