Skip to content

Commit

Permalink
Fixes Type with name "PageInfo" does not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
mishushakov committed Nov 14, 2023
1 parent 3c68aab commit 512faf1
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 70 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/stepci/garph"
},
"version": "0.6.3",
"version": "0.6.4",
"license": "MIT",
"main": "dist/index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"docs:preview": "vitepress preview",
"build": "tsc -p tsconfig.json",
"postbuild": "typedoc --readme none --entryDocument index.md --plugin typedoc-plugin-markdown --tsconfig tsconfig.json --hideInPageTOC true --out www/api src/index.ts",
"test": "ts-node examples/promo.ts"
"test": "ts-node examples/relay.ts"
},
"devDependencies": {
"@graphql-yoga/plugin-defer-stream": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ export class GarphSchema {
}

constructor ({ types }: { types: AnyType[] } = { types: [] }) {
this.types = types
this.types.push(...types)
}

type<N extends string, T extends AnyTypes>(name: N, shape: T) {
Expand Down
40 changes: 20 additions & 20 deletions www/api/classes/GarphSchema.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#### Defined in

[index.ts:618](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L618)
[index.ts:618](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L618)

## Properties

Expand All @@ -27,7 +27,7 @@

#### Defined in

[index.ts:600](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L600)
[index.ts:600](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L600)

___

Expand All @@ -46,7 +46,7 @@ ___

#### Defined in

[index.ts:611](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L611)
[index.ts:611](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L611)

___

Expand All @@ -56,7 +56,7 @@ ___

#### Defined in

[index.ts:604](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L604)
[index.ts:604](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L604)

___

Expand All @@ -66,7 +66,7 @@ ___

#### Defined in

[index.ts:599](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L599)
[index.ts:599](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L599)

## Methods

Expand All @@ -80,7 +80,7 @@ ___

#### Defined in

[index.ts:703](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L703)
[index.ts:703](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L703)

___

Expand Down Expand Up @@ -108,7 +108,7 @@ ___

#### Defined in

[index.ts:634](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L634)
[index.ts:634](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L634)

___

Expand Down Expand Up @@ -136,7 +136,7 @@ ___

#### Defined in

[index.ts:644](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L644)
[index.ts:644](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L644)

___

Expand Down Expand Up @@ -164,7 +164,7 @@ ___

#### Defined in

[index.ts:663](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L663)
[index.ts:663](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L663)

___

Expand All @@ -178,7 +178,7 @@ ___

#### Defined in

[index.ts:699](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L699)
[index.ts:699](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L699)

___

Expand All @@ -192,7 +192,7 @@ ___

#### Defined in

[index.ts:691](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L691)
[index.ts:691](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L691)

___

Expand Down Expand Up @@ -220,7 +220,7 @@ ___

#### Defined in

[index.ts:657](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L657)
[index.ts:657](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L657)

___

Expand All @@ -234,7 +234,7 @@ ___

#### Defined in

[index.ts:695](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L695)
[index.ts:695](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L695)

___

Expand Down Expand Up @@ -262,7 +262,7 @@ ___

#### Defined in

[index.ts:681](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L681)
[index.ts:681](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L681)

___

Expand Down Expand Up @@ -290,7 +290,7 @@ ___

#### Defined in

[index.ts:628](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L628)
[index.ts:628](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L628)

___

Expand All @@ -316,7 +316,7 @@ ___

#### Defined in

[index.ts:709](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L709)
[index.ts:709](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L709)

___

Expand Down Expand Up @@ -344,7 +344,7 @@ ___

#### Defined in

[index.ts:675](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L675)
[index.ts:675](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L675)

___

Expand All @@ -358,7 +358,7 @@ ___

#### Defined in

[index.ts:687](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L687)
[index.ts:687](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L687)

___

Expand Down Expand Up @@ -386,7 +386,7 @@ ___

#### Defined in

[index.ts:622](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L622)
[index.ts:622](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L622)

___

Expand Down Expand Up @@ -414,4 +414,4 @@ ___

#### Defined in

[index.ts:669](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L669)
[index.ts:669](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L669)
18 changes: 9 additions & 9 deletions www/api/classes/Type.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#### Defined in

[index.ts:13](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L13)
[index.ts:13](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L13)

___

Expand All @@ -40,7 +40,7 @@ ___

#### Defined in

[index.ts:11](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L11)
[index.ts:11](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L11)

___

Expand All @@ -50,7 +50,7 @@ ___

#### Defined in

[index.ts:10](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L10)
[index.ts:10](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L10)

___

Expand All @@ -60,7 +60,7 @@ ___

#### Defined in

[index.ts:9](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L9)
[index.ts:9](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L9)

___

Expand All @@ -70,7 +70,7 @@ ___

#### Defined in

[index.ts:12](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L12)
[index.ts:12](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L12)

___

Expand All @@ -80,7 +80,7 @@ ___

#### Defined in

[index.ts:14](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L14)
[index.ts:14](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L14)

___

Expand All @@ -90,7 +90,7 @@ ___

#### Defined in

[index.ts:15](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L15)
[index.ts:15](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L15)

## Methods

Expand All @@ -110,7 +110,7 @@ ___

#### Defined in

[index.ts:22](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L22)
[index.ts:22](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L22)

___

Expand All @@ -130,4 +130,4 @@ ___

#### Defined in

[index.ts:17](https://github.com/stepci/garph/blob/3fdff10/src/index.ts#L17)
[index.ts:17](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L17)
Loading

0 comments on commit 512faf1

Please sign in to comment.