@graphql-tools/utils 8.2.2 → 8.3.0

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.
Files changed (59) hide show
  1. package/implementsAbstractType.d.ts +1 -1
  2. package/index.js +10 -6
  3. package/index.mjs +11 -8
  4. package/package.json +1 -1
  5. package/validate-documents.d.ts +1 -0
  6. package/es5/AggregateError.d.ts +0 -10
  7. package/es5/Interfaces.d.ts +0 -242
  8. package/es5/addTypes.d.ts +0 -2
  9. package/es5/astFromType.d.ts +0 -2
  10. package/es5/astFromValueUntyped.d.ts +0 -17
  11. package/es5/build-operation-for-field.d.ts +0 -18
  12. package/es5/collectFields.d.ts +0 -5
  13. package/es5/comments.d.ts +0 -30
  14. package/es5/errors.d.ts +0 -2
  15. package/es5/executor.d.ts +0 -7
  16. package/es5/fields.d.ts +0 -5
  17. package/es5/filterSchema.d.ts +0 -12
  18. package/es5/fixSchemaAst.d.ts +0 -3
  19. package/es5/forEachDefaultValue.d.ts +0 -3
  20. package/es5/forEachField.d.ts +0 -3
  21. package/es5/get-directives.d.ts +0 -11
  22. package/es5/get-fields-with-directives.d.ts +0 -16
  23. package/es5/get-implementing-types.d.ts +0 -2
  24. package/es5/getArgumentValues.d.ts +0 -10
  25. package/es5/getObjectTypeFromTypeMap.d.ts +0 -3
  26. package/es5/getResolversFromSchema.d.ts +0 -3
  27. package/es5/getResponseKeyFromInfo.d.ts +0 -7
  28. package/es5/heal.d.ts +0 -3
  29. package/es5/helpers.d.ts +0 -9
  30. package/es5/implementsAbstractType.d.ts +0 -3
  31. package/es5/index.d.ts +0 -49
  32. package/es5/index.js +0 -4842
  33. package/es5/index.mjs +0 -4734
  34. package/es5/inspect.d.ts +0 -4
  35. package/es5/isAsyncIterable.d.ts +0 -1
  36. package/es5/isDocumentNode.d.ts +0 -2
  37. package/es5/loaders.d.ts +0 -18
  38. package/es5/mapAsyncIterator.d.ts +0 -5
  39. package/es5/mapSchema.d.ts +0 -7
  40. package/es5/memoize.d.ts +0 -6
  41. package/es5/mergeDeep.d.ts +0 -9
  42. package/es5/observableToAsyncIterable.d.ts +0 -12
  43. package/es5/package.json +0 -35
  44. package/es5/parse-graphql-json.d.ts +0 -4
  45. package/es5/parse-graphql-sdl.d.ts +0 -13
  46. package/es5/print-schema-with-directives.d.ts +0 -21
  47. package/es5/prune.d.ts +0 -8
  48. package/es5/renameType.d.ts +0 -8
  49. package/es5/rewire.d.ts +0 -5
  50. package/es5/rootTypes.d.ts +0 -5
  51. package/es5/selectionSets.d.ts +0 -3
  52. package/es5/stub.d.ts +0 -9
  53. package/es5/transformInputValue.d.ts +0 -6
  54. package/es5/types.d.ts +0 -49
  55. package/es5/updateArgument.d.ts +0 -3
  56. package/es5/validate-documents.d.ts +0 -9
  57. package/es5/valueMatchesCriteria.d.ts +0 -1
  58. package/es5/visitResult.d.ts +0 -15
  59. package/es5/withCancel.d.ts +0 -3
package/es5/index.d.ts DELETED
@@ -1,49 +0,0 @@
1
- export * from './loaders';
2
- export * from './helpers';
3
- export * from './get-directives';
4
- export * from './get-fields-with-directives';
5
- export * from './get-implementing-types';
6
- export * from './print-schema-with-directives';
7
- export * from './get-fields-with-directives';
8
- export * from './validate-documents';
9
- export * from './parse-graphql-json';
10
- export * from './parse-graphql-sdl';
11
- export * from './build-operation-for-field';
12
- export * from './types';
13
- export * from './filterSchema';
14
- export * from './heal';
15
- export * from './getResolversFromSchema';
16
- export * from './forEachField';
17
- export * from './forEachDefaultValue';
18
- export * from './mapSchema';
19
- export * from './addTypes';
20
- export * from './rewire';
21
- export * from './prune';
22
- export * from './mergeDeep';
23
- export * from './Interfaces';
24
- export * from './stub';
25
- export * from './selectionSets';
26
- export * from './getResponseKeyFromInfo';
27
- export * from './fields';
28
- export * from './renameType';
29
- export * from './transformInputValue';
30
- export * from './mapAsyncIterator';
31
- export * from './updateArgument';
32
- export * from './implementsAbstractType';
33
- export * from './errors';
34
- export * from './observableToAsyncIterable';
35
- export * from './visitResult';
36
- export * from './getArgumentValues';
37
- export * from './valueMatchesCriteria';
38
- export * from './isAsyncIterable';
39
- export * from './isDocumentNode';
40
- export * from './astFromValueUntyped';
41
- export * from './executor';
42
- export * from './withCancel';
43
- export * from './AggregateError';
44
- export * from './rootTypes';
45
- export * from './comments';
46
- export * from './collectFields';
47
- export * from './inspect';
48
- export * from './memoize';
49
- export * from './fixSchemaAst';