@luvio/graphql-parser 0.135.2 → 0.135.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/gql.d.ts +0 -4
- package/dist/luvioGraphqlParser.js +253 -1728
- package/dist/luvioGraphqlParser.mjs +251 -1724
- package/package.json +6 -2
package/dist/gql.d.ts
CHANGED
|
@@ -33,10 +33,6 @@ export declare function processSubstitutions(inputString: ReadonlyArray<string>,
|
|
|
33
33
|
operationString: string;
|
|
34
34
|
fragments: DefinitionNode[];
|
|
35
35
|
} | null;
|
|
36
|
-
/**
|
|
37
|
-
* strips Document node and nested definitions of location references
|
|
38
|
-
*/
|
|
39
|
-
export declare function stripLocation(node: any): any;
|
|
40
36
|
/**
|
|
41
37
|
*
|
|
42
38
|
* @param astReference - ast reference passed from user land
|