@salesforce/lds-adapters-uiapi 1.308.0-dev1 → 1.309.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 (21) hide show
  1. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsRepresentation.d.ts +3 -1
  2. package/dist/es/es2018/types/src/generated/graphql/types/PolymorphicAggregateParentRelationship.d.ts +20 -0
  3. package/dist/es/es2018/types/src/generated/graphql/types/Query.d.ts +3 -3
  4. package/dist/es/es2018/types/src/generated/graphql/types/RecordAggregate.d.ts +4 -1
  5. package/dist/es/es2018/types/src/generated/graphql/types/SObject__Field.d.ts +35 -0
  6. package/dist/es/es2018/types/src/generated/graphql/types/SObject__FieldType.d.ts +6 -0
  7. package/dist/es/es2018/types/src/generated/graphql/types/Setup__EntityRepresentation.d.ts +3 -1
  8. package/dist/es/es2018/types/src/generated/graphql/types/Setup__Setup.d.ts +3 -1
  9. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupAggregateConnection.d.ts +39 -0
  10. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupAggregateEdge.d.ts +36 -0
  11. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupPolymorphicAggregateParentRelationship.d.ts +20 -0
  12. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupQueryAggregate.d.ts +35 -0
  13. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupRecordAggregate.d.ts +71 -0
  14. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupRecordResult.d.ts +35 -0
  15. package/dist/es/es2018/uiapi-records-service.js +6510 -4829
  16. package/package.json +10 -9
  17. package/sfdc/graphqlAdapters.js +5035 -3356
  18. package/sfdc/index.js +7 -5
  19. package/src/raml/luvio.raml +4 -0
  20. package/src/raml/uiapi.graphql +118 -40
  21. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsAssetTypeSelection.d.ts +0 -10
@@ -6,11 +6,13 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
6
6
  import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
7
7
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
8
8
  export declare const name = "Analytics__AnalyticsRepresentation";
9
- export declare const VERSION = "95f1f55f72a8645ee3e4435c065c9ece";
9
+ export declare const VERSION = "912b8696694a3a4d41440504091f059b";
10
10
  export interface Interface {
11
11
  MasterLabel: StringValue_Interface | undefined;
12
12
  CreatedById: IDValue_Interface | undefined;
13
+ CreatedDate: DateTimeValue_Interface | undefined;
13
14
  LastModifiedDate: DateTimeValue_Interface | undefined;
15
+ LastModifiedById: IDValue_Interface | undefined;
14
16
  Id: string;
15
17
  ApiName: string;
16
18
  }
