Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oligus/graphql-utils
GraphQL utilities
https://github.com/oligus/graphql-utils
Last synced: about 1 month ago
JSON representation
GraphQL utilities
- Host: GitHub
- URL: https://github.com/oligus/graphql-utils
- Owner: oligus
- Created: 2020-02-12T20:48:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T18:01:19.000Z (about 4 years ago)
- Last Synced: 2024-10-12T13:35:43.521Z (2 months ago)
- Language: PHP
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQL utilities
[![Build Status](https://travis-ci.org/oligus/graphql-utils.svg?branch=master)](https://travis-ci.org/oligus/graphql-utils)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Codecov.io](https://codecov.io/gh/oligus/graphql-utils/branch/master/graphs/badge.svg)](https://codecov.io/gh/oligus/graphql-utils)Utils for use with [webonyx/graphql-php](https://github.com/webonyx/graphql-php)
## Quick start
`composer require oligus/graphql-utils`
### sdf
## Type Registry
Scalars exposed as static methods of GraphQLUtils\TypeRegistry class:
```php