Skip to content

Commit

Permalink
v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mishushakov committed Jan 8, 2024
1 parent 45f35d4 commit 11bfe12
Show file tree
Hide file tree
Showing 7 changed files with 90 additions and 70 deletions.
2 changes: 1 addition & 1 deletion examples/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const resolvers: resolverTypes = {
},
Dog: {
owner: {
load(queries) {
load (queries) {
return new Promise(resolve => {
setTimeout(() => {
resolve(queries.map(q => owners[q.parent.name]))
Expand Down
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.

2 changes: 1 addition & 1 deletion 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.4",
"version": "0.6.5",
"license": "MIT",
"main": "dist/index.js",
"scripts": {
Expand Down
60 changes: 40 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/3c68aab/src/index.ts#L618)
[index.ts:629](https://github.com/stepci/garph/blob/45f35d4/src/index.ts#L629)

## Properties

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

## Methods

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

### registerType

**registerType**(`type`): `void`

#### Parameters

| Name | Type |
| :------ | :------ |
| `type` | [`AnyType`](../index.md#anytype) |

#### Returns

`void`

#### Defined in

[index.ts:619](https://github.com/stepci/garph/blob/45f35d4/src/index.ts#L619)

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

[index.ts:669](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L669)
[index.ts:680](https://github.com/stepci/garph/blob/45f35d4/src/index.ts#L680)
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/3c68aab/src/index.ts#L13)
[index.ts:13](https://github.com/stepci/garph/blob/45f35d4/src/index.ts#L13)

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

## Methods

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

#### Defined in

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

___

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

#### Defined in

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

0 comments on commit 11bfe12

Please sign in to comment.