Download the PHP package devcake/graphql-php-scalars without Composer
On this page you can find all versions of the php package devcake/graphql-php-scalars. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download devcake/graphql-php-scalars
More information about devcake/graphql-php-scalars
Files in devcake/graphql-php-scalars
Download devcake/graphql-php-scalars
More information about devcake/graphql-php-scalars
Files in devcake/graphql-php-scalars
Vendor devcake
Package graphql-php-scalars
Short Description A collection of custom scalar types for usage with Lighthouse-php
License MIT
Package graphql-php-scalars
Short Description A collection of custom scalar types for usage with Lighthouse-php
License MIT
Please rate this library. Is it a good library?
Informations about the package graphql-php-scalars
GraphQL PHP Scalars
Installation
composer require devcake/graphql-php-scalars
Usage
You can use the provided Scalars just like any other type in your schema definition. Don't forget to add them in your schema.graphql
file. Like below
scalar Price @scalar(class: "DEVcake\GraphQLScalars")
Simple scalars
Price Scalar
A price string, formatted like 13.37
All versions of graphql-php-scalars with dependencies
PHP Build Version
Package Version
Requires
nuwave/lighthouse Version
^5.2
The package devcake/graphql-php-scalars contains the following files
Loading the files please wait ....