Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oligus/graphql-utils

GraphQL utilities
https://github.com/oligus/graphql-utils

Last synced: about 1 month ago
JSON representation

GraphQL utilities

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