Skip to content

Commit 11bfe12

Browse files
committed
v0.6.5
1 parent 45f35d4 commit 11bfe12

File tree

7 files changed

+90
-70
lines changed

7 files changed

+90
-70
lines changed

examples/loader.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const resolvers: resolverTypes = {
3333
},
3434
Dog: {
3535
owner: {
36-
load(queries) {
36+
load (queries) {
3737
return new Promise(resolve => {
3838
setTimeout(() => {
3939
resolve(queries.map(q => owners[q.parent.name]))

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/stepci/garph"
77
},
8-
"version": "0.6.4",
8+
"version": "0.6.5",
99
"license": "MIT",
1010
"main": "dist/index.js",
1111
"scripts": {

www/api/classes/GarphSchema.md

+40-20
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
#### Defined in
1919

20-
[index.ts:618](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L618)
20+
[index.ts:629](https://github.com/stepci/garph/blob/45f35d4/src/index.ts#L629)
2121

2222
## Properties
2323

@@ -27,7 +27,7 @@
2727

2828
#### Defined in
2929

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

3232
___
3333

@@ -46,7 +46,7 @@ ___
4646

4747
#### Defined in
4848

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

5151
___
5252

@@ -56,7 +56,7 @@ ___
5656

5757
#### Defined in
5858

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

6161
___
6262

@@ -66,7 +66,7 @@ ___
6666

6767
#### Defined in
6868

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

7171
## Methods
7272

@@ -80,7 +80,7 @@ ___
8080

8181
#### Defined in
8282

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

8585
___
8686

@@ -108,7 +108,7 @@ ___
108108

109109
#### Defined in
110110

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

113113
___
114114

@@ -136,7 +136,7 @@ ___
136136

137137
#### Defined in
138138

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

141141
___
142142

@@ -164,7 +164,7 @@ ___
164164

165165
#### Defined in
166166

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

169169
___
170170

@@ -178,7 +178,7 @@ ___
178178

179179
#### Defined in
180180

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

183183
___
184184

@@ -192,7 +192,7 @@ ___
192192

193193
#### Defined in
194194

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

197197
___
198198

@@ -220,7 +220,7 @@ ___
220220

221221
#### Defined in
222222

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

225225
___
226226

@@ -234,7 +234,7 @@ ___
234234

235235
#### Defined in
236236

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

239239
___
240240

@@ -262,7 +262,7 @@ ___
262262

263263
#### Defined in
264264

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

267267
___
268268

@@ -290,7 +290,7 @@ ___
290290

291291
#### Defined in
292292

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

295295
___
296296

@@ -316,7 +316,27 @@ ___
316316

317317
#### Defined in
318318

319-
[index.ts:709](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L709)
319+
[index.ts:720](https://github.com/stepci/garph/blob/45f35d4/src/index.ts#L720)
320+
321+
___
322+
323+
### registerType
324+
325+
**registerType**(`type`): `void`
326+
327+
#### Parameters
328+
329+
| Name | Type |
330+
| :------ | :------ |
331+
| `type` | [`AnyType`](../index.md#anytype) |
332+
333+
#### Returns
334+
335+
`void`
336+
337+
#### Defined in
338+
339+
[index.ts:619](https://github.com/stepci/garph/blob/45f35d4/src/index.ts#L619)
320340

321341
___
322342

@@ -344,7 +364,7 @@ ___
344364

345365
#### Defined in
346366

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

349369
___
350370

@@ -358,7 +378,7 @@ ___
358378

359379
#### Defined in
360380

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

363383
___
364384

@@ -386,7 +406,7 @@ ___
386406

387407
#### Defined in
388408

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

391411
___
392412

@@ -414,4 +434,4 @@ ___
414434

415435
#### Defined in
416436

417-
[index.ts:669](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L669)
437+
[index.ts:680](https://github.com/stepci/garph/blob/45f35d4/src/index.ts#L680)

www/api/classes/Type.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
#### Defined in
3232

33-
[index.ts:13](https://github.com/stepci/garph/blob/3c68aab/src/index.ts#L13)
33+
[index.ts:13](https://github.com/stepci/garph/blob/45f35d4/src/index.ts#L13)
3434

3535
___
3636

@@ -40,7 +40,7 @@ ___
4040

4141
#### Defined in
4242

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

4545
___
4646

@@ -50,7 +50,7 @@ ___
5050

5151
#### Defined in
5252

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

5555
___
5656

@@ -60,7 +60,7 @@ ___
6060

6161
#### Defined in
6262

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

6565
___
6666

@@ -70,7 +70,7 @@ ___
7070

7171
#### Defined in
7272

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

7575
___
7676

@@ -80,7 +80,7 @@ ___
8080

8181
#### Defined in
8282

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

8585
___
8686

@@ -90,7 +90,7 @@ ___
9090

9191
#### Defined in
9292

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

9595
## Methods
9696

@@ -110,7 +110,7 @@ ___
110110

111111
#### Defined in
112112

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

115115
___
116116

@@ -130,4 +130,4 @@ ___
130130

131131
#### Defined in
132132

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

0 commit comments

Comments
 (0)