We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4e75c commit e9d3d8aCopy full SHA for e9d3d8a
README.md
@@ -2,12 +2,12 @@
2
Custom GraphQL Types, such as Date and Cursor
3
4
## Install
5
-`yarn add @limit-zero/graphql-custom-types`
+`yarn add @limit0/graphql-custom-types`
6
7
## Usage
8
Within your root resolver file, require the types and add them to the tree, similar to the following:
9
```js
10
-const { DateType, CursorType } = require('@limit-zero/graphql-custom-types');
+const { DateType, CursorType } = require('@limit0/graphql-custom-types');
11
12
const resolvers = {
13
Date: DateType,
0 commit comments