@promoboxx/graphql-gateway-types 1.216.0 → 1.217.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.
- package/graphql.schema.json +388 -0
- package/index.d.ts +44 -0
- package/package.json +1 -1
- package/schema.graphql +80 -0
package/graphql.schema.json
CHANGED
|
@@ -55620,6 +55620,200 @@
|
|
|
55620
55620
|
"isDeprecated": false,
|
|
55621
55621
|
"deprecationReason": null
|
|
55622
55622
|
},
|
|
55623
|
+
{
|
|
55624
|
+
"name": "enrichment_queries_distinct_run_names_sorted_by_created_at",
|
|
55625
|
+
"description": "execute function \"enrichment_queries_distinct_run_names_sorted_by_created_at\" which returns \"enrichment_queries\"",
|
|
55626
|
+
"args": [
|
|
55627
|
+
{
|
|
55628
|
+
"name": "distinct_on",
|
|
55629
|
+
"description": "distinct select on columns",
|
|
55630
|
+
"type": {
|
|
55631
|
+
"kind": "LIST",
|
|
55632
|
+
"name": null,
|
|
55633
|
+
"ofType": {
|
|
55634
|
+
"kind": "NON_NULL",
|
|
55635
|
+
"name": null,
|
|
55636
|
+
"ofType": {
|
|
55637
|
+
"kind": "ENUM",
|
|
55638
|
+
"name": "enrichment_queries_select_column",
|
|
55639
|
+
"ofType": null
|
|
55640
|
+
}
|
|
55641
|
+
}
|
|
55642
|
+
},
|
|
55643
|
+
"defaultValue": null,
|
|
55644
|
+
"isDeprecated": false,
|
|
55645
|
+
"deprecationReason": null
|
|
55646
|
+
},
|
|
55647
|
+
{
|
|
55648
|
+
"name": "limit",
|
|
55649
|
+
"description": "limit the number of rows returned",
|
|
55650
|
+
"type": {
|
|
55651
|
+
"kind": "SCALAR",
|
|
55652
|
+
"name": "Int",
|
|
55653
|
+
"ofType": null
|
|
55654
|
+
},
|
|
55655
|
+
"defaultValue": null,
|
|
55656
|
+
"isDeprecated": false,
|
|
55657
|
+
"deprecationReason": null
|
|
55658
|
+
},
|
|
55659
|
+
{
|
|
55660
|
+
"name": "offset",
|
|
55661
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
55662
|
+
"type": {
|
|
55663
|
+
"kind": "SCALAR",
|
|
55664
|
+
"name": "Int",
|
|
55665
|
+
"ofType": null
|
|
55666
|
+
},
|
|
55667
|
+
"defaultValue": null,
|
|
55668
|
+
"isDeprecated": false,
|
|
55669
|
+
"deprecationReason": null
|
|
55670
|
+
},
|
|
55671
|
+
{
|
|
55672
|
+
"name": "order_by",
|
|
55673
|
+
"description": "sort the rows by one or more columns",
|
|
55674
|
+
"type": {
|
|
55675
|
+
"kind": "LIST",
|
|
55676
|
+
"name": null,
|
|
55677
|
+
"ofType": {
|
|
55678
|
+
"kind": "NON_NULL",
|
|
55679
|
+
"name": null,
|
|
55680
|
+
"ofType": {
|
|
55681
|
+
"kind": "INPUT_OBJECT",
|
|
55682
|
+
"name": "enrichment_queries_order_by",
|
|
55683
|
+
"ofType": null
|
|
55684
|
+
}
|
|
55685
|
+
}
|
|
55686
|
+
},
|
|
55687
|
+
"defaultValue": null,
|
|
55688
|
+
"isDeprecated": false,
|
|
55689
|
+
"deprecationReason": null
|
|
55690
|
+
},
|
|
55691
|
+
{
|
|
55692
|
+
"name": "where",
|
|
55693
|
+
"description": "filter the rows returned",
|
|
55694
|
+
"type": {
|
|
55695
|
+
"kind": "INPUT_OBJECT",
|
|
55696
|
+
"name": "enrichment_queries_bool_exp",
|
|
55697
|
+
"ofType": null
|
|
55698
|
+
},
|
|
55699
|
+
"defaultValue": null,
|
|
55700
|
+
"isDeprecated": false,
|
|
55701
|
+
"deprecationReason": null
|
|
55702
|
+
}
|
|
55703
|
+
],
|
|
55704
|
+
"type": {
|
|
55705
|
+
"kind": "NON_NULL",
|
|
55706
|
+
"name": null,
|
|
55707
|
+
"ofType": {
|
|
55708
|
+
"kind": "LIST",
|
|
55709
|
+
"name": null,
|
|
55710
|
+
"ofType": {
|
|
55711
|
+
"kind": "NON_NULL",
|
|
55712
|
+
"name": null,
|
|
55713
|
+
"ofType": {
|
|
55714
|
+
"kind": "OBJECT",
|
|
55715
|
+
"name": "enrichment_queries",
|
|
55716
|
+
"ofType": null
|
|
55717
|
+
}
|
|
55718
|
+
}
|
|
55719
|
+
}
|
|
55720
|
+
},
|
|
55721
|
+
"isDeprecated": false,
|
|
55722
|
+
"deprecationReason": null
|
|
55723
|
+
},
|
|
55724
|
+
{
|
|
55725
|
+
"name": "enrichment_queries_distinct_run_names_sorted_by_created_at_aggregate",
|
|
55726
|
+
"description": "execute function \"enrichment_queries_distinct_run_names_sorted_by_created_at\" and query aggregates on result of table type \"enrichment_queries\"",
|
|
55727
|
+
"args": [
|
|
55728
|
+
{
|
|
55729
|
+
"name": "distinct_on",
|
|
55730
|
+
"description": "distinct select on columns",
|
|
55731
|
+
"type": {
|
|
55732
|
+
"kind": "LIST",
|
|
55733
|
+
"name": null,
|
|
55734
|
+
"ofType": {
|
|
55735
|
+
"kind": "NON_NULL",
|
|
55736
|
+
"name": null,
|
|
55737
|
+
"ofType": {
|
|
55738
|
+
"kind": "ENUM",
|
|
55739
|
+
"name": "enrichment_queries_select_column",
|
|
55740
|
+
"ofType": null
|
|
55741
|
+
}
|
|
55742
|
+
}
|
|
55743
|
+
},
|
|
55744
|
+
"defaultValue": null,
|
|
55745
|
+
"isDeprecated": false,
|
|
55746
|
+
"deprecationReason": null
|
|
55747
|
+
},
|
|
55748
|
+
{
|
|
55749
|
+
"name": "limit",
|
|
55750
|
+
"description": "limit the number of rows returned",
|
|
55751
|
+
"type": {
|
|
55752
|
+
"kind": "SCALAR",
|
|
55753
|
+
"name": "Int",
|
|
55754
|
+
"ofType": null
|
|
55755
|
+
},
|
|
55756
|
+
"defaultValue": null,
|
|
55757
|
+
"isDeprecated": false,
|
|
55758
|
+
"deprecationReason": null
|
|
55759
|
+
},
|
|
55760
|
+
{
|
|
55761
|
+
"name": "offset",
|
|
55762
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
55763
|
+
"type": {
|
|
55764
|
+
"kind": "SCALAR",
|
|
55765
|
+
"name": "Int",
|
|
55766
|
+
"ofType": null
|
|
55767
|
+
},
|
|
55768
|
+
"defaultValue": null,
|
|
55769
|
+
"isDeprecated": false,
|
|
55770
|
+
"deprecationReason": null
|
|
55771
|
+
},
|
|
55772
|
+
{
|
|
55773
|
+
"name": "order_by",
|
|
55774
|
+
"description": "sort the rows by one or more columns",
|
|
55775
|
+
"type": {
|
|
55776
|
+
"kind": "LIST",
|
|
55777
|
+
"name": null,
|
|
55778
|
+
"ofType": {
|
|
55779
|
+
"kind": "NON_NULL",
|
|
55780
|
+
"name": null,
|
|
55781
|
+
"ofType": {
|
|
55782
|
+
"kind": "INPUT_OBJECT",
|
|
55783
|
+
"name": "enrichment_queries_order_by",
|
|
55784
|
+
"ofType": null
|
|
55785
|
+
}
|
|
55786
|
+
}
|
|
55787
|
+
},
|
|
55788
|
+
"defaultValue": null,
|
|
55789
|
+
"isDeprecated": false,
|
|
55790
|
+
"deprecationReason": null
|
|
55791
|
+
},
|
|
55792
|
+
{
|
|
55793
|
+
"name": "where",
|
|
55794
|
+
"description": "filter the rows returned",
|
|
55795
|
+
"type": {
|
|
55796
|
+
"kind": "INPUT_OBJECT",
|
|
55797
|
+
"name": "enrichment_queries_bool_exp",
|
|
55798
|
+
"ofType": null
|
|
55799
|
+
},
|
|
55800
|
+
"defaultValue": null,
|
|
55801
|
+
"isDeprecated": false,
|
|
55802
|
+
"deprecationReason": null
|
|
55803
|
+
}
|
|
55804
|
+
],
|
|
55805
|
+
"type": {
|
|
55806
|
+
"kind": "NON_NULL",
|
|
55807
|
+
"name": null,
|
|
55808
|
+
"ofType": {
|
|
55809
|
+
"kind": "OBJECT",
|
|
55810
|
+
"name": "enrichment_queries_aggregate",
|
|
55811
|
+
"ofType": null
|
|
55812
|
+
}
|
|
55813
|
+
},
|
|
55814
|
+
"isDeprecated": false,
|
|
55815
|
+
"deprecationReason": null
|
|
55816
|
+
},
|
|
55623
55817
|
{
|
|
55624
55818
|
"name": "getAccessInvitation",
|
|
55625
55819
|
"description": null,
|
|
@@ -74312,6 +74506,200 @@
|
|
|
74312
74506
|
"isDeprecated": false,
|
|
74313
74507
|
"deprecationReason": null
|
|
74314
74508
|
},
|
|
74509
|
+
{
|
|
74510
|
+
"name": "enrichment_queries_distinct_run_names_sorted_by_created_at",
|
|
74511
|
+
"description": "execute function \"enrichment_queries_distinct_run_names_sorted_by_created_at\" which returns \"enrichment_queries\"",
|
|
74512
|
+
"args": [
|
|
74513
|
+
{
|
|
74514
|
+
"name": "distinct_on",
|
|
74515
|
+
"description": "distinct select on columns",
|
|
74516
|
+
"type": {
|
|
74517
|
+
"kind": "LIST",
|
|
74518
|
+
"name": null,
|
|
74519
|
+
"ofType": {
|
|
74520
|
+
"kind": "NON_NULL",
|
|
74521
|
+
"name": null,
|
|
74522
|
+
"ofType": {
|
|
74523
|
+
"kind": "ENUM",
|
|
74524
|
+
"name": "enrichment_queries_select_column",
|
|
74525
|
+
"ofType": null
|
|
74526
|
+
}
|
|
74527
|
+
}
|
|
74528
|
+
},
|
|
74529
|
+
"defaultValue": null,
|
|
74530
|
+
"isDeprecated": false,
|
|
74531
|
+
"deprecationReason": null
|
|
74532
|
+
},
|
|
74533
|
+
{
|
|
74534
|
+
"name": "limit",
|
|
74535
|
+
"description": "limit the number of rows returned",
|
|
74536
|
+
"type": {
|
|
74537
|
+
"kind": "SCALAR",
|
|
74538
|
+
"name": "Int",
|
|
74539
|
+
"ofType": null
|
|
74540
|
+
},
|
|
74541
|
+
"defaultValue": null,
|
|
74542
|
+
"isDeprecated": false,
|
|
74543
|
+
"deprecationReason": null
|
|
74544
|
+
},
|
|
74545
|
+
{
|
|
74546
|
+
"name": "offset",
|
|
74547
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
74548
|
+
"type": {
|
|
74549
|
+
"kind": "SCALAR",
|
|
74550
|
+
"name": "Int",
|
|
74551
|
+
"ofType": null
|
|
74552
|
+
},
|
|
74553
|
+
"defaultValue": null,
|
|
74554
|
+
"isDeprecated": false,
|
|
74555
|
+
"deprecationReason": null
|
|
74556
|
+
},
|
|
74557
|
+
{
|
|
74558
|
+
"name": "order_by",
|
|
74559
|
+
"description": "sort the rows by one or more columns",
|
|
74560
|
+
"type": {
|
|
74561
|
+
"kind": "LIST",
|
|
74562
|
+
"name": null,
|
|
74563
|
+
"ofType": {
|
|
74564
|
+
"kind": "NON_NULL",
|
|
74565
|
+
"name": null,
|
|
74566
|
+
"ofType": {
|
|
74567
|
+
"kind": "INPUT_OBJECT",
|
|
74568
|
+
"name": "enrichment_queries_order_by",
|
|
74569
|
+
"ofType": null
|
|
74570
|
+
}
|
|
74571
|
+
}
|
|
74572
|
+
},
|
|
74573
|
+
"defaultValue": null,
|
|
74574
|
+
"isDeprecated": false,
|
|
74575
|
+
"deprecationReason": null
|
|
74576
|
+
},
|
|
74577
|
+
{
|
|
74578
|
+
"name": "where",
|
|
74579
|
+
"description": "filter the rows returned",
|
|
74580
|
+
"type": {
|
|
74581
|
+
"kind": "INPUT_OBJECT",
|
|
74582
|
+
"name": "enrichment_queries_bool_exp",
|
|
74583
|
+
"ofType": null
|
|
74584
|
+
},
|
|
74585
|
+
"defaultValue": null,
|
|
74586
|
+
"isDeprecated": false,
|
|
74587
|
+
"deprecationReason": null
|
|
74588
|
+
}
|
|
74589
|
+
],
|
|
74590
|
+
"type": {
|
|
74591
|
+
"kind": "NON_NULL",
|
|
74592
|
+
"name": null,
|
|
74593
|
+
"ofType": {
|
|
74594
|
+
"kind": "LIST",
|
|
74595
|
+
"name": null,
|
|
74596
|
+
"ofType": {
|
|
74597
|
+
"kind": "NON_NULL",
|
|
74598
|
+
"name": null,
|
|
74599
|
+
"ofType": {
|
|
74600
|
+
"kind": "OBJECT",
|
|
74601
|
+
"name": "enrichment_queries",
|
|
74602
|
+
"ofType": null
|
|
74603
|
+
}
|
|
74604
|
+
}
|
|
74605
|
+
}
|
|
74606
|
+
},
|
|
74607
|
+
"isDeprecated": false,
|
|
74608
|
+
"deprecationReason": null
|
|
74609
|
+
},
|
|
74610
|
+
{
|
|
74611
|
+
"name": "enrichment_queries_distinct_run_names_sorted_by_created_at_aggregate",
|
|
74612
|
+
"description": "execute function \"enrichment_queries_distinct_run_names_sorted_by_created_at\" and query aggregates on result of table type \"enrichment_queries\"",
|
|
74613
|
+
"args": [
|
|
74614
|
+
{
|
|
74615
|
+
"name": "distinct_on",
|
|
74616
|
+
"description": "distinct select on columns",
|
|
74617
|
+
"type": {
|
|
74618
|
+
"kind": "LIST",
|
|
74619
|
+
"name": null,
|
|
74620
|
+
"ofType": {
|
|
74621
|
+
"kind": "NON_NULL",
|
|
74622
|
+
"name": null,
|
|
74623
|
+
"ofType": {
|
|
74624
|
+
"kind": "ENUM",
|
|
74625
|
+
"name": "enrichment_queries_select_column",
|
|
74626
|
+
"ofType": null
|
|
74627
|
+
}
|
|
74628
|
+
}
|
|
74629
|
+
},
|
|
74630
|
+
"defaultValue": null,
|
|
74631
|
+
"isDeprecated": false,
|
|
74632
|
+
"deprecationReason": null
|
|
74633
|
+
},
|
|
74634
|
+
{
|
|
74635
|
+
"name": "limit",
|
|
74636
|
+
"description": "limit the number of rows returned",
|
|
74637
|
+
"type": {
|
|
74638
|
+
"kind": "SCALAR",
|
|
74639
|
+
"name": "Int",
|
|
74640
|
+
"ofType": null
|
|
74641
|
+
},
|
|
74642
|
+
"defaultValue": null,
|
|
74643
|
+
"isDeprecated": false,
|
|
74644
|
+
"deprecationReason": null
|
|
74645
|
+
},
|
|
74646
|
+
{
|
|
74647
|
+
"name": "offset",
|
|
74648
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
74649
|
+
"type": {
|
|
74650
|
+
"kind": "SCALAR",
|
|
74651
|
+
"name": "Int",
|
|
74652
|
+
"ofType": null
|
|
74653
|
+
},
|
|
74654
|
+
"defaultValue": null,
|
|
74655
|
+
"isDeprecated": false,
|
|
74656
|
+
"deprecationReason": null
|
|
74657
|
+
},
|
|
74658
|
+
{
|
|
74659
|
+
"name": "order_by",
|
|
74660
|
+
"description": "sort the rows by one or more columns",
|
|
74661
|
+
"type": {
|
|
74662
|
+
"kind": "LIST",
|
|
74663
|
+
"name": null,
|
|
74664
|
+
"ofType": {
|
|
74665
|
+
"kind": "NON_NULL",
|
|
74666
|
+
"name": null,
|
|
74667
|
+
"ofType": {
|
|
74668
|
+
"kind": "INPUT_OBJECT",
|
|
74669
|
+
"name": "enrichment_queries_order_by",
|
|
74670
|
+
"ofType": null
|
|
74671
|
+
}
|
|
74672
|
+
}
|
|
74673
|
+
},
|
|
74674
|
+
"defaultValue": null,
|
|
74675
|
+
"isDeprecated": false,
|
|
74676
|
+
"deprecationReason": null
|
|
74677
|
+
},
|
|
74678
|
+
{
|
|
74679
|
+
"name": "where",
|
|
74680
|
+
"description": "filter the rows returned",
|
|
74681
|
+
"type": {
|
|
74682
|
+
"kind": "INPUT_OBJECT",
|
|
74683
|
+
"name": "enrichment_queries_bool_exp",
|
|
74684
|
+
"ofType": null
|
|
74685
|
+
},
|
|
74686
|
+
"defaultValue": null,
|
|
74687
|
+
"isDeprecated": false,
|
|
74688
|
+
"deprecationReason": null
|
|
74689
|
+
}
|
|
74690
|
+
],
|
|
74691
|
+
"type": {
|
|
74692
|
+
"kind": "NON_NULL",
|
|
74693
|
+
"name": null,
|
|
74694
|
+
"ofType": {
|
|
74695
|
+
"kind": "OBJECT",
|
|
74696
|
+
"name": "enrichment_queries_aggregate",
|
|
74697
|
+
"ofType": null
|
|
74698
|
+
}
|
|
74699
|
+
},
|
|
74700
|
+
"isDeprecated": false,
|
|
74701
|
+
"deprecationReason": null
|
|
74702
|
+
},
|
|
74315
74703
|
{
|
|
74316
74704
|
"name": "enrichment_queries_stream",
|
|
74317
74705
|
"description": "fetch data from the table in a streaming manner: \"enrichment_queries\"",
|
package/index.d.ts
CHANGED
|
@@ -7125,6 +7125,10 @@ export type Query = {
|
|
|
7125
7125
|
enrichment_queries_aggregate: Enrichment_Queries_Aggregate;
|
|
7126
7126
|
/** fetch data from the table: "enrichment_queries" using primary key columns */
|
|
7127
7127
|
enrichment_queries_by_pk?: Maybe<Enrichment_Queries>;
|
|
7128
|
+
/** execute function "enrichment_queries_distinct_run_names_sorted_by_created_at" which returns "enrichment_queries" */
|
|
7129
|
+
enrichment_queries_distinct_run_names_sorted_by_created_at: Array<Enrichment_Queries>;
|
|
7130
|
+
/** execute function "enrichment_queries_distinct_run_names_sorted_by_created_at" and query aggregates on result of table type "enrichment_queries" */
|
|
7131
|
+
enrichment_queries_distinct_run_names_sorted_by_created_at_aggregate: Enrichment_Queries_Aggregate;
|
|
7128
7132
|
getAccessInvitation?: Maybe<AccessInvitation>;
|
|
7129
7133
|
getAccessInvitations?: Maybe<GetAccessInvitationsResponse>;
|
|
7130
7134
|
getAccessInvitationsByRetailerIds?: Maybe<GetAccessInvitationsResponse>;
|
|
@@ -7460,6 +7464,24 @@ export type QueryEnrichment_Queries_By_PkArgs = {
|
|
|
7460
7464
|
};
|
|
7461
7465
|
|
|
7462
7466
|
|
|
7467
|
+
export type QueryEnrichment_Queries_Distinct_Run_Names_Sorted_By_Created_AtArgs = {
|
|
7468
|
+
distinct_on?: InputMaybe<Array<Enrichment_Queries_Select_Column>>;
|
|
7469
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
7470
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
7471
|
+
order_by?: InputMaybe<Array<Enrichment_Queries_Order_By>>;
|
|
7472
|
+
where?: InputMaybe<Enrichment_Queries_Bool_Exp>;
|
|
7473
|
+
};
|
|
7474
|
+
|
|
7475
|
+
|
|
7476
|
+
export type QueryEnrichment_Queries_Distinct_Run_Names_Sorted_By_Created_At_AggregateArgs = {
|
|
7477
|
+
distinct_on?: InputMaybe<Array<Enrichment_Queries_Select_Column>>;
|
|
7478
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
7479
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
7480
|
+
order_by?: InputMaybe<Array<Enrichment_Queries_Order_By>>;
|
|
7481
|
+
where?: InputMaybe<Enrichment_Queries_Bool_Exp>;
|
|
7482
|
+
};
|
|
7483
|
+
|
|
7484
|
+
|
|
7463
7485
|
export type QueryGetAccessInvitationArgs = {
|
|
7464
7486
|
id: Scalars['ID']['input'];
|
|
7465
7487
|
params?: InputMaybe<GetAccessInvitationParams>;
|
|
@@ -9460,6 +9482,10 @@ export type Subscription = {
|
|
|
9460
9482
|
enrichment_queries_aggregate: Enrichment_Queries_Aggregate;
|
|
9461
9483
|
/** fetch data from the table: "enrichment_queries" using primary key columns */
|
|
9462
9484
|
enrichment_queries_by_pk?: Maybe<Enrichment_Queries>;
|
|
9485
|
+
/** execute function "enrichment_queries_distinct_run_names_sorted_by_created_at" which returns "enrichment_queries" */
|
|
9486
|
+
enrichment_queries_distinct_run_names_sorted_by_created_at: Array<Enrichment_Queries>;
|
|
9487
|
+
/** execute function "enrichment_queries_distinct_run_names_sorted_by_created_at" and query aggregates on result of table type "enrichment_queries" */
|
|
9488
|
+
enrichment_queries_distinct_run_names_sorted_by_created_at_aggregate: Enrichment_Queries_Aggregate;
|
|
9463
9489
|
/** fetch data from the table in a streaming manner: "enrichment_queries" */
|
|
9464
9490
|
enrichment_queries_stream: Array<Enrichment_Queries>;
|
|
9465
9491
|
/** An array relationship */
|
|
@@ -9660,6 +9686,24 @@ export type SubscriptionEnrichment_Queries_By_PkArgs = {
|
|
|
9660
9686
|
};
|
|
9661
9687
|
|
|
9662
9688
|
|
|
9689
|
+
export type SubscriptionEnrichment_Queries_Distinct_Run_Names_Sorted_By_Created_AtArgs = {
|
|
9690
|
+
distinct_on?: InputMaybe<Array<Enrichment_Queries_Select_Column>>;
|
|
9691
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
9692
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
9693
|
+
order_by?: InputMaybe<Array<Enrichment_Queries_Order_By>>;
|
|
9694
|
+
where?: InputMaybe<Enrichment_Queries_Bool_Exp>;
|
|
9695
|
+
};
|
|
9696
|
+
|
|
9697
|
+
|
|
9698
|
+
export type SubscriptionEnrichment_Queries_Distinct_Run_Names_Sorted_By_Created_At_AggregateArgs = {
|
|
9699
|
+
distinct_on?: InputMaybe<Array<Enrichment_Queries_Select_Column>>;
|
|
9700
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
9701
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
9702
|
+
order_by?: InputMaybe<Array<Enrichment_Queries_Order_By>>;
|
|
9703
|
+
where?: InputMaybe<Enrichment_Queries_Bool_Exp>;
|
|
9704
|
+
};
|
|
9705
|
+
|
|
9706
|
+
|
|
9663
9707
|
export type SubscriptionEnrichment_Queries_StreamArgs = {
|
|
9664
9708
|
batch_size: Scalars['Int']['input'];
|
|
9665
9709
|
cursor: Array<InputMaybe<Enrichment_Queries_Stream_Cursor_Input>>;
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -6333,6 +6333,46 @@ type Query {
|
|
|
6333
6333
|
fetch data from the table: "enrichment_queries" using primary key columns
|
|
6334
6334
|
"""
|
|
6335
6335
|
enrichment_queries_by_pk(id: uuid!): enrichment_queries
|
|
6336
|
+
|
|
6337
|
+
"""
|
|
6338
|
+
execute function "enrichment_queries_distinct_run_names_sorted_by_created_at" which returns "enrichment_queries"
|
|
6339
|
+
"""
|
|
6340
|
+
enrichment_queries_distinct_run_names_sorted_by_created_at(
|
|
6341
|
+
"""distinct select on columns"""
|
|
6342
|
+
distinct_on: [enrichment_queries_select_column!]
|
|
6343
|
+
|
|
6344
|
+
"""limit the number of rows returned"""
|
|
6345
|
+
limit: Int
|
|
6346
|
+
|
|
6347
|
+
"""skip the first n rows. Use only with order_by"""
|
|
6348
|
+
offset: Int
|
|
6349
|
+
|
|
6350
|
+
"""sort the rows by one or more columns"""
|
|
6351
|
+
order_by: [enrichment_queries_order_by!]
|
|
6352
|
+
|
|
6353
|
+
"""filter the rows returned"""
|
|
6354
|
+
where: enrichment_queries_bool_exp
|
|
6355
|
+
): [enrichment_queries!]!
|
|
6356
|
+
|
|
6357
|
+
"""
|
|
6358
|
+
execute function "enrichment_queries_distinct_run_names_sorted_by_created_at" and query aggregates on result of table type "enrichment_queries"
|
|
6359
|
+
"""
|
|
6360
|
+
enrichment_queries_distinct_run_names_sorted_by_created_at_aggregate(
|
|
6361
|
+
"""distinct select on columns"""
|
|
6362
|
+
distinct_on: [enrichment_queries_select_column!]
|
|
6363
|
+
|
|
6364
|
+
"""limit the number of rows returned"""
|
|
6365
|
+
limit: Int
|
|
6366
|
+
|
|
6367
|
+
"""skip the first n rows. Use only with order_by"""
|
|
6368
|
+
offset: Int
|
|
6369
|
+
|
|
6370
|
+
"""sort the rows by one or more columns"""
|
|
6371
|
+
order_by: [enrichment_queries_order_by!]
|
|
6372
|
+
|
|
6373
|
+
"""filter the rows returned"""
|
|
6374
|
+
where: enrichment_queries_bool_exp
|
|
6375
|
+
): enrichment_queries_aggregate!
|
|
6336
6376
|
getAccessInvitation(id: ID!, params: GetAccessInvitationParams): AccessInvitation
|
|
6337
6377
|
getAccessInvitations(params: GetAccessInvitationsParams, resourceId: ID!, resourceType: AccessInvitationResourceType!): GetAccessInvitationsResponse
|
|
6338
6378
|
getAccessInvitationsByRetailerIds(params: GetAccessInvitationsParams, retailer_ids: [ID!]!): GetAccessInvitationsResponse
|
|
@@ -8171,6 +8211,46 @@ type Subscription {
|
|
|
8171
8211
|
"""
|
|
8172
8212
|
enrichment_queries_by_pk(id: uuid!): enrichment_queries
|
|
8173
8213
|
|
|
8214
|
+
"""
|
|
8215
|
+
execute function "enrichment_queries_distinct_run_names_sorted_by_created_at" which returns "enrichment_queries"
|
|
8216
|
+
"""
|
|
8217
|
+
enrichment_queries_distinct_run_names_sorted_by_created_at(
|
|
8218
|
+
"""distinct select on columns"""
|
|
8219
|
+
distinct_on: [enrichment_queries_select_column!]
|
|
8220
|
+
|
|
8221
|
+
"""limit the number of rows returned"""
|
|
8222
|
+
limit: Int
|
|
8223
|
+
|
|
8224
|
+
"""skip the first n rows. Use only with order_by"""
|
|
8225
|
+
offset: Int
|
|
8226
|
+
|
|
8227
|
+
"""sort the rows by one or more columns"""
|
|
8228
|
+
order_by: [enrichment_queries_order_by!]
|
|
8229
|
+
|
|
8230
|
+
"""filter the rows returned"""
|
|
8231
|
+
where: enrichment_queries_bool_exp
|
|
8232
|
+
): [enrichment_queries!]!
|
|
8233
|
+
|
|
8234
|
+
"""
|
|
8235
|
+
execute function "enrichment_queries_distinct_run_names_sorted_by_created_at" and query aggregates on result of table type "enrichment_queries"
|
|
8236
|
+
"""
|
|
8237
|
+
enrichment_queries_distinct_run_names_sorted_by_created_at_aggregate(
|
|
8238
|
+
"""distinct select on columns"""
|
|
8239
|
+
distinct_on: [enrichment_queries_select_column!]
|
|
8240
|
+
|
|
8241
|
+
"""limit the number of rows returned"""
|
|
8242
|
+
limit: Int
|
|
8243
|
+
|
|
8244
|
+
"""skip the first n rows. Use only with order_by"""
|
|
8245
|
+
offset: Int
|
|
8246
|
+
|
|
8247
|
+
"""sort the rows by one or more columns"""
|
|
8248
|
+
order_by: [enrichment_queries_order_by!]
|
|
8249
|
+
|
|
8250
|
+
"""filter the rows returned"""
|
|
8251
|
+
where: enrichment_queries_bool_exp
|
|
8252
|
+
): enrichment_queries_aggregate!
|
|
8253
|
+
|
|
8174
8254
|
"""
|
|
8175
8255
|
fetch data from the table in a streaming manner: "enrichment_queries"
|
|
8176
8256
|
"""
|