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

https://github.com/jdrydn/graphql-scalars

A collection of GraphQL scalars for you to use in your JavaScript GraphQL projects.
https://github.com/jdrydn/graphql-scalars

datetime graphql javascript keyvalue

Last synced: 10 months ago
JSON representation

A collection of GraphQL scalars for you to use in your JavaScript GraphQL projects.

Awesome Lists containing this project

README

          

# @jdrydn/graphql-scalars

[![CI](https://github.com/jdrydn/graphql-scalars/actions/workflows/ci.yml/badge.svg)](https://github.com/jdrydn/graphql-scalars/actions/workflows/ci.yml)

A collection of GraphQL scalars for you to use in your JavaScript GraphQL projects.

Scalar | Package | Version | Source
---- | ---- | ---- | ----
**DateTime** | `@jdrydn/graphql-datetime` | [![NPM](https://badge.fury.io/js/@jdrydn%2Fgraphql-datetime.svg)](https://npm.im/@jdrydn/graphql-datetime) | [`./graphql-datetime`](./graphql-datetime/README.md)
**KeyValue** | `@jdrydn/graphql-keyvalue` | [![NPM](https://badge.fury.io/js/@jdrydn%2Fgraphql-keyvalue.svg)](https://npm.im/@jdrydn/graphql-keyvalue) | [`./graphql-keyvalue`](./graphql-keyvalue/README.md)

## Notes

- Any questions or suggestions please [open an issue](https://github.com/jdrydn/graphql-scalars/issues).