@@ -0,0 +1,20 @@
1
+ import { Interface as RecordAggregate_Interface } from './RecordAggregate';
2
+ import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode } from '@luvio/graphql-parser';
3
+ import { GraphQLIngestState as type$45$util_GraphQLIngestState, NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
4
+ import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
5
+ import { Reader as $64$luvio_engine_Reader, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
6
+ export declare const name = "PolymorphicAggregateParentRelationship";
7
+ export type Interface = RecordAggregate_Interface;
8
+ export type PartialInterface = Record<string, any>;
9
+ export declare const VERSION: undefined;
10
+ export declare function ingest(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLIngestState<PartialInterface>): {
11
+ __ref: string;
12
+ } | undefined;
13
+ export declare function select(field: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap): (source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, parentRecordId: string) => PartialInterface | undefined;
14
+ export declare function getTypeCacheKeys(cacheKeys: $64$luvio_engine_DurableStoreKeyMetadataMap, astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLLuvioState<PartialInterface>): void;
15
+ export declare function getInContextFragmentType(fragment: $64$luvio_graphql$45$parser_FragmentSpreadNode | $64$luvio_graphql$45$parser_InlineFragmentNode, fragmentMap: $64$luvio_graphql_GraphQLFragmentMap): string | undefined;
16
+ export declare function getFieldType(field: $64$luvio_graphql$45$parser_FieldNode): {
17
+ isArray: boolean;
18
+ typename: string;
19
+ } | undefined;
20
+ export declare function getMinimumSelections(): $64$luvio_graphql$45$parser_SelectionNode[];
@@ -1,16 +1,16 @@
1
1
  import { Interface as UIAPI_Interface } from './UIAPI';
2
- import { Interface as Setup__Setup_Interface } from './Setup__Setup';
3
2
  import { Interface as Analytics__Analytics_Interface } from './Analytics__Analytics';
3
+ import { Interface as Setup__Setup_Interface } from './Setup__Setup';
4
4
  import { Luvio as $64$luvio_engine_Luvio, Reader as $64$luvio_engine_Reader, SelectionPropertyKey as $64$luvio_engine_SelectionPropertyKey, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
5
5
  import { OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, FieldNode as $64$luvio_graphql$45$parser_FieldNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
6
6
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
7
7
  import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
8
8
  export declare const name = "Query";
9
- export declare const VERSION = "c7275c28e32a2ae0e18d8d21f628c946";
9
+ export declare const VERSION = "54885a089621803969258215830eec97";
10
10
  export interface Interface {
11
11
  uiapi: UIAPI_Interface;
12
- setup: Setup__Setup_Interface;
13
12
  analytics: Analytics__Analytics_Interface;
13
+ setup: Setup__Setup_Interface;
14
14
  }
15
15
  export interface MinimumInterface {
16
16
  }
@@ -15,12 +15,13 @@ import { Interface as StringAggregate_Interface } from './StringAggregate';
15
15
  import { Interface as TextAreaAggregate_Interface } from './TextAreaAggregate';
16
16
  import { Interface as TimeAggregate_Interface } from './TimeAggregate';
17
17
  import { Interface as UrlAggregate_Interface } from './UrlAggregate';
18
+ import { Interface as PolymorphicAggregateParentRelationship_Interface } from './PolymorphicAggregateParentRelationship';
18
19
  import { Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Reader as $64$luvio_engine_Reader, SelectionPropertyKey as $64$luvio_engine_SelectionPropertyKey, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
19
20
  import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
20
21
  import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
21
22
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
22
23
  export declare const name = "RecordAggregate";
23
- export declare const VERSION = "708cab338ed7ebbaa86aab15bce73272";
24
+ export declare const VERSION = "e7f09bcfe3bdaa58b46bbe4d724d0231";
24
25
  export interface Interface {
25
26
  ApiName: string;
26
27
  BooleanAggregate: BooleanAggregate_Interface | undefined;
@@ -40,6 +41,8 @@ export interface Interface {
40
41
  TextAreaAggregate: TextAreaAggregate_Interface | undefined;
41
42
  TimeAggregate: TimeAggregate_Interface | undefined;
42
43
  UrlAggregate: UrlAggregate_Interface | undefined;
44
+ parentRelationship: Interface | undefined;
45
+ polymorphicParentRelationship: PolymorphicAggregateParentRelationship_Interface | undefined;
43
46
  }
44
47
  export interface MinimumInterface {
45
48
  }
@@ -0,0 +1,35 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Reader as $64$luvio_engine_Reader, SelectionPropertyKey as $64$luvio_engine_SelectionPropertyKey, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
3
+ import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
4
+ import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
5
+ export declare const name = "SObject__Field";
6
+ export declare const VERSION = "7acebed646d199da2d0c03c956162517";
7
+ export interface Interface {
8
+ name: string;
9
+ value: string | undefined;
10
+ }
11
+ export interface MinimumInterface {
12
+ }
13
+ export type PartialInterface = Record<string, any> & MinimumInterface;
14
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, path: $64$luvio_engine_IngestPath, data: PartialInterface): string | $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function mergeData(existingData: type$45$util_NormalizedGraphQL, newData: type$45$util_NormalizedGraphQL): {
16
+ data: Record<string, any>;
17
+ };
18
+ export declare function ingest(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLIngestState<PartialInterface>): {
19
+ __ref: string;
20
+ };
21
+ export declare function getFieldData(source: type$45$util_NormalizedGraphQL, sel: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables): any;
22
+ export declare function selectType(typename: string, sel: $64$luvio_graphql$45$parser_FieldNode, fieldData: any, reader: $64$luvio_engine_Reader<any>, key: $64$luvio_engine_SelectionPropertyKey, sink: any, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap, parentRecordId: string): any;
23
+ export declare function buildSelectionForField(source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, sel: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap, parentRecordId: string): Record<string, any> | undefined;
24
+ export declare function buildSelectionForNode(source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, parentNode: $64$luvio_graphql$45$parser_FieldNode | $64$luvio_graphql$45$parser_OperationDefinitionNode, selectionNode: $64$luvio_graphql$45$parser_SelectionNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap, parentRecordId: string): Record<string, any> | undefined;
25
+ export declare function select(field: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap): (source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, parentRecordId: string) => PartialInterface | undefined;
26
+ export declare function getMinimumSelections(): $64$luvio_graphql$45$parser_SelectionNode[];
27
+ export declare function getTypeCacheKeys(cacheKeySink: $64$luvio_engine_DurableStoreKeyMetadataMap, astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLLuvioState<PartialInterface>): void;
28
+ export declare function getFieldType(field: $64$luvio_graphql$45$parser_FieldNode): {
29
+ isArray: boolean;
30
+ typename: string;
31
+ } | undefined;
32
+ export declare function ingestFieldByType(typename: string, parentKey: string | $64$luvio_engine_NormalizedKeyMetadata, requestedField: $64$luvio_graphql$45$parser_FieldNode, sink: Record<string, any>, fieldKey: $64$luvio_engine_SelectionPropertyKey, fieldData: any, state: type$45$util_GraphQLIngestState<PartialInterface>): void;
33
+ export declare function isMappedField(field: $64$luvio_graphql$45$parser_FieldNode): boolean;
34
+ export declare function isFragmentApplicable(fragmentNode: $64$luvio_graphql$45$parser_FragmentDefinitionNode | $64$luvio_graphql$45$parser_InlineFragmentNode, typename?: string): boolean;
35
+ export declare function getInContextFragmentType(fragment: $64$luvio_graphql$45$parser_FragmentSpreadNode | $64$luvio_graphql$45$parser_InlineFragmentNode, fragmentMap: $64$luvio_graphql_GraphQLFragmentMap): string | undefined;
@@ -0,0 +1,6 @@
1
+ export declare const name = "SObject__FieldType";
2
+ export declare enum Interface {
3
+ ALL = "ALL",
4
+ CUSTOM = "CUSTOM",
5
+ STANDARD = "STANDARD"
6
+ }
@@ -12,6 +12,7 @@ import { Interface as PhoneNumberValue_Interface } from './PhoneNumberValue';
12
12
  import { Interface as EmailValue_Interface } from './EmailValue';
13
13
  import { Interface as UrlValue_Interface } from './UrlValue';
14
14
  import { Interface as EncryptedStringValue_Interface } from './EncryptedStringValue';
15
+ import { Interface as SObject__Field_Interface } from './SObject__Field';
15
16
  import { Interface as CurrencyValue_Interface } from './CurrencyValue';
16
17
  import { Interface as LongitudeValue_Interface } from './LongitudeValue';
17
18
  import { Interface as LatitudeValue_Interface } from './LatitudeValue';
@@ -30,7 +31,7 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
30
31
  import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
31
32
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
32
33
  export declare const name = "Setup__EntityRepresentation";
33
- export declare const VERSION = "b896b96048c51dbadd5607512c444afe";
34
+ export declare const VERSION = "d45b0eb67ba6273ed9b38313a773b15a";
34
35
  export interface Interface {
35
36
  Id: string;
36
37
  ApiName: string;
@@ -48,6 +49,7 @@ export interface Interface {
48
49
  EmailValue: EmailValue_Interface | undefined;
49
50
  UrlValue: UrlValue_Interface | undefined;
50
51
  EncryptedStringValue: EncryptedStringValue_Interface | undefined;
52
+ Entity__fields: SObject__Field_Interface[];
51
53
  CurrencyValue: CurrencyValue_Interface | undefined;
52
54
  LongitudeValue: LongitudeValue_Interface | undefined;
53
55
  LatitudeValue: LatitudeValue_Interface | undefined;
@@ -1,13 +1,15 @@
1
1
  import { Interface as Setup__SetupQuery_Interface } from './Setup__SetupQuery';
2
+ import { Interface as Setup__SetupQueryAggregate_Interface } from './Setup__SetupQueryAggregate';
2
3
  import { Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Reader as $64$luvio_engine_Reader, SelectionPropertyKey as $64$luvio_engine_SelectionPropertyKey, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
4
  import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
4
5
  import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
5
6
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
6
7
  export declare const name = "Setup__Setup";
7
8
  export declare const TTL = 1000;
8
- export declare const VERSION = "57c66c8147b44793116747c96b2b0fc9";
9
+ export declare const VERSION = "c9078f9a3c6d16c68179c4007365a008";
9
10
  export interface Interface {
10
11
  query: Setup__SetupQuery_Interface;
12
+ aggregate: Setup__SetupQueryAggregate_Interface;
11
13
  }
12
14
  export interface MinimumInterface {
13
15
  }
@@ -0,0 +1,39 @@
1
+ import { Interface as Setup__SetupAggregateEdge_Interface } from './Setup__SetupAggregateEdge';
2
+ import { Interface as PageInfo_Interface } from './PageInfo';
3
+ import { Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Reader as $64$luvio_engine_Reader, SelectionPropertyKey as $64$luvio_engine_SelectionPropertyKey, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
4
+ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
5
+ import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
6
+ import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
7
+ export declare const name = "Setup__SetupAggregateConnection";
8
+ export declare const VERSION = "25dc88119696a06f67107fb7fd7f1aba";
9
+ export interface Interface {
10
+ edges: Setup__SetupAggregateEdge_Interface[] | undefined;
11
+ pageInfo: PageInfo_Interface;
12
+ totalCount: number;
13
+ }
14
+ export interface MinimumInterface {
15
+ }
16
+ export type PartialInterface = Record<string, any> & MinimumInterface;
17
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, path: $64$luvio_engine_IngestPath, data: PartialInterface): string | $64$luvio_engine_NormalizedKeyMetadata;
18
+ export declare function mergeData(existingData: type$45$util_NormalizedGraphQL, newData: type$45$util_NormalizedGraphQL): {
19
+ data: Record<string, any>;
20
+ };
21
+ export declare function ingestPaginationMetadata(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLIngestState<PartialInterface>, key: string | $64$luvio_engine_NormalizedKeyMetadata, sink: PartialInterface, existingData: PartialInterface): void;
22
+ export declare function ingest(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLIngestState<PartialInterface>): {
23
+ __ref: string;
24
+ };
25
+ export declare function getFieldData(source: type$45$util_NormalizedGraphQL, sel: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables): any;
26
+ export declare function selectType(typename: string, sel: $64$luvio_graphql$45$parser_FieldNode, fieldData: any, reader: $64$luvio_engine_Reader<any>, key: $64$luvio_engine_SelectionPropertyKey, sink: any, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap, parentRecordId: string): any;
27
+ export declare function buildSelectionForField(source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, sel: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap, parentRecordId: string): Record<string, any> | undefined;
28
+ export declare function buildSelectionForNode(source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, parentNode: $64$luvio_graphql$45$parser_FieldNode | $64$luvio_graphql$45$parser_OperationDefinitionNode, selectionNode: $64$luvio_graphql$45$parser_SelectionNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap, parentRecordId: string): Record<string, any> | undefined;
29
+ export declare function select(field: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap): (source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, parentRecordId: string) => PartialInterface | undefined;
30
+ export declare function getMinimumSelections(): $64$luvio_graphql$45$parser_SelectionNode[];
31
+ export declare function getTypeCacheKeys(cacheKeySink: $64$luvio_engine_DurableStoreKeyMetadataMap, astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLLuvioState<PartialInterface>): void;
32
+ export declare function getFieldType(field: $64$luvio_graphql$45$parser_FieldNode): {
33
+ isArray: boolean;
34
+ typename: string;
35
+ } | undefined;
36
+ export declare function ingestFieldByType(typename: string, parentKey: string | $64$luvio_engine_NormalizedKeyMetadata, fullPathKey: string | $64$luvio_engine_NormalizedKeyMetadata, requestedField: $64$luvio_graphql$45$parser_FieldNode, sink: Record<string, any>, fieldKey: $64$luvio_engine_SelectionPropertyKey, fieldData: any, state: type$45$util_GraphQLIngestState<PartialInterface>): void;
37
+ export declare function isMappedField(field: $64$luvio_graphql$45$parser_FieldNode): boolean;
38
+ export declare function isFragmentApplicable(fragmentNode: $64$luvio_graphql$45$parser_FragmentDefinitionNode | $64$luvio_graphql$45$parser_InlineFragmentNode, typename?: string): boolean;
39
+ export declare function getInContextFragmentType(fragment: $64$luvio_graphql$45$parser_FragmentSpreadNode | $64$luvio_graphql$45$parser_InlineFragmentNode, fragmentMap: $64$luvio_graphql_GraphQLFragmentMap): string | undefined;
@@ -0,0 +1,36 @@
1
+ import { Interface as Setup__SetupRecordResult_Interface } from './Setup__SetupRecordResult';
2
+ import { Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Reader as $64$luvio_engine_Reader, SelectionPropertyKey as $64$luvio_engine_SelectionPropertyKey, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
4
+ import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
5
+ import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
6
+ export declare const name = "Setup__SetupAggregateEdge";
7
+ export declare const VERSION = "3c03396221f538e0cd1d5076c30cd8ee";
8
+ export interface Interface {
9
+ cursor: string;
10
+ node: Setup__SetupRecordResult_Interface | undefined;
11
+ }
12
+ export interface MinimumInterface {
13
+ }
14
+ export type PartialInterface = Record<string, any> & MinimumInterface;
15
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, path: $64$luvio_engine_IngestPath, data: PartialInterface): string | $64$luvio_engine_NormalizedKeyMetadata;
16
+ export declare function mergeData(existingData: type$45$util_NormalizedGraphQL, newData: type$45$util_NormalizedGraphQL): {
17
+ data: Record<string, any>;
18
+ };
19
+ export declare function ingest(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLIngestState<PartialInterface>): {
20
+ __ref: string;
21
+ };
22
+ export declare function getFieldData(source: type$45$util_NormalizedGraphQL, sel: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables): any;
23
+ export declare function selectType(typename: string, sel: $64$luvio_graphql$45$parser_FieldNode, fieldData: any, reader: $64$luvio_engine_Reader<any>, key: $64$luvio_engine_SelectionPropertyKey, sink: any, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap, parentRecordId: string): any;
24
+ export declare function buildSelectionForField(source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, sel: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap, parentRecordId: string): Record<string, any> | undefined;
25
+ export declare function buildSelectionForNode(source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, parentNode: $64$luvio_graphql$45$parser_FieldNode | $64$luvio_graphql$45$parser_OperationDefinitionNode, selectionNode: $64$luvio_graphql$45$parser_SelectionNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap, parentRecordId: string): Record<string, any> | undefined;
26
+ export declare function select(field: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap): (source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, parentRecordId: string) => PartialInterface | undefined;
27
+ export declare function getMinimumSelections(): $64$luvio_graphql$45$parser_SelectionNode[];
28
+ export declare function getTypeCacheKeys(cacheKeySink: $64$luvio_engine_DurableStoreKeyMetadataMap, astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLLuvioState<PartialInterface>): void;
29
+ export declare function getFieldType(field: $64$luvio_graphql$45$parser_FieldNode): {
30
+ isArray: boolean;
31
+ typename: string;
32
+ } | undefined;
33
+ export declare function ingestFieldByType(typename: string, parentKey: string | $64$luvio_engine_NormalizedKeyMetadata, requestedField: $64$luvio_graphql$45$parser_FieldNode, sink: Record<string, any>, fieldKey: $64$luvio_engine_SelectionPropertyKey, fieldData: any, state: type$45$util_GraphQLIngestState<PartialInterface>): void;
34
+ export declare function isMappedField(field: $64$luvio_graphql$45$parser_FieldNode): boolean;
35
+ export declare function isFragmentApplicable(fragmentNode: $64$luvio_graphql$45$parser_FragmentDefinitionNode | $64$luvio_graphql$45$parser_InlineFragmentNode, typename?: string): boolean;
36
+ export declare function getInContextFragmentType(fragment: $64$luvio_graphql$45$parser_FragmentSpreadNode | $64$luvio_graphql$45$parser_InlineFragmentNode, fragmentMap: $64$luvio_graphql_GraphQLFragmentMap): string | undefined;
@@ -0,0 +1,20 @@
1
+ import { Interface as Setup__SetupRecordAggregate_Interface } from './Setup__SetupRecordAggregate';
2
+ import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode } from '@luvio/graphql-parser';
3
+ import { GraphQLIngestState as type$45$util_GraphQLIngestState, NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
4
+ import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
5
+ import { Reader as $64$luvio_engine_Reader, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
6
+ export declare const name = "Setup__SetupPolymorphicAggregateParentRelationship";
7
+ export type Interface = Setup__SetupRecordAggregate_Interface;
8
+ export type PartialInterface = Record<string, any>;
9
+ export declare const VERSION: undefined;
10
+ export declare function ingest(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLIngestState<PartialInterface>): {
11
+ __ref: string;
12
+ } | undefined;
13
+ export declare function select(field: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap): (source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, parentRecordId: string) => PartialInterface | undefined;
14
+ export declare function getTypeCacheKeys(cacheKeys: $64$luvio_engine_DurableStoreKeyMetadataMap, astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLLuvioState<PartialInterface>): void;
15
+ export declare function getInContextFragmentType(fragment: $64$luvio_graphql$45$parser_FragmentSpreadNode | $64$luvio_graphql$45$parser_InlineFragmentNode, fragmentMap: $64$luvio_graphql_GraphQLFragmentMap): string | undefined;
16
+ export declare function getFieldType(field: $64$luvio_graphql$45$parser_FieldNode): {
17
+ isArray: boolean;
18
+ typename: string;
19
+ } | undefined;
20
+ export declare function getMinimumSelections(): $64$luvio_graphql$45$parser_SelectionNode[];
@@ -0,0 +1,35 @@
1
+ import { Interface as Setup__SetupAggregateConnection_Interface } from './Setup__SetupAggregateConnection';
2
+ import { Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Reader as $64$luvio_engine_Reader, SelectionPropertyKey as $64$luvio_engine_SelectionPropertyKey, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
4
+ import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
5
+ import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
6
+ export declare const name = "Setup__SetupQueryAggregate";
7
+ export declare const VERSION = "0592284764c8e58016880e291b9ffb64";
8
+ export interface Interface {
9
+ recordQueryAggregate: Setup__SetupAggregateConnection_Interface | undefined;
10
+ }
11
+ export interface MinimumInterface {
12
+ }
13
+ export type PartialInterface = Record<string, any> & MinimumInterface;
14
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, path: $64$luvio_engine_IngestPath, data: PartialInterface): string | $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function mergeData(existingData: type$45$util_NormalizedGraphQL, newData: type$45$util_NormalizedGraphQL): {
16
+ data: Record<string, any>;
17
+ };
18
+ export declare function ingest(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLIngestState<PartialInterface>): {
19
+ __ref: string;
20
+ };
21
+ export declare function getFieldData(source: type$45$util_NormalizedGraphQL, sel: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables): any;
22
+ export declare function selectType(typename: string, sel: $64$luvio_graphql$45$parser_FieldNode, fieldData: any, reader: $64$luvio_engine_Reader<any>, key: $64$luvio_engine_SelectionPropertyKey, sink: any, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap, parentRecordId: string): any;
23
+ export declare function buildSelectionForField(source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, sel: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap, parentRecordId: string): Record<string, any> | undefined;
24
+ export declare function buildSelectionForNode(source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, parentNode: $64$luvio_graphql$45$parser_FieldNode | $64$luvio_graphql$45$parser_OperationDefinitionNode, selectionNode: $64$luvio_graphql$45$parser_SelectionNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap, parentRecordId: string): Record<string, any> | undefined;
25
+ export declare function select(field: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap): (source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, parentRecordId: string) => PartialInterface | undefined;
26
+ export declare function getMinimumSelections(): $64$luvio_graphql$45$parser_SelectionNode[];
27
+ export declare function getTypeCacheKeys(cacheKeySink: $64$luvio_engine_DurableStoreKeyMetadataMap, astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLLuvioState<PartialInterface>): void;
28
+ export declare function getFieldType(field: $64$luvio_graphql$45$parser_FieldNode): {
29
+ isArray: boolean;
30
+ typename: string;
31
+ } | undefined;
32
+ export declare function ingestFieldByType(typename: string, parentKey: string | $64$luvio_engine_NormalizedKeyMetadata, requestedField: $64$luvio_graphql$45$parser_FieldNode, sink: Record<string, any>, fieldKey: $64$luvio_engine_SelectionPropertyKey, fieldData: any, state: type$45$util_GraphQLIngestState<PartialInterface>): void;
33
+ export declare function isMappedField(field: $64$luvio_graphql$45$parser_FieldNode): boolean;
34
+ export declare function isFragmentApplicable(fragmentNode: $64$luvio_graphql$45$parser_FragmentDefinitionNode | $64$luvio_graphql$45$parser_InlineFragmentNode, typename?: string): boolean;
35
+ export declare function getInContextFragmentType(fragment: $64$luvio_graphql$45$parser_FragmentSpreadNode | $64$luvio_graphql$45$parser_InlineFragmentNode, fragmentMap: $64$luvio_graphql_GraphQLFragmentMap): string | undefined;
@@ -0,0 +1,71 @@
1
+ import { Interface as BooleanAggregate_Interface } from './BooleanAggregate';
2
+ import { Interface as CurrencyAggregate_Interface } from './CurrencyAggregate';
3
+ import { Interface as DateAggregate_Interface } from './DateAggregate';
4
+ import { Interface as DoubleAggregate_Interface } from './DoubleAggregate';
5
+ import { Interface as EmailAggregate_Interface } from './EmailAggregate';
6
+ import { Interface as IDAggregate_Interface } from './IDAggregate';
7
+ import { Interface as IntAggregate_Interface } from './IntAggregate';
8
+ import { Interface as LatitudeAggregate_Interface } from './LatitudeAggregate';
9
+ import { Interface as LongAggregate_Interface } from './LongAggregate';
10
+ import { Interface as LongitudeAggregate_Interface } from './LongitudeAggregate';
11
+ import { Interface as PercentAggregate_Interface } from './PercentAggregate';
12
+ import { Interface as PhoneNumberAggregate_Interface } from './PhoneNumberAggregate';
13
+ import { Interface as PicklistAggregate_Interface } from './PicklistAggregate';
14
+ import { Interface as StringAggregate_Interface } from './StringAggregate';
15
+ import { Interface as TextAreaAggregate_Interface } from './TextAreaAggregate';
16
+ import { Interface as TimeAggregate_Interface } from './TimeAggregate';
17
+ import { Interface as UrlAggregate_Interface } from './UrlAggregate';
18
+ import { Interface as Setup__SetupPolymorphicAggregateParentRelationship_Interface } from './Setup__SetupPolymorphicAggregateParentRelationship';
19
+ import { Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Reader as $64$luvio_engine_Reader, SelectionPropertyKey as $64$luvio_engine_SelectionPropertyKey, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
20
+ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
21
+ import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
22
+ import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
23
+ export declare const name = "Setup__SetupRecordAggregate";
24
+ export declare const VERSION = "47f8092aa692ffc3ab1a2cc12b530dbc";
25
+ export interface Interface {
26
+ ApiName: string;
27
+ BooleanAggregate: BooleanAggregate_Interface | undefined;
28
+ CurrencyAggregate: CurrencyAggregate_Interface | undefined;
29
+ DateAggregate: DateAggregate_Interface | undefined;
30
+ DoubleAggregate: DoubleAggregate_Interface | undefined;
31
+ EmailAggregate: EmailAggregate_Interface | undefined;
32
+ IDAggregate: IDAggregate_Interface | undefined;
33
+ IntAggregate: IntAggregate_Interface | undefined;
34
+ LatitudeAggregate: LatitudeAggregate_Interface | undefined;
35
+ LongAggregate: LongAggregate_Interface | undefined;
36
+ LongitudeAggregate: LongitudeAggregate_Interface | undefined;
37
+ PercentAggregate: PercentAggregate_Interface | undefined;
38
+ PhoneNumberAggregate: PhoneNumberAggregate_Interface | undefined;
39
+ PicklistAggregate: PicklistAggregate_Interface | undefined;
40
+ StringAggregate: StringAggregate_Interface | undefined;
41
+ TextAreaAggregate: TextAreaAggregate_Interface | undefined;
42
+ TimeAggregate: TimeAggregate_Interface | undefined;
43
+ UrlAggregate: UrlAggregate_Interface | undefined;
44
+ parentRelationship: Interface | undefined;
45
+ polymorphicParentRelationship: Setup__SetupPolymorphicAggregateParentRelationship_Interface | undefined;
46
+ }
47
+ export interface MinimumInterface {
48
+ }
49
+ export type PartialInterface = Record<string, any> & MinimumInterface;
50
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, path: $64$luvio_engine_IngestPath, data: PartialInterface): string | $64$luvio_engine_NormalizedKeyMetadata;
51
+ export declare function mergeData(existingData: type$45$util_NormalizedGraphQL, newData: type$45$util_NormalizedGraphQL): {
52
+ data: Record<string, any>;
53
+ };
54
+ export declare function ingest(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLIngestState<PartialInterface>): {
55
+ __ref: string;
56
+ };
57
+ export declare function getFieldData(source: type$45$util_NormalizedGraphQL, sel: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables): any;
58
+ export declare function selectType(typename: string, sel: $64$luvio_graphql$45$parser_FieldNode, fieldData: any, reader: $64$luvio_engine_Reader<any>, key: $64$luvio_engine_SelectionPropertyKey, sink: any, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap, parentRecordId: string): any;
59
+ export declare function buildSelectionForField(source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, sel: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap, parentRecordId: string): Record<string, any> | undefined;
60
+ export declare function buildSelectionForNode(source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, parentNode: $64$luvio_graphql$45$parser_FieldNode | $64$luvio_graphql$45$parser_OperationDefinitionNode, selectionNode: $64$luvio_graphql$45$parser_SelectionNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap, parentRecordId: string): Record<string, any> | undefined;
61
+ export declare function select(field: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap): (source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, parentRecordId: string) => PartialInterface | undefined;
62
+ export declare function getMinimumSelections(): $64$luvio_graphql$45$parser_SelectionNode[];
63
+ export declare function getTypeCacheKeys(cacheKeySink: $64$luvio_engine_DurableStoreKeyMetadataMap, astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLLuvioState<PartialInterface>): void;
64
+ export declare function getFieldType(field: $64$luvio_graphql$45$parser_FieldNode): {
65
+ isArray: boolean;
66
+ typename: string;
67
+ } | undefined;
68
+ export declare function ingestFieldByType(typename: string, parentKey: string | $64$luvio_engine_NormalizedKeyMetadata, requestedField: $64$luvio_graphql$45$parser_FieldNode, sink: Record<string, any>, fieldKey: $64$luvio_engine_SelectionPropertyKey, fieldData: any, state: type$45$util_GraphQLIngestState<PartialInterface>): void;
69
+ export declare function isMappedField(field: $64$luvio_graphql$45$parser_FieldNode): boolean;
70
+ export declare function isFragmentApplicable(fragmentNode: $64$luvio_graphql$45$parser_FragmentDefinitionNode | $64$luvio_graphql$45$parser_InlineFragmentNode, typename?: string): boolean;
71
+ export declare function getInContextFragmentType(fragment: $64$luvio_graphql$45$parser_FragmentSpreadNode | $64$luvio_graphql$45$parser_InlineFragmentNode, fragmentMap: $64$luvio_graphql_GraphQLFragmentMap): string | undefined;
@@ -0,0 +1,35 @@
1
+ import { Interface as Setup__SetupRecordAggregate_Interface } from './Setup__SetupRecordAggregate';
2
+ import { Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Reader as $64$luvio_engine_Reader, SelectionPropertyKey as $64$luvio_engine_SelectionPropertyKey, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
4
+ import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
5
+ import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
6
+ export declare const name = "Setup__SetupRecordResult";
7
+ export declare const VERSION = "daf27c777ff084ce986416e1b392ccf8";
8
+ export interface Interface {
9
+ aggregate: Setup__SetupRecordAggregate_Interface | undefined;
10
+ }
11
+ export interface MinimumInterface {
12
+ }
13
+ export type PartialInterface = Record<string, any> & MinimumInterface;
14
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, path: $64$luvio_engine_IngestPath, data: PartialInterface): string | $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function mergeData(existingData: type$45$util_NormalizedGraphQL, newData: type$45$util_NormalizedGraphQL): {
16
+ data: Record<string, any>;
17
+ };
18
+ export declare function ingest(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLIngestState<PartialInterface>): {
19
+ __ref: string;
20
+ };
21
+ export declare function getFieldData(source: type$45$util_NormalizedGraphQL, sel: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables): any;
22
+ export declare function selectType(typename: string, sel: $64$luvio_graphql$45$parser_FieldNode, fieldData: any, reader: $64$luvio_engine_Reader<any>, key: $64$luvio_engine_SelectionPropertyKey, sink: any, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap, parentRecordId: string): any;
23
+ export declare function buildSelectionForField(source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, sel: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap, parentRecordId: string): Record<string, any> | undefined;
24
+ export declare function buildSelectionForNode(source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, parentNode: $64$luvio_graphql$45$parser_FieldNode | $64$luvio_graphql$45$parser_OperationDefinitionNode, selectionNode: $64$luvio_graphql$45$parser_SelectionNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap, parentRecordId: string): Record<string, any> | undefined;
25
+ export declare function select(field: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap): (source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, parentRecordId: string) => PartialInterface | undefined;
26
+ export declare function getMinimumSelections(): $64$luvio_graphql$45$parser_SelectionNode[];
27
+ export declare function getTypeCacheKeys(cacheKeySink: $64$luvio_engine_DurableStoreKeyMetadataMap, astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLLuvioState<PartialInterface>): void;
28
+ export declare function getFieldType(field: $64$luvio_graphql$45$parser_FieldNode): {
29
+ isArray: boolean;
30
+ typename: string;
31
+ } | undefined;
32
+ export declare function ingestFieldByType(typename: string, parentKey: string | $64$luvio_engine_NormalizedKeyMetadata, requestedField: $64$luvio_graphql$45$parser_FieldNode, sink: Record<string, any>, fieldKey: $64$luvio_engine_SelectionPropertyKey, fieldData: any, state: type$45$util_GraphQLIngestState<PartialInterface>): void;
33
+ export declare function isMappedField(field: $64$luvio_graphql$45$parser_FieldNode): boolean;
34
+ export declare function isFragmentApplicable(fragmentNode: $64$luvio_graphql$45$parser_FragmentDefinitionNode | $64$luvio_graphql$45$parser_InlineFragmentNode, typename?: string): boolean;
35
+ export declare function getInContextFragmentType(fragment: $64$luvio_graphql$45$parser_FragmentSpreadNode | $64$luvio_graphql$45$parser_InlineFragmentNode, fragmentMap: $64$luvio_graphql_GraphQLFragmentMap): string | undefined;