houdini 1.4.1 → 1.4.3

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.
@@ -0,0 +1,2 @@
1
+ import type { Config, Document } from '../../lib';
2
+ export default function addFields(config: Config, documents: Document[]): Promise<void>;
@@ -2,7 +2,7 @@ export { default as collectDefinitions } from './collectDefinitions';
2
2
  export { default as internalSchema } from './schema';
3
3
  export { default as list } from './list';
4
4
  export { default as typename } from './typename';
5
- export { default as addID } from './addID';
5
+ export { default as addFields } from './addFields';
6
6
  export { default as paginate } from './paginate';
7
7
  export { default as fragmentVariables } from './fragmentVariables';
8
8
  export { default as componentFields } from './componentFields';
@@ -1,6 +1,6 @@
1
1
  import type { Config, Document } from '../../lib';
2
2
  export default function paginate(config: Config, documents: Document[]): Promise<void>;
3
- export declare const pageInfoSelection: {
3
+ export declare const selectionConnectionInfo: {
4
4
  kind: "Field";
5
5
  name: {
6
6
  kind: "Name";