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 b92b602 commit fad10b2Copy full SHA for fad10b2
src/schema/Schema.ts
@@ -17,11 +17,11 @@ export class Schema {
17
name: string
18
sortMapEntries: ((a: Pair, b: Pair) => number) | null
19
tags: Array<CollectionTag | ScalarTag>
20
- toStringOptions: Readonly<ToStringOptions> | null;
+ toStringOptions: Readonly<ToStringOptions> | null
21
22
// Used by createNode() and composeScalar()
23
- declare readonly [MAP]: CollectionTag;
24
- declare readonly [SCALAR]: ScalarTag;
+ declare readonly [MAP]: CollectionTag
+ declare readonly [SCALAR]: ScalarTag
25
declare readonly [SEQ]: CollectionTag
26
27
constructor({
0 commit comments