fragment-dev 1.4.6 → 2.1.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.
- checksums.yaml +4 -4
- data/lib/fragment.schema.json +1077 -101
- data/lib/fragment_client/graphql_ast.rb +73 -0
- data/lib/fragment_client/typed_entries.rb +444 -0
- data/lib/fragment_client/typed_ledger_entry.rb +281 -0
- data/lib/fragment_client/version.rb +1 -1
- data/lib/fragment_client.rb +169 -16
- data/lib/queries.graphql +101 -75
- data/lib/tapioca/dsl/compilers/fragment_query_methods.rb +61 -0
- data/lib/tapioca/dsl/compilers/fragment_response_types.rb +222 -0
- data/lib/tapioca/dsl/compilers/fragment_typed_entries.rb +169 -0
- data/lib/tapioca/dsl/helpers/graphql_sorbet_types.rb +53 -0
- metadata +9 -2
data/lib/fragment.schema.json
CHANGED
|
@@ -9,6 +9,281 @@
|
|
|
9
9
|
},
|
|
10
10
|
"subscriptionType": null,
|
|
11
11
|
"types": [
|
|
12
|
+
{
|
|
13
|
+
"kind": "OBJECT",
|
|
14
|
+
"name": "AddLedgerEntriesError",
|
|
15
|
+
"description": "Error returned when one or more Ledger Entries in the batch could not be added.",
|
|
16
|
+
"fields": [
|
|
17
|
+
{
|
|
18
|
+
"name": "code",
|
|
19
|
+
"description": "The status code of error. For example, 'ledger_entry_batch_operation_failed'.",
|
|
20
|
+
"args": [],
|
|
21
|
+
"type": {
|
|
22
|
+
"kind": "NON_NULL",
|
|
23
|
+
"name": null,
|
|
24
|
+
"ofType": {
|
|
25
|
+
"kind": "SCALAR",
|
|
26
|
+
"name": "String",
|
|
27
|
+
"ofType": null
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"isDeprecated": false,
|
|
31
|
+
"deprecationReason": null
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "errors",
|
|
35
|
+
"description": "The list of errors for each Ledger Entry that was responsible for the batch's failure.",
|
|
36
|
+
"args": [],
|
|
37
|
+
"type": {
|
|
38
|
+
"kind": "NON_NULL",
|
|
39
|
+
"name": null,
|
|
40
|
+
"ofType": {
|
|
41
|
+
"kind": "LIST",
|
|
42
|
+
"name": null,
|
|
43
|
+
"ofType": {
|
|
44
|
+
"kind": "NON_NULL",
|
|
45
|
+
"name": null,
|
|
46
|
+
"ofType": {
|
|
47
|
+
"kind": "OBJECT",
|
|
48
|
+
"name": "AddLedgerEntryError",
|
|
49
|
+
"ofType": null
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"isDeprecated": false,
|
|
55
|
+
"deprecationReason": null
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "message",
|
|
59
|
+
"description": "The error message",
|
|
60
|
+
"args": [],
|
|
61
|
+
"type": {
|
|
62
|
+
"kind": "NON_NULL",
|
|
63
|
+
"name": null,
|
|
64
|
+
"ofType": {
|
|
65
|
+
"kind": "SCALAR",
|
|
66
|
+
"name": "String",
|
|
67
|
+
"ofType": null
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"isDeprecated": false,
|
|
71
|
+
"deprecationReason": null
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "retryable",
|
|
75
|
+
"description": "Whether or not the operation is retryable",
|
|
76
|
+
"args": [],
|
|
77
|
+
"type": {
|
|
78
|
+
"kind": "NON_NULL",
|
|
79
|
+
"name": null,
|
|
80
|
+
"ofType": {
|
|
81
|
+
"kind": "SCALAR",
|
|
82
|
+
"name": "Boolean",
|
|
83
|
+
"ofType": null
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"isDeprecated": false,
|
|
87
|
+
"deprecationReason": null
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"inputFields": null,
|
|
91
|
+
"interfaces": [
|
|
92
|
+
{
|
|
93
|
+
"kind": "INTERFACE",
|
|
94
|
+
"name": "Error",
|
|
95
|
+
"ofType": null
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
"enumValues": null,
|
|
99
|
+
"possibleTypes": null
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"kind": "UNION",
|
|
103
|
+
"name": "AddLedgerEntriesResponse",
|
|
104
|
+
"description": null,
|
|
105
|
+
"fields": null,
|
|
106
|
+
"inputFields": null,
|
|
107
|
+
"interfaces": null,
|
|
108
|
+
"enumValues": null,
|
|
109
|
+
"possibleTypes": [
|
|
110
|
+
{
|
|
111
|
+
"kind": "OBJECT",
|
|
112
|
+
"name": "AddLedgerEntriesError",
|
|
113
|
+
"ofType": null
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"kind": "OBJECT",
|
|
117
|
+
"name": "AddLedgerEntriesResult",
|
|
118
|
+
"ofType": null
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"kind": "OBJECT",
|
|
122
|
+
"name": "BadRequestError",
|
|
123
|
+
"ofType": null
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"kind": "OBJECT",
|
|
127
|
+
"name": "InternalError",
|
|
128
|
+
"ofType": null
|
|
129
|
+
}
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"kind": "OBJECT",
|
|
134
|
+
"name": "AddLedgerEntriesResult",
|
|
135
|
+
"description": null,
|
|
136
|
+
"fields": [
|
|
137
|
+
{
|
|
138
|
+
"name": "results",
|
|
139
|
+
"description": "The added Ledger Entries, in the same order as the input",
|
|
140
|
+
"args": [],
|
|
141
|
+
"type": {
|
|
142
|
+
"kind": "NON_NULL",
|
|
143
|
+
"name": null,
|
|
144
|
+
"ofType": {
|
|
145
|
+
"kind": "LIST",
|
|
146
|
+
"name": null,
|
|
147
|
+
"ofType": {
|
|
148
|
+
"kind": "NON_NULL",
|
|
149
|
+
"name": null,
|
|
150
|
+
"ofType": {
|
|
151
|
+
"kind": "OBJECT",
|
|
152
|
+
"name": "AddLedgerEntryResult",
|
|
153
|
+
"ofType": null
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"isDeprecated": false,
|
|
159
|
+
"deprecationReason": null
|
|
160
|
+
}
|
|
161
|
+
],
|
|
162
|
+
"inputFields": null,
|
|
163
|
+
"interfaces": [],
|
|
164
|
+
"enumValues": null,
|
|
165
|
+
"possibleTypes": null
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"kind": "OBJECT",
|
|
169
|
+
"name": "AddLedgerEntryError",
|
|
170
|
+
"description": "Error details for a single Ledger Entry that was responsible for the batch's failure.",
|
|
171
|
+
"fields": [
|
|
172
|
+
{
|
|
173
|
+
"name": "code",
|
|
174
|
+
"description": "The status code of error. For example, 'ledger_entry_too_many_lines'.",
|
|
175
|
+
"args": [],
|
|
176
|
+
"type": {
|
|
177
|
+
"kind": "NON_NULL",
|
|
178
|
+
"name": null,
|
|
179
|
+
"ofType": {
|
|
180
|
+
"kind": "SCALAR",
|
|
181
|
+
"name": "String",
|
|
182
|
+
"ofType": null
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"isDeprecated": false,
|
|
186
|
+
"deprecationReason": null
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "ik",
|
|
190
|
+
"description": "The [Idempotency Key](https://fragment.dev/api-reference/api-overview#idempotency) of the Ledger Entry",
|
|
191
|
+
"args": [],
|
|
192
|
+
"type": {
|
|
193
|
+
"kind": "NON_NULL",
|
|
194
|
+
"name": null,
|
|
195
|
+
"ofType": {
|
|
196
|
+
"kind": "SCALAR",
|
|
197
|
+
"name": "SafeString",
|
|
198
|
+
"ofType": null
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
"isDeprecated": false,
|
|
202
|
+
"deprecationReason": null
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"name": "message",
|
|
206
|
+
"description": "The error message",
|
|
207
|
+
"args": [],
|
|
208
|
+
"type": {
|
|
209
|
+
"kind": "NON_NULL",
|
|
210
|
+
"name": null,
|
|
211
|
+
"ofType": {
|
|
212
|
+
"kind": "SCALAR",
|
|
213
|
+
"name": "String",
|
|
214
|
+
"ofType": null
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
"isDeprecated": false,
|
|
218
|
+
"deprecationReason": null
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "retryable",
|
|
222
|
+
"description": "Whether or not the operation is retryable",
|
|
223
|
+
"args": [],
|
|
224
|
+
"type": {
|
|
225
|
+
"kind": "NON_NULL",
|
|
226
|
+
"name": null,
|
|
227
|
+
"ofType": {
|
|
228
|
+
"kind": "SCALAR",
|
|
229
|
+
"name": "Boolean",
|
|
230
|
+
"ofType": null
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"isDeprecated": false,
|
|
234
|
+
"deprecationReason": null
|
|
235
|
+
}
|
|
236
|
+
],
|
|
237
|
+
"inputFields": null,
|
|
238
|
+
"interfaces": [
|
|
239
|
+
{
|
|
240
|
+
"kind": "INTERFACE",
|
|
241
|
+
"name": "Error",
|
|
242
|
+
"ofType": null
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"enumValues": null,
|
|
246
|
+
"possibleTypes": null
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"kind": "INPUT_OBJECT",
|
|
250
|
+
"name": "AddLedgerEntryInput",
|
|
251
|
+
"description": null,
|
|
252
|
+
"fields": null,
|
|
253
|
+
"inputFields": [
|
|
254
|
+
{
|
|
255
|
+
"name": "entry",
|
|
256
|
+
"description": "The [Ledger Entry](https://fragment.dev/api-reference/api-types#input-types-ledgerentryinput) to add",
|
|
257
|
+
"type": {
|
|
258
|
+
"kind": "NON_NULL",
|
|
259
|
+
"name": null,
|
|
260
|
+
"ofType": {
|
|
261
|
+
"kind": "INPUT_OBJECT",
|
|
262
|
+
"name": "LedgerEntryInput",
|
|
263
|
+
"ofType": null
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
"defaultValue": null
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"name": "ik",
|
|
270
|
+
"description": "The [Idempotency Key](https://fragment.dev/api-reference/api-overview#idempotency) for this Ledger Entry",
|
|
271
|
+
"type": {
|
|
272
|
+
"kind": "NON_NULL",
|
|
273
|
+
"name": null,
|
|
274
|
+
"ofType": {
|
|
275
|
+
"kind": "SCALAR",
|
|
276
|
+
"name": "SafeString",
|
|
277
|
+
"ofType": null
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"defaultValue": null
|
|
281
|
+
}
|
|
282
|
+
],
|
|
283
|
+
"interfaces": null,
|
|
284
|
+
"enumValues": null,
|
|
285
|
+
"possibleTypes": null
|
|
286
|
+
},
|
|
12
287
|
{
|
|
13
288
|
"kind": "UNION",
|
|
14
289
|
"name": "AddLedgerEntryResponse",
|
|
@@ -312,7 +587,7 @@
|
|
|
312
587
|
{
|
|
313
588
|
"kind": "ENUM",
|
|
314
589
|
"name": "BalanceUpdateConsistencyMode",
|
|
315
|
-
"description": "Used to configure the write-consistency of a Ledger Account's balance. See [Configure consistency](https://fragment.dev/
|
|
590
|
+
"description": "Used to configure the write-consistency of a Ledger Account's balance. See [Configure consistency](https://fragment.dev/guides/configure-consistency).",
|
|
316
591
|
"fields": null,
|
|
317
592
|
"inputFields": null,
|
|
318
593
|
"interfaces": null,
|
|
@@ -372,7 +647,7 @@
|
|
|
372
647
|
},
|
|
373
648
|
{
|
|
374
649
|
"name": "defaultConsistencyConfig",
|
|
375
|
-
"description": "The default consistency configuration for all Ledger Accounts in this Schema. \nIf a Ledger Account does not specify its own consistency configuration, it will use the default values provided here. \n\nSee [Configure consistency](https://fragment.dev/
|
|
650
|
+
"description": "The default consistency configuration for all Ledger Accounts in this Schema. \nIf a Ledger Account does not specify its own consistency configuration, it will use the default values provided here. \n\nSee [Configure consistency](https://fragment.dev/guides/configure-consistency).",
|
|
376
651
|
"type": {
|
|
377
652
|
"kind": "INPUT_OBJECT",
|
|
378
653
|
"name": "LedgerAccountConsistencyConfigInput",
|
|
@@ -774,7 +1049,7 @@
|
|
|
774
1049
|
},
|
|
775
1050
|
{
|
|
776
1051
|
"name": "consistencyConfig",
|
|
777
|
-
"description": "The consistency configuration for this ledger account. See [Configure consistency](https://fragment.dev/
|
|
1052
|
+
"description": "The consistency configuration for this ledger account. See [Configure consistency](https://fragment.dev/guides/configure-consistency).",
|
|
778
1053
|
"type": {
|
|
779
1054
|
"kind": "INPUT_OBJECT",
|
|
780
1055
|
"name": "LedgerAccountConsistencyConfigInput",
|
|
@@ -818,7 +1093,7 @@
|
|
|
818
1093
|
},
|
|
819
1094
|
{
|
|
820
1095
|
"name": "linkedAccount",
|
|
821
|
-
"description": "The External Account to link to this Ledger Account. This can only be specified on leaf Ledger Accounts. See [Reconcile payments](https://fragment.dev/
|
|
1096
|
+
"description": "The External Account to link to this Ledger Account. This can only be specified on leaf Ledger Accounts. See [Reconcile payments](https://fragment.dev/guides/reconcile-payments).",
|
|
822
1097
|
"type": {
|
|
823
1098
|
"kind": "INPUT_OBJECT",
|
|
824
1099
|
"name": "ExternalAccountMatchInput",
|
|
@@ -1064,6 +1339,32 @@
|
|
|
1064
1339
|
"enumValues": null,
|
|
1065
1340
|
"possibleTypes": null
|
|
1066
1341
|
},
|
|
1342
|
+
{
|
|
1343
|
+
"kind": "UNION",
|
|
1344
|
+
"name": "CreatePaymentResponse",
|
|
1345
|
+
"description": null,
|
|
1346
|
+
"fields": null,
|
|
1347
|
+
"inputFields": null,
|
|
1348
|
+
"interfaces": null,
|
|
1349
|
+
"enumValues": null,
|
|
1350
|
+
"possibleTypes": [
|
|
1351
|
+
{
|
|
1352
|
+
"kind": "OBJECT",
|
|
1353
|
+
"name": "BadRequestError",
|
|
1354
|
+
"ofType": null
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"kind": "OBJECT",
|
|
1358
|
+
"name": "InternalError",
|
|
1359
|
+
"ofType": null
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
"kind": "OBJECT",
|
|
1363
|
+
"name": "Payment",
|
|
1364
|
+
"ofType": null
|
|
1365
|
+
}
|
|
1366
|
+
]
|
|
1367
|
+
},
|
|
1067
1368
|
{
|
|
1068
1369
|
"kind": "OBJECT",
|
|
1069
1370
|
"name": "Currency",
|
|
@@ -2764,6 +3065,26 @@
|
|
|
2764
3065
|
}
|
|
2765
3066
|
},
|
|
2766
3067
|
"defaultValue": null
|
|
3068
|
+
},
|
|
3069
|
+
{
|
|
3070
|
+
"name": "within",
|
|
3071
|
+
"description": "Must fall within the given period. Supports a year (e.g. \"2026\") or a month (e.g. \"2026-05\"). To match a specific day, use `equalTo`. Cannot be combined with `withinBalanceUTCOffset`.",
|
|
3072
|
+
"type": {
|
|
3073
|
+
"kind": "SCALAR",
|
|
3074
|
+
"name": "PeriodFilter",
|
|
3075
|
+
"ofType": null
|
|
3076
|
+
},
|
|
3077
|
+
"defaultValue": null
|
|
3078
|
+
},
|
|
3079
|
+
{
|
|
3080
|
+
"name": "withinBalanceUTCOffset",
|
|
3081
|
+
"description": "Must fall within the given period, taking into account the Ledger's `balanceUTCOffset`. Supports a year (e.g. \"2026\") or a month (e.g. \"2026-05\"). Cannot be combined with `within`.",
|
|
3082
|
+
"type": {
|
|
3083
|
+
"kind": "SCALAR",
|
|
3084
|
+
"name": "PeriodFilter",
|
|
3085
|
+
"ofType": null
|
|
3086
|
+
},
|
|
3087
|
+
"defaultValue": null
|
|
2767
3088
|
}
|
|
2768
3089
|
],
|
|
2769
3090
|
"interfaces": null,
|
|
@@ -3102,6 +3423,16 @@
|
|
|
3102
3423
|
"interfaces": [],
|
|
3103
3424
|
"enumValues": null,
|
|
3104
3425
|
"possibleTypes": [
|
|
3426
|
+
{
|
|
3427
|
+
"kind": "OBJECT",
|
|
3428
|
+
"name": "AddLedgerEntriesError",
|
|
3429
|
+
"ofType": null
|
|
3430
|
+
},
|
|
3431
|
+
{
|
|
3432
|
+
"kind": "OBJECT",
|
|
3433
|
+
"name": "AddLedgerEntryError",
|
|
3434
|
+
"ofType": null
|
|
3435
|
+
},
|
|
3105
3436
|
{
|
|
3106
3437
|
"kind": "OBJECT",
|
|
3107
3438
|
"name": "BadRequestError",
|
|
@@ -3185,7 +3516,7 @@
|
|
|
3185
3516
|
"args": [
|
|
3186
3517
|
{
|
|
3187
3518
|
"name": "after",
|
|
3188
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
3519
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
3189
3520
|
"type": {
|
|
3190
3521
|
"kind": "SCALAR",
|
|
3191
3522
|
"name": "String",
|
|
@@ -3195,7 +3526,7 @@
|
|
|
3195
3526
|
},
|
|
3196
3527
|
{
|
|
3197
3528
|
"name": "before",
|
|
3198
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
3529
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
3199
3530
|
"type": {
|
|
3200
3531
|
"kind": "SCALAR",
|
|
3201
3532
|
"name": "String",
|
|
@@ -3290,7 +3621,7 @@
|
|
|
3290
3621
|
"args": [
|
|
3291
3622
|
{
|
|
3292
3623
|
"name": "after",
|
|
3293
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
3624
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
3294
3625
|
"type": {
|
|
3295
3626
|
"kind": "SCALAR",
|
|
3296
3627
|
"name": "String",
|
|
@@ -3300,7 +3631,7 @@
|
|
|
3300
3631
|
},
|
|
3301
3632
|
{
|
|
3302
3633
|
"name": "before",
|
|
3303
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
3634
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
3304
3635
|
"type": {
|
|
3305
3636
|
"kind": "SCALAR",
|
|
3306
3637
|
"name": "String",
|
|
@@ -4502,7 +4833,7 @@
|
|
|
4502
4833
|
"args": [
|
|
4503
4834
|
{
|
|
4504
4835
|
"name": "after",
|
|
4505
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
4836
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
4506
4837
|
"type": {
|
|
4507
4838
|
"kind": "SCALAR",
|
|
4508
4839
|
"name": "String",
|
|
@@ -4512,7 +4843,7 @@
|
|
|
4512
4843
|
},
|
|
4513
4844
|
{
|
|
4514
4845
|
"name": "before",
|
|
4515
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
4846
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
4516
4847
|
"type": {
|
|
4517
4848
|
"kind": "SCALAR",
|
|
4518
4849
|
"name": "String",
|
|
@@ -4591,7 +4922,7 @@
|
|
|
4591
4922
|
"args": [
|
|
4592
4923
|
{
|
|
4593
4924
|
"name": "after",
|
|
4594
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
4925
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
4595
4926
|
"type": {
|
|
4596
4927
|
"kind": "SCALAR",
|
|
4597
4928
|
"name": "String",
|
|
@@ -4601,7 +4932,7 @@
|
|
|
4601
4932
|
},
|
|
4602
4933
|
{
|
|
4603
4934
|
"name": "before",
|
|
4604
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
4935
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
4605
4936
|
"type": {
|
|
4606
4937
|
"kind": "SCALAR",
|
|
4607
4938
|
"name": "String",
|
|
@@ -4658,7 +4989,7 @@
|
|
|
4658
4989
|
"args": [
|
|
4659
4990
|
{
|
|
4660
4991
|
"name": "after",
|
|
4661
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
4992
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
4662
4993
|
"type": {
|
|
4663
4994
|
"kind": "SCALAR",
|
|
4664
4995
|
"name": "String",
|
|
@@ -4668,7 +4999,7 @@
|
|
|
4668
4999
|
},
|
|
4669
5000
|
{
|
|
4670
5001
|
"name": "before",
|
|
4671
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
5002
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
4672
5003
|
"type": {
|
|
4673
5004
|
"kind": "SCALAR",
|
|
4674
5005
|
"name": "String",
|
|
@@ -4678,7 +5009,7 @@
|
|
|
4678
5009
|
},
|
|
4679
5010
|
{
|
|
4680
5011
|
"name": "filter",
|
|
4681
|
-
"description": "Filter the Ledger Accounts returned. Learn more about [querying Ledger Accounts](https://fragment.dev/
|
|
5012
|
+
"description": "Filter the Ledger Accounts returned. Learn more about [querying Ledger Accounts](https://fragment.dev/guides/query-data/ledger-accounts).",
|
|
4682
5013
|
"type": {
|
|
4683
5014
|
"kind": "INPUT_OBJECT",
|
|
4684
5015
|
"name": "LedgerAccountsFilterSet",
|
|
@@ -4725,7 +5056,7 @@
|
|
|
4725
5056
|
"args": [
|
|
4726
5057
|
{
|
|
4727
5058
|
"name": "after",
|
|
4728
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
5059
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
4729
5060
|
"type": {
|
|
4730
5061
|
"kind": "SCALAR",
|
|
4731
5062
|
"name": "String",
|
|
@@ -4735,7 +5066,7 @@
|
|
|
4735
5066
|
},
|
|
4736
5067
|
{
|
|
4737
5068
|
"name": "before",
|
|
4738
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
5069
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
4739
5070
|
"type": {
|
|
4740
5071
|
"kind": "SCALAR",
|
|
4741
5072
|
"name": "String",
|
|
@@ -4745,7 +5076,7 @@
|
|
|
4745
5076
|
},
|
|
4746
5077
|
{
|
|
4747
5078
|
"name": "filter",
|
|
4748
|
-
"description": "Filter the Ledger Entries returned. Learn more about [querying Ledger Entries](https://fragment.dev/
|
|
5079
|
+
"description": "Filter the Ledger Entries returned. Learn more about [querying Ledger Entries](https://fragment.dev/guides/query-data#ledger-entries).",
|
|
4749
5080
|
"type": {
|
|
4750
5081
|
"kind": "INPUT_OBJECT",
|
|
4751
5082
|
"name": "LedgerEntriesFilterSet",
|
|
@@ -4792,7 +5123,7 @@
|
|
|
4792
5123
|
"args": [
|
|
4793
5124
|
{
|
|
4794
5125
|
"name": "after",
|
|
4795
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
5126
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
4796
5127
|
"type": {
|
|
4797
5128
|
"kind": "SCALAR",
|
|
4798
5129
|
"name": "String",
|
|
@@ -4802,7 +5133,7 @@
|
|
|
4802
5133
|
},
|
|
4803
5134
|
{
|
|
4804
5135
|
"name": "before",
|
|
4805
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
5136
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
4806
5137
|
"type": {
|
|
4807
5138
|
"kind": "SCALAR",
|
|
4808
5139
|
"name": "String",
|
|
@@ -4890,7 +5221,7 @@
|
|
|
4890
5221
|
"args": [
|
|
4891
5222
|
{
|
|
4892
5223
|
"name": "after",
|
|
4893
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
5224
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
4894
5225
|
"type": {
|
|
4895
5226
|
"kind": "SCALAR",
|
|
4896
5227
|
"name": "String",
|
|
@@ -4900,7 +5231,7 @@
|
|
|
4900
5231
|
},
|
|
4901
5232
|
{
|
|
4902
5233
|
"name": "before",
|
|
4903
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
5234
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
4904
5235
|
"type": {
|
|
4905
5236
|
"kind": "SCALAR",
|
|
4906
5237
|
"name": "String",
|
|
@@ -4951,13 +5282,84 @@
|
|
|
4951
5282
|
"isDeprecated": false,
|
|
4952
5283
|
"deprecationReason": null
|
|
4953
5284
|
},
|
|
5285
|
+
{
|
|
5286
|
+
"name": "lines",
|
|
5287
|
+
"description": "List Ledger Lines across accounts in this Ledger, sorted by `posted` in reverse chronological order.\nSpecify a single Ledger Account via the `ledgerAccount` field, or query across multiple accounts using the `path` filter or `ledgerAccount.in`.",
|
|
5288
|
+
"args": [
|
|
5289
|
+
{
|
|
5290
|
+
"name": "after",
|
|
5291
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
5292
|
+
"type": {
|
|
5293
|
+
"kind": "SCALAR",
|
|
5294
|
+
"name": "String",
|
|
5295
|
+
"ofType": null
|
|
5296
|
+
},
|
|
5297
|
+
"defaultValue": null
|
|
5298
|
+
},
|
|
5299
|
+
{
|
|
5300
|
+
"name": "before",
|
|
5301
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
5302
|
+
"type": {
|
|
5303
|
+
"kind": "SCALAR",
|
|
5304
|
+
"name": "String",
|
|
5305
|
+
"ofType": null
|
|
5306
|
+
},
|
|
5307
|
+
"defaultValue": null
|
|
5308
|
+
},
|
|
5309
|
+
{
|
|
5310
|
+
"name": "filter",
|
|
5311
|
+
"description": "Filter the Ledger Lines returned. Either the `ledgerAccount` or `path` field is required. Learn more about [querying Ledger Lines](https://fragment.dev/guides/query-data#ledger-lines).",
|
|
5312
|
+
"type": {
|
|
5313
|
+
"kind": "NON_NULL",
|
|
5314
|
+
"name": null,
|
|
5315
|
+
"ofType": {
|
|
5316
|
+
"kind": "INPUT_OBJECT",
|
|
5317
|
+
"name": "LedgerLinesFilterSet",
|
|
5318
|
+
"ofType": null
|
|
5319
|
+
}
|
|
5320
|
+
},
|
|
5321
|
+
"defaultValue": null
|
|
5322
|
+
},
|
|
5323
|
+
{
|
|
5324
|
+
"name": "first",
|
|
5325
|
+
"description": "The number of Ledger Lines to return per page, when paginating forwards. Defaults to 20, maximum is 200.",
|
|
5326
|
+
"type": {
|
|
5327
|
+
"kind": "SCALAR",
|
|
5328
|
+
"name": "Int",
|
|
5329
|
+
"ofType": null
|
|
5330
|
+
},
|
|
5331
|
+
"defaultValue": null
|
|
5332
|
+
},
|
|
5333
|
+
{
|
|
5334
|
+
"name": "last",
|
|
5335
|
+
"description": "The number of Ledger Lines to return per page, when paginating backwards. Defaults to 20, maximum is 200.",
|
|
5336
|
+
"type": {
|
|
5337
|
+
"kind": "SCALAR",
|
|
5338
|
+
"name": "Int",
|
|
5339
|
+
"ofType": null
|
|
5340
|
+
},
|
|
5341
|
+
"defaultValue": null
|
|
5342
|
+
}
|
|
5343
|
+
],
|
|
5344
|
+
"type": {
|
|
5345
|
+
"kind": "NON_NULL",
|
|
5346
|
+
"name": null,
|
|
5347
|
+
"ofType": {
|
|
5348
|
+
"kind": "OBJECT",
|
|
5349
|
+
"name": "LedgerLinesConnection",
|
|
5350
|
+
"ofType": null
|
|
5351
|
+
}
|
|
5352
|
+
},
|
|
5353
|
+
"isDeprecated": false,
|
|
5354
|
+
"deprecationReason": null
|
|
5355
|
+
},
|
|
4954
5356
|
{
|
|
4955
5357
|
"name": "migrations",
|
|
4956
5358
|
"description": "Schema migrations affecting this Ledger.",
|
|
4957
5359
|
"args": [
|
|
4958
5360
|
{
|
|
4959
5361
|
"name": "after",
|
|
4960
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
5362
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
4961
5363
|
"type": {
|
|
4962
5364
|
"kind": "SCALAR",
|
|
4963
5365
|
"name": "String",
|
|
@@ -4967,7 +5369,7 @@
|
|
|
4967
5369
|
},
|
|
4968
5370
|
{
|
|
4969
5371
|
"name": "before",
|
|
4970
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
5372
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
4971
5373
|
"type": {
|
|
4972
5374
|
"kind": "SCALAR",
|
|
4973
5375
|
"name": "String",
|
|
@@ -5273,7 +5675,7 @@
|
|
|
5273
5675
|
"args": [
|
|
5274
5676
|
{
|
|
5275
5677
|
"name": "after",
|
|
5276
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
5678
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
5277
5679
|
"type": {
|
|
5278
5680
|
"kind": "SCALAR",
|
|
5279
5681
|
"name": "String",
|
|
@@ -5293,7 +5695,7 @@
|
|
|
5293
5695
|
},
|
|
5294
5696
|
{
|
|
5295
5697
|
"name": "before",
|
|
5296
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
5698
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
5297
5699
|
"type": {
|
|
5298
5700
|
"kind": "SCALAR",
|
|
5299
5701
|
"name": "String",
|
|
@@ -5607,7 +6009,7 @@
|
|
|
5607
6009
|
"args": [
|
|
5608
6010
|
{
|
|
5609
6011
|
"name": "after",
|
|
5610
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
6012
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
5611
6013
|
"type": {
|
|
5612
6014
|
"kind": "SCALAR",
|
|
5613
6015
|
"name": "String",
|
|
@@ -5627,7 +6029,7 @@
|
|
|
5627
6029
|
},
|
|
5628
6030
|
{
|
|
5629
6031
|
"name": "before",
|
|
5630
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
6032
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
5631
6033
|
"type": {
|
|
5632
6034
|
"kind": "SCALAR",
|
|
5633
6035
|
"name": "String",
|
|
@@ -5753,7 +6155,7 @@
|
|
|
5753
6155
|
"args": [
|
|
5754
6156
|
{
|
|
5755
6157
|
"name": "after",
|
|
5756
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
6158
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
5757
6159
|
"type": {
|
|
5758
6160
|
"kind": "SCALAR",
|
|
5759
6161
|
"name": "String",
|
|
@@ -5763,7 +6165,7 @@
|
|
|
5763
6165
|
},
|
|
5764
6166
|
{
|
|
5765
6167
|
"name": "before",
|
|
5766
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
6168
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
5767
6169
|
"type": {
|
|
5768
6170
|
"kind": "SCALAR",
|
|
5769
6171
|
"name": "String",
|
|
@@ -5946,7 +6348,7 @@
|
|
|
5946
6348
|
"args": [
|
|
5947
6349
|
{
|
|
5948
6350
|
"name": "after",
|
|
5949
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
6351
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
5950
6352
|
"type": {
|
|
5951
6353
|
"kind": "SCALAR",
|
|
5952
6354
|
"name": "String",
|
|
@@ -5956,7 +6358,7 @@
|
|
|
5956
6358
|
},
|
|
5957
6359
|
{
|
|
5958
6360
|
"name": "before",
|
|
5959
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
6361
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
5960
6362
|
"type": {
|
|
5961
6363
|
"kind": "SCALAR",
|
|
5962
6364
|
"name": "String",
|
|
@@ -6019,7 +6421,7 @@
|
|
|
6019
6421
|
"args": [
|
|
6020
6422
|
{
|
|
6021
6423
|
"name": "after",
|
|
6022
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
6424
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
6023
6425
|
"type": {
|
|
6024
6426
|
"kind": "SCALAR",
|
|
6025
6427
|
"name": "String",
|
|
@@ -6029,7 +6431,7 @@
|
|
|
6029
6431
|
},
|
|
6030
6432
|
{
|
|
6031
6433
|
"name": "before",
|
|
6032
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
6434
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
6033
6435
|
"type": {
|
|
6034
6436
|
"kind": "SCALAR",
|
|
6035
6437
|
"name": "String",
|
|
@@ -6039,7 +6441,7 @@
|
|
|
6039
6441
|
},
|
|
6040
6442
|
{
|
|
6041
6443
|
"name": "filter",
|
|
6042
|
-
"description": "Filter the Ledger Lines returned. Learn more about [querying Ledger Lines](https://fragment.dev/
|
|
6444
|
+
"description": "Filter the Ledger Lines returned. Learn more about [querying Ledger Lines](https://fragment.dev/guides/query-data#ledger-lines).",
|
|
6043
6445
|
"type": {
|
|
6044
6446
|
"kind": "INPUT_OBJECT",
|
|
6045
6447
|
"name": "LedgerLinesFilterSet",
|
|
@@ -6310,7 +6712,7 @@
|
|
|
6310
6712
|
"args": [
|
|
6311
6713
|
{
|
|
6312
6714
|
"name": "after",
|
|
6313
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
6715
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
6314
6716
|
"type": {
|
|
6315
6717
|
"kind": "SCALAR",
|
|
6316
6718
|
"name": "String",
|
|
@@ -6330,7 +6732,7 @@
|
|
|
6330
6732
|
},
|
|
6331
6733
|
{
|
|
6332
6734
|
"name": "before",
|
|
6333
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
6735
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
6334
6736
|
"type": {
|
|
6335
6737
|
"kind": "SCALAR",
|
|
6336
6738
|
"name": "String",
|
|
@@ -6490,6 +6892,18 @@
|
|
|
6490
6892
|
"isDeprecated": false,
|
|
6491
6893
|
"deprecationReason": null
|
|
6492
6894
|
},
|
|
6895
|
+
{
|
|
6896
|
+
"name": "payment",
|
|
6897
|
+
"description": "Payment configuration of this Ledger Account, if it is a payment account.",
|
|
6898
|
+
"args": [],
|
|
6899
|
+
"type": {
|
|
6900
|
+
"kind": "OBJECT",
|
|
6901
|
+
"name": "LedgerAccountPayment",
|
|
6902
|
+
"ofType": null
|
|
6903
|
+
},
|
|
6904
|
+
"isDeprecated": false,
|
|
6905
|
+
"deprecationReason": null
|
|
6906
|
+
},
|
|
6493
6907
|
{
|
|
6494
6908
|
"name": "postedWindow",
|
|
6495
6909
|
"description": "The posted timestamp window for this clearing account, representing the earliest and latest\nposted timestamps across all currencies.\n\nThis field is null when the Ledger Account is not configured to be a Clearing account\nor when no entries have been posted to this account.",
|
|
@@ -6524,7 +6938,7 @@
|
|
|
6524
6938
|
"args": [
|
|
6525
6939
|
{
|
|
6526
6940
|
"name": "after",
|
|
6527
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
6941
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
6528
6942
|
"type": {
|
|
6529
6943
|
"kind": "SCALAR",
|
|
6530
6944
|
"name": "String",
|
|
@@ -6534,7 +6948,7 @@
|
|
|
6534
6948
|
},
|
|
6535
6949
|
{
|
|
6536
6950
|
"name": "before",
|
|
6537
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
6951
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
6538
6952
|
"type": {
|
|
6539
6953
|
"kind": "SCALAR",
|
|
6540
6954
|
"name": "String",
|
|
@@ -6648,7 +7062,7 @@
|
|
|
6648
7062
|
"fields": [
|
|
6649
7063
|
{
|
|
6650
7064
|
"name": "ownBalance",
|
|
6651
|
-
"description": "A condition that the `ownBalance` field must satisfy. Note that this condition always applies to the latest balance, not to balances at a specific date or time. See [Read balances](https://fragment.dev/
|
|
7065
|
+
"description": "A condition that the `ownBalance` field must satisfy. Note that this condition always applies to the latest balance, not to balances at a specific date or time. See [Read balances](https://fragment.dev/guides/read-balances) for more on the different types of Ledger Account balances.",
|
|
6652
7066
|
"args": [],
|
|
6653
7067
|
"type": {
|
|
6654
7068
|
"kind": "OBJECT",
|
|
@@ -6660,7 +7074,7 @@
|
|
|
6660
7074
|
},
|
|
6661
7075
|
{
|
|
6662
7076
|
"name": "totalBalance",
|
|
6663
|
-
"description": "A condition that the `totalBalance` field must satisfy. Note that this condition always applies to the latest balance, not to balances at a specific date or time. See [Read balances](https://fragment.dev/
|
|
7077
|
+
"description": "A condition that the `totalBalance` field must satisfy. Note that this condition always applies to the latest balance, not to balances at a specific date or time. See [Read balances](https://fragment.dev/guides/read-balances) for more on the different types of Ledger Account balances.",
|
|
6664
7078
|
"args": [],
|
|
6665
7079
|
"type": {
|
|
6666
7080
|
"kind": "OBJECT",
|
|
@@ -6710,7 +7124,7 @@
|
|
|
6710
7124
|
{
|
|
6711
7125
|
"kind": "OBJECT",
|
|
6712
7126
|
"name": "LedgerAccountConsistencyConfig",
|
|
6713
|
-
"description": "The consistency configuration of a Ledger Account's balance updates.\nSee [Configure consistency](https://fragment.dev/
|
|
7127
|
+
"description": "The consistency configuration of a Ledger Account's balance updates.\nSee [Configure consistency](https://fragment.dev/guides/configure-consistency).",
|
|
6714
7128
|
"fields": [
|
|
6715
7129
|
{
|
|
6716
7130
|
"name": "lines",
|
|
@@ -6730,7 +7144,7 @@
|
|
|
6730
7144
|
},
|
|
6731
7145
|
{
|
|
6732
7146
|
"name": "ownBalanceUpdates",
|
|
6733
|
-
"description": "If set to `strong`, then a Ledger Account's `ownBalance` updates will be strongly consistent with\nthe API response. This Ledger Account's balance will be updated and\navailable for strongly consistent reads once you receive an API response.\n\nOtherwise if not set or set to `eventual`, `ownBalance` updates are applied\nasynchronously and may not be immediately reflected in queries.\n\nSee [Configure consistency](https://fragment.dev/
|
|
7147
|
+
"description": "If set to `strong`, then a Ledger Account's `ownBalance` updates will be strongly consistent with\nthe API response. This Ledger Account's balance will be updated and\navailable for strongly consistent reads once you receive an API response.\n\nOtherwise if not set or set to `eventual`, `ownBalance` updates are applied\nasynchronously and may not be immediately reflected in queries.\n\nSee [Configure consistency](https://fragment.dev/guides/configure-consistency).",
|
|
6734
7148
|
"args": [],
|
|
6735
7149
|
"type": {
|
|
6736
7150
|
"kind": "NON_NULL",
|
|
@@ -6743,6 +7157,18 @@
|
|
|
6743
7157
|
},
|
|
6744
7158
|
"isDeprecated": false,
|
|
6745
7159
|
"deprecationReason": null
|
|
7160
|
+
},
|
|
7161
|
+
{
|
|
7162
|
+
"name": "totalBalanceUpdates",
|
|
7163
|
+
"description": "If set to `strong`, then a Ledger Account's `ownBalance`, `childBalance`, and `balance` fields' updates will be strongly consistent with\nthe API response. This Ledger Account's balance will be updated and\navailable for strongly consistent reads once you receive an API response.\n\nOtherwise if not set or set to `eventual`, updates are applied\nasynchronously and may not be immediately reflected in queries.\n\nSee [Configure consistency](https://fragment.dev/guides/configure-consistency).",
|
|
7164
|
+
"args": [],
|
|
7165
|
+
"type": {
|
|
7166
|
+
"kind": "ENUM",
|
|
7167
|
+
"name": "BalanceUpdateConsistencyMode",
|
|
7168
|
+
"ofType": null
|
|
7169
|
+
},
|
|
7170
|
+
"isDeprecated": false,
|
|
7171
|
+
"deprecationReason": null
|
|
6746
7172
|
}
|
|
6747
7173
|
],
|
|
6748
7174
|
"inputFields": null,
|
|
@@ -6753,12 +7179,12 @@
|
|
|
6753
7179
|
{
|
|
6754
7180
|
"kind": "INPUT_OBJECT",
|
|
6755
7181
|
"name": "LedgerAccountConsistencyConfigInput",
|
|
6756
|
-
"description": "The payload configuring the consistency for this Ledger Account.\nSee [Configure consistency](https://fragment.dev/
|
|
7182
|
+
"description": "The payload configuring the consistency for this Ledger Account.\nSee [Configure consistency](https://fragment.dev/guides/configure-consistency).",
|
|
6757
7183
|
"fields": null,
|
|
6758
7184
|
"inputFields": [
|
|
6759
7185
|
{
|
|
6760
7186
|
"name": "groups",
|
|
6761
|
-
"description": "The consistency configuration for Ledger Entry Groups affecting this account.\n\nSee [Configure consistency](https://fragment.dev/
|
|
7187
|
+
"description": "The consistency configuration for Ledger Entry Groups affecting this account.\n\nSee [Configure consistency](https://fragment.dev/guides/configure-consistency).",
|
|
6762
7188
|
"type": {
|
|
6763
7189
|
"kind": "LIST",
|
|
6764
7190
|
"name": null,
|
|
@@ -6776,7 +7202,7 @@
|
|
|
6776
7202
|
},
|
|
6777
7203
|
{
|
|
6778
7204
|
"name": "lines",
|
|
6779
|
-
"description": "If set to `strong`, then a Ledger Account's `lines` updates will be strongly consistent with the API response.\nThis Ledger Account's balance will be updated and available for strongly consistent reads before you receive an API response.\n\nOtherwise if unset or set to `eventual`, `lines` updates are applied asynchronously and may not be immediately reflected in queries.\n\nSee [Configure consistency](https://fragment.dev/
|
|
7205
|
+
"description": "If set to `strong`, then a Ledger Account's `lines` updates will be strongly consistent with the API response.\nThis Ledger Account's balance will be updated and available for strongly consistent reads before you receive an API response.\n\nOtherwise if unset or set to `eventual`, `lines` updates are applied asynchronously and may not be immediately reflected in queries.\n\nSee [Configure consistency](https://fragment.dev/guides/configure-consistency).",
|
|
6780
7206
|
"type": {
|
|
6781
7207
|
"kind": "ENUM",
|
|
6782
7208
|
"name": "LedgerLinesConsistencyMode",
|
|
@@ -6786,7 +7212,7 @@
|
|
|
6786
7212
|
},
|
|
6787
7213
|
{
|
|
6788
7214
|
"name": "ownBalanceUpdates",
|
|
6789
|
-
"description": "If set to `strong`, then a Ledger Account's `ownBalance` updates will be strongly consistent with the API response.\nThis Ledger Account's balance will be updated and available for strongly consistent reads before you receive an API response.\n\nOtherwise if unset or set to `eventual`, `ownBalance` updates are applied asynchronously and may not be immediately reflected in queries.\n\nSee [Configure consistency](https://fragment.dev/
|
|
7215
|
+
"description": "If set to `strong`, then a Ledger Account's `ownBalance` updates will be strongly consistent with the API response.\nThis Ledger Account's balance will be updated and available for strongly consistent reads before you receive an API response.\n\nOtherwise if unset or set to `eventual`, `ownBalance` updates are applied asynchronously and may not be immediately reflected in queries.\n\nSee [Configure consistency](https://fragment.dev/guides/configure-consistency).",
|
|
6790
7216
|
"type": {
|
|
6791
7217
|
"kind": "ENUM",
|
|
6792
7218
|
"name": "BalanceUpdateConsistencyMode",
|
|
@@ -6796,7 +7222,7 @@
|
|
|
6796
7222
|
},
|
|
6797
7223
|
{
|
|
6798
7224
|
"name": "totalBalanceUpdates",
|
|
6799
|
-
"description": "EXPERIMENTAL: If set to `strong`, then a Ledger Account's `totalBalance` updates will be strongly consistent with the API response.\nThis Ledger Account's balance will be updated and available for strongly consistent reads before you receive an API response.\n\nOtherwise if unset or set to `eventual`, `totalBalance` updates are applied asynchronously and may not be immediately reflected in queries.\n\nSee [Configure consistency](https://fragment.dev/
|
|
7225
|
+
"description": "EXPERIMENTAL: If set to `strong`, then a Ledger Account's `totalBalance` updates will be strongly consistent with the API response.\nThis Ledger Account's balance will be updated and available for strongly consistent reads before you receive an API response.\n\nOtherwise if unset or set to `eventual`, `totalBalance` updates are applied asynchronously and may not be immediately reflected in queries.\n\nSee [Configure consistency](https://fragment.dev/guides/configure-consistency).",
|
|
6800
7226
|
"type": {
|
|
6801
7227
|
"kind": "ENUM",
|
|
6802
7228
|
"name": "BalanceUpdateConsistencyMode",
|
|
@@ -6848,7 +7274,7 @@
|
|
|
6848
7274
|
"args": [
|
|
6849
7275
|
{
|
|
6850
7276
|
"name": "after",
|
|
6851
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
7277
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
6852
7278
|
"type": {
|
|
6853
7279
|
"kind": "SCALAR",
|
|
6854
7280
|
"name": "String",
|
|
@@ -6858,7 +7284,7 @@
|
|
|
6858
7284
|
},
|
|
6859
7285
|
{
|
|
6860
7286
|
"name": "before",
|
|
6861
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
7287
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
6862
7288
|
"type": {
|
|
6863
7289
|
"kind": "SCALAR",
|
|
6864
7290
|
"name": "String",
|
|
@@ -6905,7 +7331,7 @@
|
|
|
6905
7331
|
"args": [
|
|
6906
7332
|
{
|
|
6907
7333
|
"name": "after",
|
|
6908
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
7334
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
6909
7335
|
"type": {
|
|
6910
7336
|
"kind": "SCALAR",
|
|
6911
7337
|
"name": "String",
|
|
@@ -6915,7 +7341,7 @@
|
|
|
6915
7341
|
},
|
|
6916
7342
|
{
|
|
6917
7343
|
"name": "before",
|
|
6918
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
7344
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
6919
7345
|
"type": {
|
|
6920
7346
|
"kind": "SCALAR",
|
|
6921
7347
|
"name": "String",
|
|
@@ -7127,7 +7553,7 @@
|
|
|
7127
7553
|
},
|
|
7128
7554
|
{
|
|
7129
7555
|
"name": "ownBalanceUpdates",
|
|
7130
|
-
"description": "If set to `strong`, then Ledger Entry Group `ownBalance`s updates for this account will be strongly consistent with the API response.\nThis Ledger Account's Ledger Entry Group balances will be updated and available for strongly consistent reads before you receive an API response.\n\nOtherwise if unset or set to `eventual`, Ledger Entry Group `ownBalance` updates are applied asynchronously and may not be immediately reflected in queries.\n\nSee [Configure consistency](https://fragment.dev/
|
|
7556
|
+
"description": "If set to `strong`, then Ledger Entry Group `ownBalance`s updates for this account will be strongly consistent with the API response.\nThis Ledger Account's Ledger Entry Group balances will be updated and available for strongly consistent reads before you receive an API response.\n\nOtherwise if unset or set to `eventual`, Ledger Entry Group `ownBalance` updates are applied asynchronously and may not be immediately reflected in queries.\n\nSee [Configure consistency](https://fragment.dev/guides/configure-consistency).",
|
|
7131
7557
|
"type": {
|
|
7132
7558
|
"kind": "NON_NULL",
|
|
7133
7559
|
"name": null,
|
|
@@ -7185,6 +7611,33 @@
|
|
|
7185
7611
|
"enumValues": null,
|
|
7186
7612
|
"possibleTypes": null
|
|
7187
7613
|
},
|
|
7614
|
+
{
|
|
7615
|
+
"kind": "OBJECT",
|
|
7616
|
+
"name": "LedgerAccountPayment",
|
|
7617
|
+
"description": "Payment configuration of a Ledger Account.",
|
|
7618
|
+
"fields": [
|
|
7619
|
+
{
|
|
7620
|
+
"name": "penguin",
|
|
7621
|
+
"description": null,
|
|
7622
|
+
"args": [],
|
|
7623
|
+
"type": {
|
|
7624
|
+
"kind": "NON_NULL",
|
|
7625
|
+
"name": null,
|
|
7626
|
+
"ofType": {
|
|
7627
|
+
"kind": "SCALAR",
|
|
7628
|
+
"name": "Boolean",
|
|
7629
|
+
"ofType": null
|
|
7630
|
+
}
|
|
7631
|
+
},
|
|
7632
|
+
"isDeprecated": false,
|
|
7633
|
+
"deprecationReason": null
|
|
7634
|
+
}
|
|
7635
|
+
],
|
|
7636
|
+
"inputFields": null,
|
|
7637
|
+
"interfaces": [],
|
|
7638
|
+
"enumValues": null,
|
|
7639
|
+
"possibleTypes": null
|
|
7640
|
+
},
|
|
7188
7641
|
{
|
|
7189
7642
|
"kind": "INPUT_OBJECT",
|
|
7190
7643
|
"name": "LedgerAccountTypeFilter",
|
|
@@ -7328,7 +7781,7 @@
|
|
|
7328
7781
|
},
|
|
7329
7782
|
{
|
|
7330
7783
|
"name": "earliestPosted",
|
|
7331
|
-
"description": "Filter by the earliest posted timestamp across all currencies for clearing accounts.
|
|
7784
|
+
"description": "Filter by the earliest posted timestamp across all currencies for clearing accounts. You must also provide clearingStatus in the same filter.\nOnly clearing accounts where the minimum posted timestamp (across all currencies) matches this filter will be included.",
|
|
7332
7785
|
"type": {
|
|
7333
7786
|
"kind": "INPUT_OBJECT",
|
|
7334
7787
|
"name": "DateTimeFilter",
|
|
@@ -7358,7 +7811,7 @@
|
|
|
7358
7811
|
},
|
|
7359
7812
|
{
|
|
7360
7813
|
"name": "latestPosted",
|
|
7361
|
-
"description": "Filter by the latest posted timestamp across all currencies for clearing accounts.
|
|
7814
|
+
"description": "Filter by the latest posted timestamp across all currencies for clearing accounts. You must also provide clearingStatus in the same filter.\nOnly clearing accounts where the maximum posted timestamp (across all currencies) matches this filter will be included.",
|
|
7362
7815
|
"type": {
|
|
7363
7816
|
"kind": "INPUT_OBJECT",
|
|
7364
7817
|
"name": "DateTimeFilter",
|
|
@@ -7444,7 +7897,7 @@
|
|
|
7444
7897
|
"args": [
|
|
7445
7898
|
{
|
|
7446
7899
|
"name": "after",
|
|
7447
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
7900
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
7448
7901
|
"type": {
|
|
7449
7902
|
"kind": "SCALAR",
|
|
7450
7903
|
"name": "String",
|
|
@@ -7454,7 +7907,7 @@
|
|
|
7454
7907
|
},
|
|
7455
7908
|
{
|
|
7456
7909
|
"name": "before",
|
|
7457
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
7910
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
7458
7911
|
"type": {
|
|
7459
7912
|
"kind": "SCALAR",
|
|
7460
7913
|
"name": "String",
|
|
@@ -7501,7 +7954,7 @@
|
|
|
7501
7954
|
"args": [
|
|
7502
7955
|
{
|
|
7503
7956
|
"name": "after",
|
|
7504
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
7957
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
7505
7958
|
"type": {
|
|
7506
7959
|
"kind": "SCALAR",
|
|
7507
7960
|
"name": "String",
|
|
@@ -7511,7 +7964,7 @@
|
|
|
7511
7964
|
},
|
|
7512
7965
|
{
|
|
7513
7966
|
"name": "before",
|
|
7514
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
7967
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
7515
7968
|
"type": {
|
|
7516
7969
|
"kind": "SCALAR",
|
|
7517
7970
|
"name": "String",
|
|
@@ -7761,7 +8214,7 @@
|
|
|
7761
8214
|
"inputFields": [
|
|
7762
8215
|
{
|
|
7763
8216
|
"name": "date",
|
|
7764
|
-
"description":
|
|
8217
|
+
"description": "Use this filter to filter Ledger Entries by their `posted` date.",
|
|
7765
8218
|
"type": {
|
|
7766
8219
|
"kind": "INPUT_OBJECT",
|
|
7767
8220
|
"name": "DateFilter",
|
|
@@ -7811,7 +8264,7 @@
|
|
|
7811
8264
|
},
|
|
7812
8265
|
{
|
|
7813
8266
|
"name": "posted",
|
|
7814
|
-
"description":
|
|
8267
|
+
"description": "Use this filter to filter Ledger Entries by their `posted` timestamp.",
|
|
7815
8268
|
"type": {
|
|
7816
8269
|
"kind": "INPUT_OBJECT",
|
|
7817
8270
|
"name": "DateTimeFilter",
|
|
@@ -8432,7 +8885,7 @@
|
|
|
8432
8885
|
"args": [
|
|
8433
8886
|
{
|
|
8434
8887
|
"name": "after",
|
|
8435
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
8888
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
8436
8889
|
"type": {
|
|
8437
8890
|
"kind": "SCALAR",
|
|
8438
8891
|
"name": "String",
|
|
@@ -8442,7 +8895,7 @@
|
|
|
8442
8895
|
},
|
|
8443
8896
|
{
|
|
8444
8897
|
"name": "before",
|
|
8445
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
8898
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
8446
8899
|
"type": {
|
|
8447
8900
|
"kind": "SCALAR",
|
|
8448
8901
|
"name": "String",
|
|
@@ -8489,7 +8942,7 @@
|
|
|
8489
8942
|
"args": [
|
|
8490
8943
|
{
|
|
8491
8944
|
"name": "after",
|
|
8492
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
8945
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
8493
8946
|
"type": {
|
|
8494
8947
|
"kind": "SCALAR",
|
|
8495
8948
|
"name": "String",
|
|
@@ -8499,7 +8952,7 @@
|
|
|
8499
8952
|
},
|
|
8500
8953
|
{
|
|
8501
8954
|
"name": "before",
|
|
8502
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
8955
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
8503
8956
|
"type": {
|
|
8504
8957
|
"kind": "SCALAR",
|
|
8505
8958
|
"name": "String",
|
|
@@ -8726,7 +9179,7 @@
|
|
|
8726
9179
|
"args": [
|
|
8727
9180
|
{
|
|
8728
9181
|
"name": "after",
|
|
8729
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
9182
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
8730
9183
|
"type": {
|
|
8731
9184
|
"kind": "SCALAR",
|
|
8732
9185
|
"name": "String",
|
|
@@ -8736,7 +9189,7 @@
|
|
|
8736
9189
|
},
|
|
8737
9190
|
{
|
|
8738
9191
|
"name": "before",
|
|
8739
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
9192
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
8740
9193
|
"type": {
|
|
8741
9194
|
"kind": "SCALAR",
|
|
8742
9195
|
"name": "String",
|
|
@@ -8853,7 +9306,7 @@
|
|
|
8853
9306
|
"args": [
|
|
8854
9307
|
{
|
|
8855
9308
|
"name": "after",
|
|
8856
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
9309
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
8857
9310
|
"type": {
|
|
8858
9311
|
"kind": "SCALAR",
|
|
8859
9312
|
"name": "String",
|
|
@@ -8863,7 +9316,7 @@
|
|
|
8863
9316
|
},
|
|
8864
9317
|
{
|
|
8865
9318
|
"name": "before",
|
|
8866
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
9319
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
8867
9320
|
"type": {
|
|
8868
9321
|
"kind": "SCALAR",
|
|
8869
9322
|
"name": "String",
|
|
@@ -10177,6 +10630,30 @@
|
|
|
10177
10630
|
"isDeprecated": false,
|
|
10178
10631
|
"deprecationReason": null
|
|
10179
10632
|
},
|
|
10633
|
+
{
|
|
10634
|
+
"name": "tags",
|
|
10635
|
+
"description": "Tags attached to this Ledger Line.",
|
|
10636
|
+
"args": [],
|
|
10637
|
+
"type": {
|
|
10638
|
+
"kind": "NON_NULL",
|
|
10639
|
+
"name": null,
|
|
10640
|
+
"ofType": {
|
|
10641
|
+
"kind": "LIST",
|
|
10642
|
+
"name": null,
|
|
10643
|
+
"ofType": {
|
|
10644
|
+
"kind": "NON_NULL",
|
|
10645
|
+
"name": null,
|
|
10646
|
+
"ofType": {
|
|
10647
|
+
"kind": "OBJECT",
|
|
10648
|
+
"name": "LedgerLineTag",
|
|
10649
|
+
"ofType": null
|
|
10650
|
+
}
|
|
10651
|
+
}
|
|
10652
|
+
}
|
|
10653
|
+
},
|
|
10654
|
+
"isDeprecated": false,
|
|
10655
|
+
"deprecationReason": null
|
|
10656
|
+
},
|
|
10180
10657
|
{
|
|
10181
10658
|
"name": "tx",
|
|
10182
10659
|
"description": "The transaction linked to this LedgerLine",
|
|
@@ -10299,6 +10776,24 @@
|
|
|
10299
10776
|
},
|
|
10300
10777
|
"defaultValue": null
|
|
10301
10778
|
},
|
|
10779
|
+
{
|
|
10780
|
+
"name": "tags",
|
|
10781
|
+
"description": "A set of tags attached to this Ledger Line.",
|
|
10782
|
+
"type": {
|
|
10783
|
+
"kind": "LIST",
|
|
10784
|
+
"name": null,
|
|
10785
|
+
"ofType": {
|
|
10786
|
+
"kind": "NON_NULL",
|
|
10787
|
+
"name": null,
|
|
10788
|
+
"ofType": {
|
|
10789
|
+
"kind": "INPUT_OBJECT",
|
|
10790
|
+
"name": "LedgerEntryTagInput",
|
|
10791
|
+
"ofType": null
|
|
10792
|
+
}
|
|
10793
|
+
}
|
|
10794
|
+
},
|
|
10795
|
+
"defaultValue": null
|
|
10796
|
+
},
|
|
10302
10797
|
{
|
|
10303
10798
|
"name": "tx",
|
|
10304
10799
|
"description": "Required for reconcileTx to specify the transaction being reconciled, you can specify either the FRAGMENT ID or external ID of the transaction",
|
|
@@ -10339,6 +10834,88 @@
|
|
|
10339
10834
|
"enumValues": null,
|
|
10340
10835
|
"possibleTypes": null
|
|
10341
10836
|
},
|
|
10837
|
+
{
|
|
10838
|
+
"kind": "OBJECT",
|
|
10839
|
+
"name": "LedgerLineTag",
|
|
10840
|
+
"description": "A tag attached to a Ledger Line.",
|
|
10841
|
+
"fields": [
|
|
10842
|
+
{
|
|
10843
|
+
"name": "key",
|
|
10844
|
+
"description": "The key of this tag.",
|
|
10845
|
+
"args": [],
|
|
10846
|
+
"type": {
|
|
10847
|
+
"kind": "NON_NULL",
|
|
10848
|
+
"name": null,
|
|
10849
|
+
"ofType": {
|
|
10850
|
+
"kind": "SCALAR",
|
|
10851
|
+
"name": "SafeString",
|
|
10852
|
+
"ofType": null
|
|
10853
|
+
}
|
|
10854
|
+
},
|
|
10855
|
+
"isDeprecated": false,
|
|
10856
|
+
"deprecationReason": null
|
|
10857
|
+
},
|
|
10858
|
+
{
|
|
10859
|
+
"name": "value",
|
|
10860
|
+
"description": "The value associated with this tag's key.",
|
|
10861
|
+
"args": [],
|
|
10862
|
+
"type": {
|
|
10863
|
+
"kind": "NON_NULL",
|
|
10864
|
+
"name": null,
|
|
10865
|
+
"ofType": {
|
|
10866
|
+
"kind": "SCALAR",
|
|
10867
|
+
"name": "SafeString",
|
|
10868
|
+
"ofType": null
|
|
10869
|
+
}
|
|
10870
|
+
},
|
|
10871
|
+
"isDeprecated": false,
|
|
10872
|
+
"deprecationReason": null
|
|
10873
|
+
}
|
|
10874
|
+
],
|
|
10875
|
+
"inputFields": null,
|
|
10876
|
+
"interfaces": [],
|
|
10877
|
+
"enumValues": null,
|
|
10878
|
+
"possibleTypes": null
|
|
10879
|
+
},
|
|
10880
|
+
{
|
|
10881
|
+
"kind": "INPUT_OBJECT",
|
|
10882
|
+
"name": "LedgerLineTagInput",
|
|
10883
|
+
"description": null,
|
|
10884
|
+
"fields": null,
|
|
10885
|
+
"inputFields": [
|
|
10886
|
+
{
|
|
10887
|
+
"name": "key",
|
|
10888
|
+
"description": "The key of this tag. Can be up to 128 characters long.",
|
|
10889
|
+
"type": {
|
|
10890
|
+
"kind": "NON_NULL",
|
|
10891
|
+
"name": null,
|
|
10892
|
+
"ofType": {
|
|
10893
|
+
"kind": "SCALAR",
|
|
10894
|
+
"name": "SafeString",
|
|
10895
|
+
"ofType": null
|
|
10896
|
+
}
|
|
10897
|
+
},
|
|
10898
|
+
"defaultValue": null
|
|
10899
|
+
},
|
|
10900
|
+
{
|
|
10901
|
+
"name": "value",
|
|
10902
|
+
"description": "The value associated with this tag's key. Can be up to 128 characters long.",
|
|
10903
|
+
"type": {
|
|
10904
|
+
"kind": "NON_NULL",
|
|
10905
|
+
"name": null,
|
|
10906
|
+
"ofType": {
|
|
10907
|
+
"kind": "SCALAR",
|
|
10908
|
+
"name": "SafeString",
|
|
10909
|
+
"ofType": null
|
|
10910
|
+
}
|
|
10911
|
+
},
|
|
10912
|
+
"defaultValue": null
|
|
10913
|
+
}
|
|
10914
|
+
],
|
|
10915
|
+
"interfaces": null,
|
|
10916
|
+
"enumValues": null,
|
|
10917
|
+
"possibleTypes": null
|
|
10918
|
+
},
|
|
10342
10919
|
{
|
|
10343
10920
|
"kind": "OBJECT",
|
|
10344
10921
|
"name": "LedgerLinesConnection",
|
|
@@ -10441,7 +11018,7 @@
|
|
|
10441
11018
|
},
|
|
10442
11019
|
{
|
|
10443
11020
|
"name": "date",
|
|
10444
|
-
"description": "
|
|
11021
|
+
"description": "Use this filter to filter Ledger Lines by their `posted` date.",
|
|
10445
11022
|
"type": {
|
|
10446
11023
|
"kind": "INPUT_OBJECT",
|
|
10447
11024
|
"name": "DateFilter",
|
|
@@ -10479,9 +11056,29 @@
|
|
|
10479
11056
|
},
|
|
10480
11057
|
"defaultValue": null
|
|
10481
11058
|
},
|
|
11059
|
+
{
|
|
11060
|
+
"name": "ledgerAccount",
|
|
11061
|
+
"description": "Specify which Ledger Account to read lines from. Required when querying lines via `Ledger.lines` without a `path` filter. Not allowed when querying via `LedgerAccount.lines`.",
|
|
11062
|
+
"type": {
|
|
11063
|
+
"kind": "INPUT_OBJECT",
|
|
11064
|
+
"name": "LedgerAccountFilter",
|
|
11065
|
+
"ofType": null
|
|
11066
|
+
},
|
|
11067
|
+
"defaultValue": null
|
|
11068
|
+
},
|
|
11069
|
+
{
|
|
11070
|
+
"name": "path",
|
|
11071
|
+
"description": "A filter that string matches the account path. Wildcards ('*') can be used to return lines across multiple accounts.\nTo search for all instances of a a Ledger Account template, use the `matches` filter with an wildcard character in place of the template value e.g. `assets/user:*`. This returns lines from all instances of this template, interleaved by `posted` timestamp.\nTo search for all descendant Ledger Accounts under a given path, use a trailing `/*` in the `matches` filter e.g. `assets/user:user-1>/*`. This returns lines from all descendants at any depth, but not lines from the parent account at `assets/user:user-1>`.\nTo OR multiple `matches` patterns and get a single paginated list, use `matchesAny` — e.g. `matchesAny: [\"assets/user:user-1/*\", \"assets/user:user-2/*\"]` returns descendants of both prefixes interleaved by `posted` timestamp.\nCannot be combined with `ledgerAccount` filter. Not allowed when querying via `LedgerAccount.lines`. You cannot use wildcards for both descendant and template instance matching in the same query.",
|
|
11072
|
+
"type": {
|
|
11073
|
+
"kind": "INPUT_OBJECT",
|
|
11074
|
+
"name": "StringMatchFilter",
|
|
11075
|
+
"ofType": null
|
|
11076
|
+
},
|
|
11077
|
+
"defaultValue": null
|
|
11078
|
+
},
|
|
10482
11079
|
{
|
|
10483
11080
|
"name": "posted",
|
|
10484
|
-
"description": "
|
|
11081
|
+
"description": "Use this filter to filter Ledger Lines by their `posted` timestamp.",
|
|
10485
11082
|
"type": {
|
|
10486
11083
|
"kind": "INPUT_OBJECT",
|
|
10487
11084
|
"name": "DateTimeFilter",
|
|
@@ -10499,6 +11096,16 @@
|
|
|
10499
11096
|
},
|
|
10500
11097
|
"defaultValue": null
|
|
10501
11098
|
},
|
|
11099
|
+
{
|
|
11100
|
+
"name": "tag",
|
|
11101
|
+
"description": "Filter Ledger Lines by tag. Only matches lines that have the specified tags attached directly to them.",
|
|
11102
|
+
"type": {
|
|
11103
|
+
"kind": "INPUT_OBJECT",
|
|
11104
|
+
"name": "TagFilter",
|
|
11105
|
+
"ofType": null
|
|
11106
|
+
},
|
|
11107
|
+
"defaultValue": null
|
|
11108
|
+
},
|
|
10502
11109
|
{
|
|
10503
11110
|
"name": "type",
|
|
10504
11111
|
"description": null,
|
|
@@ -11214,6 +11821,45 @@
|
|
|
11214
11821
|
"isDeprecated": false,
|
|
11215
11822
|
"deprecationReason": null
|
|
11216
11823
|
},
|
|
11824
|
+
{
|
|
11825
|
+
"name": "addLedgerEntries",
|
|
11826
|
+
"description": "Batch version of [addLedgerEntry](http://localhost:3001/api-reference/ledger-mutations#addledgerentry).\n\nAdds a batch of Ledger Entries in one synchronous and atomic transaction. Either every entry is added or none are.",
|
|
11827
|
+
"args": [
|
|
11828
|
+
{
|
|
11829
|
+
"name": "entries",
|
|
11830
|
+
"description": "The Ledger Entries to post, each with its own [Idempotency Key](https://fragment.dev/api-reference/api-overview#idempotency).",
|
|
11831
|
+
"type": {
|
|
11832
|
+
"kind": "NON_NULL",
|
|
11833
|
+
"name": null,
|
|
11834
|
+
"ofType": {
|
|
11835
|
+
"kind": "LIST",
|
|
11836
|
+
"name": null,
|
|
11837
|
+
"ofType": {
|
|
11838
|
+
"kind": "NON_NULL",
|
|
11839
|
+
"name": null,
|
|
11840
|
+
"ofType": {
|
|
11841
|
+
"kind": "INPUT_OBJECT",
|
|
11842
|
+
"name": "AddLedgerEntryInput",
|
|
11843
|
+
"ofType": null
|
|
11844
|
+
}
|
|
11845
|
+
}
|
|
11846
|
+
}
|
|
11847
|
+
},
|
|
11848
|
+
"defaultValue": null
|
|
11849
|
+
}
|
|
11850
|
+
],
|
|
11851
|
+
"type": {
|
|
11852
|
+
"kind": "NON_NULL",
|
|
11853
|
+
"name": null,
|
|
11854
|
+
"ofType": {
|
|
11855
|
+
"kind": "UNION",
|
|
11856
|
+
"name": "AddLedgerEntriesResponse",
|
|
11857
|
+
"ofType": null
|
|
11858
|
+
}
|
|
11859
|
+
},
|
|
11860
|
+
"isDeprecated": false,
|
|
11861
|
+
"deprecationReason": null
|
|
11862
|
+
},
|
|
11217
11863
|
{
|
|
11218
11864
|
"name": "addLedgerEntry",
|
|
11219
11865
|
"description": "Adds a Ledger Entry to a Ledger. This Ledger Entry cannot be into a Linked Ledger Account. For that, use [reconcileTx](https://fragment.dev/api-reference/api-mutations#reconciletx)",
|
|
@@ -11292,7 +11938,7 @@
|
|
|
11292
11938
|
},
|
|
11293
11939
|
{
|
|
11294
11940
|
"name": "createCustomLink",
|
|
11295
|
-
"description": "Custom Links let you integrate external systems that don't have native support. See [Custom Links](https://fragment.dev/
|
|
11941
|
+
"description": "Custom Links let you integrate external systems that don't have native support. See [Custom Links](https://fragment.dev/guides/sync-payments#custom-link)",
|
|
11296
11942
|
"args": [
|
|
11297
11943
|
{
|
|
11298
11944
|
"name": "ik",
|
|
@@ -11495,7 +12141,66 @@
|
|
|
11495
12141
|
"name": null,
|
|
11496
12142
|
"ofType": {
|
|
11497
12143
|
"kind": "UNION",
|
|
11498
|
-
"name": "CreateLedgerAccountsResponse",
|
|
12144
|
+
"name": "CreateLedgerAccountsResponse",
|
|
12145
|
+
"ofType": null
|
|
12146
|
+
}
|
|
12147
|
+
},
|
|
12148
|
+
"isDeprecated": false,
|
|
12149
|
+
"deprecationReason": null
|
|
12150
|
+
},
|
|
12151
|
+
{
|
|
12152
|
+
"name": "createPayment",
|
|
12153
|
+
"description": "EXPERIMENTAL — subject to change.\n\nCreate a Payment.",
|
|
12154
|
+
"args": [
|
|
12155
|
+
{
|
|
12156
|
+
"name": "amount",
|
|
12157
|
+
"description": "The amount in cents, between 100 and 10000000 inclusive.",
|
|
12158
|
+
"type": {
|
|
12159
|
+
"kind": "NON_NULL",
|
|
12160
|
+
"name": null,
|
|
12161
|
+
"ofType": {
|
|
12162
|
+
"kind": "SCALAR",
|
|
12163
|
+
"name": "Int96",
|
|
12164
|
+
"ofType": null
|
|
12165
|
+
}
|
|
12166
|
+
},
|
|
12167
|
+
"defaultValue": null
|
|
12168
|
+
},
|
|
12169
|
+
{
|
|
12170
|
+
"name": "ik",
|
|
12171
|
+
"description": "The [Idempotency Key](https://fragment.dev/api-reference/api-overview#idempotency)",
|
|
12172
|
+
"type": {
|
|
12173
|
+
"kind": "NON_NULL",
|
|
12174
|
+
"name": null,
|
|
12175
|
+
"ofType": {
|
|
12176
|
+
"kind": "SCALAR",
|
|
12177
|
+
"name": "SafeString",
|
|
12178
|
+
"ofType": null
|
|
12179
|
+
}
|
|
12180
|
+
},
|
|
12181
|
+
"defaultValue": null
|
|
12182
|
+
},
|
|
12183
|
+
{
|
|
12184
|
+
"name": "ledger",
|
|
12185
|
+
"description": "The Ledger this Payment belongs to.",
|
|
12186
|
+
"type": {
|
|
12187
|
+
"kind": "NON_NULL",
|
|
12188
|
+
"name": null,
|
|
12189
|
+
"ofType": {
|
|
12190
|
+
"kind": "INPUT_OBJECT",
|
|
12191
|
+
"name": "LedgerMatchInput",
|
|
12192
|
+
"ofType": null
|
|
12193
|
+
}
|
|
12194
|
+
},
|
|
12195
|
+
"defaultValue": null
|
|
12196
|
+
}
|
|
12197
|
+
],
|
|
12198
|
+
"type": {
|
|
12199
|
+
"kind": "NON_NULL",
|
|
12200
|
+
"name": null,
|
|
12201
|
+
"ofType": {
|
|
12202
|
+
"kind": "UNION",
|
|
12203
|
+
"name": "CreatePaymentResponse",
|
|
11499
12204
|
"ofType": null
|
|
11500
12205
|
}
|
|
11501
12206
|
},
|
|
@@ -11636,7 +12341,7 @@
|
|
|
11636
12341
|
},
|
|
11637
12342
|
{
|
|
11638
12343
|
"name": "reconcileTx",
|
|
11639
|
-
"description": "This mutation is used to [reconcile](https://fragment.dev/
|
|
12344
|
+
"description": "This mutation is used to [reconcile](https://fragment.dev/guides/reconcile-payments#reconcile-a-tx) transactions from an external system into a Ledger Entry. This mutation does not require an idempotency key since a transaction can only be reconciled once per Linked Ledger Account. If you are reconciling a transfer between two Link Accounts which are both linked to the same Ledger, use a transit account in between to split the transfer into two `reconcileTx` calls.",
|
|
11640
12345
|
"args": [
|
|
11641
12346
|
{
|
|
11642
12347
|
"name": "entry",
|
|
@@ -11729,7 +12434,7 @@
|
|
|
11729
12434
|
},
|
|
11730
12435
|
{
|
|
11731
12436
|
"name": "syncCustomAccounts",
|
|
11732
|
-
"description": "Once you've created a [Custom Link](https://fragment.dev/
|
|
12437
|
+
"description": "Once you've created a [Custom Link](https://fragment.dev/guides/sync-payments#custom-link), create accounts under it using this mutation. Each Custom Account is an immutable, single-entry view of all the transactions in the external account. You can sync up to 100 Custom Accounts in one API call.",
|
|
11733
12438
|
"args": [
|
|
11734
12439
|
{
|
|
11735
12440
|
"name": "accounts",
|
|
@@ -11782,7 +12487,7 @@
|
|
|
11782
12487
|
},
|
|
11783
12488
|
{
|
|
11784
12489
|
"name": "syncCustomTxs",
|
|
11785
|
-
"description": "You can create transactions under a Custom Account in a [Custom Link](https://fragment.dev/
|
|
12490
|
+
"description": "You can create transactions under a Custom Account in a [Custom Link](https://fragment.dev/guides/sync-payments#custom-link) using this mutation. Once you've imported transactions, you can use the reconcileTx mutation to add them to a Ledger via the Linked Ledger Account. You can sync up to 100 Custom Transactions in one API call.",
|
|
11786
12491
|
"args": [
|
|
11787
12492
|
{
|
|
11788
12493
|
"name": "link",
|
|
@@ -11943,7 +12648,7 @@
|
|
|
11943
12648
|
},
|
|
11944
12649
|
{
|
|
11945
12650
|
"name": "update",
|
|
11946
|
-
"description": "The payload containing the fields to update. Only a Ledger Entry's tags can be updated.",
|
|
12651
|
+
"description": "The payload containing the fields to update. Only a Ledger Entry's tags and its Ledger Lines' tags can be updated.",
|
|
11947
12652
|
"type": {
|
|
11948
12653
|
"kind": "NON_NULL",
|
|
11949
12654
|
"name": null,
|
|
@@ -11977,7 +12682,7 @@
|
|
|
11977
12682
|
{
|
|
11978
12683
|
"kind": "OBJECT",
|
|
11979
12684
|
"name": "PageInfo",
|
|
11980
|
-
"description": "An object containing [pagination](https://fragment.dev/
|
|
12685
|
+
"description": "An object containing [pagination](https://fragment.dev/guides/query-data#basics-pagination) details.",
|
|
11981
12686
|
"fields": [
|
|
11982
12687
|
{
|
|
11983
12688
|
"name": "endCursor",
|
|
@@ -12061,6 +12766,78 @@
|
|
|
12061
12766
|
"enumValues": null,
|
|
12062
12767
|
"possibleTypes": null
|
|
12063
12768
|
},
|
|
12769
|
+
{
|
|
12770
|
+
"kind": "OBJECT",
|
|
12771
|
+
"name": "Payment",
|
|
12772
|
+
"description": null,
|
|
12773
|
+
"fields": [
|
|
12774
|
+
{
|
|
12775
|
+
"name": "clientSecret",
|
|
12776
|
+
"description": "The secret handed to the payments SDK to render the payment method capture.",
|
|
12777
|
+
"args": [],
|
|
12778
|
+
"type": {
|
|
12779
|
+
"kind": "NON_NULL",
|
|
12780
|
+
"name": null,
|
|
12781
|
+
"ofType": {
|
|
12782
|
+
"kind": "SCALAR",
|
|
12783
|
+
"name": "String",
|
|
12784
|
+
"ofType": null
|
|
12785
|
+
}
|
|
12786
|
+
},
|
|
12787
|
+
"isDeprecated": false,
|
|
12788
|
+
"deprecationReason": null
|
|
12789
|
+
},
|
|
12790
|
+
{
|
|
12791
|
+
"name": "status",
|
|
12792
|
+
"description": "The status of this Payment.",
|
|
12793
|
+
"args": [],
|
|
12794
|
+
"type": {
|
|
12795
|
+
"kind": "NON_NULL",
|
|
12796
|
+
"name": null,
|
|
12797
|
+
"ofType": {
|
|
12798
|
+
"kind": "ENUM",
|
|
12799
|
+
"name": "PaymentStatus",
|
|
12800
|
+
"ofType": null
|
|
12801
|
+
}
|
|
12802
|
+
},
|
|
12803
|
+
"isDeprecated": false,
|
|
12804
|
+
"deprecationReason": null
|
|
12805
|
+
}
|
|
12806
|
+
],
|
|
12807
|
+
"inputFields": null,
|
|
12808
|
+
"interfaces": [],
|
|
12809
|
+
"enumValues": null,
|
|
12810
|
+
"possibleTypes": null
|
|
12811
|
+
},
|
|
12812
|
+
{
|
|
12813
|
+
"kind": "ENUM",
|
|
12814
|
+
"name": "PaymentStatus",
|
|
12815
|
+
"description": "EXPERIMENTAL — subject to change.\n\nStatus of a Payment.",
|
|
12816
|
+
"fields": null,
|
|
12817
|
+
"inputFields": null,
|
|
12818
|
+
"interfaces": null,
|
|
12819
|
+
"enumValues": [
|
|
12820
|
+
{
|
|
12821
|
+
"name": "processing",
|
|
12822
|
+
"description": null,
|
|
12823
|
+
"isDeprecated": false,
|
|
12824
|
+
"deprecationReason": null
|
|
12825
|
+
},
|
|
12826
|
+
{
|
|
12827
|
+
"name": "requires_confirmation",
|
|
12828
|
+
"description": null,
|
|
12829
|
+
"isDeprecated": false,
|
|
12830
|
+
"deprecationReason": null
|
|
12831
|
+
},
|
|
12832
|
+
{
|
|
12833
|
+
"name": "settled",
|
|
12834
|
+
"description": null,
|
|
12835
|
+
"isDeprecated": false,
|
|
12836
|
+
"deprecationReason": null
|
|
12837
|
+
}
|
|
12838
|
+
],
|
|
12839
|
+
"possibleTypes": null
|
|
12840
|
+
},
|
|
12064
12841
|
{
|
|
12065
12842
|
"kind": "SCALAR",
|
|
12066
12843
|
"name": "Period",
|
|
@@ -12071,6 +12848,45 @@
|
|
|
12071
12848
|
"enumValues": null,
|
|
12072
12849
|
"possibleTypes": null
|
|
12073
12850
|
},
|
|
12851
|
+
{
|
|
12852
|
+
"kind": "SCALAR",
|
|
12853
|
+
"name": "PeriodFilter",
|
|
12854
|
+
"description": "A specific year (\"2026\") or month (\"2026-05\") used to match dates that fall within it.",
|
|
12855
|
+
"fields": null,
|
|
12856
|
+
"inputFields": null,
|
|
12857
|
+
"interfaces": null,
|
|
12858
|
+
"enumValues": null,
|
|
12859
|
+
"possibleTypes": null
|
|
12860
|
+
},
|
|
12861
|
+
{
|
|
12862
|
+
"kind": "ENUM",
|
|
12863
|
+
"name": "PostLinesAs",
|
|
12864
|
+
"description": "Controls how lines are posted for a Ledger Entry.\nNew entries created via the dashboard default to `net_amounts`.\nExisting entries without this field set are treated as `raw_lines`.",
|
|
12865
|
+
"fields": null,
|
|
12866
|
+
"inputFields": null,
|
|
12867
|
+
"interfaces": null,
|
|
12868
|
+
"enumValues": [
|
|
12869
|
+
{
|
|
12870
|
+
"name": "net_amounts",
|
|
12871
|
+
"description": "Lines targeting the same account, currency, and tx are aggregated into a single line with the net amount. Lines that sum to zero are skipped. If all lines sum to zero, no lines are skipped.",
|
|
12872
|
+
"isDeprecated": false,
|
|
12873
|
+
"deprecationReason": null
|
|
12874
|
+
},
|
|
12875
|
+
{
|
|
12876
|
+
"name": "raw_lines",
|
|
12877
|
+
"description": "Lines are posted as-is without aggregation.",
|
|
12878
|
+
"isDeprecated": false,
|
|
12879
|
+
"deprecationReason": null
|
|
12880
|
+
},
|
|
12881
|
+
{
|
|
12882
|
+
"name": "skip_zero_lines",
|
|
12883
|
+
"description": "Lines with a zero amount are skipped, but lines are not aggregated. If all lines have a zero amount, no lines are skipped.",
|
|
12884
|
+
"isDeprecated": false,
|
|
12885
|
+
"deprecationReason": null
|
|
12886
|
+
}
|
|
12887
|
+
],
|
|
12888
|
+
"possibleTypes": null
|
|
12889
|
+
},
|
|
12074
12890
|
{
|
|
12075
12891
|
"kind": "OBJECT",
|
|
12076
12892
|
"name": "PostedWindow",
|
|
@@ -12137,7 +12953,7 @@
|
|
|
12137
12953
|
"args": [
|
|
12138
12954
|
{
|
|
12139
12955
|
"name": "after",
|
|
12140
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
12956
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
12141
12957
|
"type": {
|
|
12142
12958
|
"kind": "SCALAR",
|
|
12143
12959
|
"name": "String",
|
|
@@ -12147,7 +12963,7 @@
|
|
|
12147
12963
|
},
|
|
12148
12964
|
{
|
|
12149
12965
|
"name": "before",
|
|
12150
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
12966
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
12151
12967
|
"type": {
|
|
12152
12968
|
"kind": "SCALAR",
|
|
12153
12969
|
"name": "String",
|
|
@@ -12387,7 +13203,7 @@
|
|
|
12387
13203
|
"args": [
|
|
12388
13204
|
{
|
|
12389
13205
|
"name": "after",
|
|
12390
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
13206
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
12391
13207
|
"type": {
|
|
12392
13208
|
"kind": "SCALAR",
|
|
12393
13209
|
"name": "String",
|
|
@@ -12397,7 +13213,7 @@
|
|
|
12397
13213
|
},
|
|
12398
13214
|
{
|
|
12399
13215
|
"name": "before",
|
|
12400
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
13216
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
12401
13217
|
"type": {
|
|
12402
13218
|
"kind": "SCALAR",
|
|
12403
13219
|
"name": "String",
|
|
@@ -12407,7 +13223,7 @@
|
|
|
12407
13223
|
},
|
|
12408
13224
|
{
|
|
12409
13225
|
"name": "filter",
|
|
12410
|
-
"description": "Filter the Ledgers returned. Learn more about [querying Ledgers](https://fragment.dev/
|
|
13226
|
+
"description": "Filter the Ledgers returned. Learn more about [querying Ledgers](https://fragment.dev/guides/query-data#ledgers).",
|
|
12411
13227
|
"type": {
|
|
12412
13228
|
"kind": "INPUT_OBJECT",
|
|
12413
13229
|
"name": "LedgersFilterSet",
|
|
@@ -12524,7 +13340,7 @@
|
|
|
12524
13340
|
"args": [
|
|
12525
13341
|
{
|
|
12526
13342
|
"name": "after",
|
|
12527
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
13343
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
12528
13344
|
"type": {
|
|
12529
13345
|
"kind": "SCALAR",
|
|
12530
13346
|
"name": "String",
|
|
@@ -12534,7 +13350,7 @@
|
|
|
12534
13350
|
},
|
|
12535
13351
|
{
|
|
12536
13352
|
"name": "before",
|
|
12537
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
13353
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
12538
13354
|
"type": {
|
|
12539
13355
|
"kind": "SCALAR",
|
|
12540
13356
|
"name": "String",
|
|
@@ -12627,7 +13443,7 @@
|
|
|
12627
13443
|
{
|
|
12628
13444
|
"kind": "ENUM",
|
|
12629
13445
|
"name": "ReadBalanceConsistencyMode",
|
|
12630
|
-
"description": "The consistency configuration of a Ledger Account's balance queries. If not provided as an argument to a balance query, the default behavior is to read eventually consistent balances. See [Configure consistency](https://fragment.dev/
|
|
13446
|
+
"description": "The consistency configuration of a Ledger Account's balance queries. If not provided as an argument to a balance query, the default behavior is to read eventually consistent balances. See [Configure consistency](https://fragment.dev/guides/configure-consistency).",
|
|
12631
13447
|
"fields": null,
|
|
12632
13448
|
"inputFields": null,
|
|
12633
13449
|
"interfaces": null,
|
|
@@ -13016,7 +13832,7 @@
|
|
|
13016
13832
|
"args": [
|
|
13017
13833
|
{
|
|
13018
13834
|
"name": "after",
|
|
13019
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
13835
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
13020
13836
|
"type": {
|
|
13021
13837
|
"kind": "SCALAR",
|
|
13022
13838
|
"name": "String",
|
|
@@ -13026,7 +13842,7 @@
|
|
|
13026
13842
|
},
|
|
13027
13843
|
{
|
|
13028
13844
|
"name": "before",
|
|
13029
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
13845
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
13030
13846
|
"type": {
|
|
13031
13847
|
"kind": "SCALAR",
|
|
13032
13848
|
"name": "String",
|
|
@@ -13116,7 +13932,7 @@
|
|
|
13116
13932
|
"args": [
|
|
13117
13933
|
{
|
|
13118
13934
|
"name": "after",
|
|
13119
|
-
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/
|
|
13935
|
+
"description": "Where to start paginating from, when paginating forwards. Send endCursor from a response to get its next page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
13120
13936
|
"type": {
|
|
13121
13937
|
"kind": "SCALAR",
|
|
13122
13938
|
"name": "String",
|
|
@@ -13126,7 +13942,7 @@
|
|
|
13126
13942
|
},
|
|
13127
13943
|
{
|
|
13128
13944
|
"name": "before",
|
|
13129
|
-
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/
|
|
13945
|
+
"description": "Where to start paginating from, when paginating backwards. Send startCursor from a response to get the previous page. Learn more about [pagination](https://fragment.dev/guides/query-data#basics-pagination).",
|
|
13130
13946
|
"type": {
|
|
13131
13947
|
"kind": "SCALAR",
|
|
13132
13948
|
"name": "String",
|
|
@@ -13258,12 +14074,12 @@
|
|
|
13258
14074
|
{
|
|
13259
14075
|
"kind": "INPUT_OBJECT",
|
|
13260
14076
|
"name": "SchemaConsistencyConfigInput",
|
|
13261
|
-
"description": "The consistency configuration for entities created within Ledgers created by this Schema.\n\nSee [Configure consistency](https://fragment.dev/
|
|
14077
|
+
"description": "The consistency configuration for entities created within Ledgers created by this Schema.\n\nSee [Configure consistency](https://fragment.dev/guides/configure-consistency).",
|
|
13262
14078
|
"fields": null,
|
|
13263
14079
|
"inputFields": [
|
|
13264
14080
|
{
|
|
13265
14081
|
"name": "entries",
|
|
13266
|
-
"description": "The consistency mode for the Ledger Entries list query within Ledgers created by this Schema.\n\nSee [Configure consistency](https://fragment.dev/
|
|
14082
|
+
"description": "The consistency mode for the Ledger Entries list query within Ledgers created by this Schema.\n\nSee [Configure consistency](https://fragment.dev/guides/configure-consistency).",
|
|
13267
14083
|
"type": {
|
|
13268
14084
|
"kind": "ENUM",
|
|
13269
14085
|
"name": "SchemaConsistencyMode",
|
|
@@ -13279,7 +14095,7 @@
|
|
|
13279
14095
|
{
|
|
13280
14096
|
"kind": "ENUM",
|
|
13281
14097
|
"name": "SchemaConsistencyMode",
|
|
13282
|
-
"description": "The consistency modes available for entities created within this Schema. \n\nSee [Configure consistency](https://fragment.dev/
|
|
14098
|
+
"description": "The consistency modes available for entities created within this Schema. \n\nSee [Configure consistency](https://fragment.dev/guides/configure-consistency).",
|
|
13283
14099
|
"fields": null,
|
|
13284
14100
|
"inputFields": null,
|
|
13285
14101
|
"interfaces": null,
|
|
@@ -13567,7 +14383,7 @@
|
|
|
13567
14383
|
},
|
|
13568
14384
|
{
|
|
13569
14385
|
"name": "consistencyConfig",
|
|
13570
|
-
"description": "The consistency configuration for this ledger account. See [Configure consistency](https://fragment.dev/
|
|
14386
|
+
"description": "The consistency configuration for this ledger account. See [Configure consistency](https://fragment.dev/guides/configure-consistency).",
|
|
13571
14387
|
"type": {
|
|
13572
14388
|
"kind": "INPUT_OBJECT",
|
|
13573
14389
|
"name": "LedgerAccountConsistencyConfigInput",
|
|
@@ -13629,6 +14445,16 @@
|
|
|
13629
14445
|
},
|
|
13630
14446
|
"defaultValue": null
|
|
13631
14447
|
},
|
|
14448
|
+
{
|
|
14449
|
+
"name": "payment",
|
|
14450
|
+
"description": "EXPERIMENTAL: Marks this as a Payment Account.",
|
|
14451
|
+
"type": {
|
|
14452
|
+
"kind": "INPUT_OBJECT",
|
|
14453
|
+
"name": "SchemaPaymentInput",
|
|
14454
|
+
"ofType": null
|
|
14455
|
+
},
|
|
14456
|
+
"defaultValue": null
|
|
14457
|
+
},
|
|
13632
14458
|
{
|
|
13633
14459
|
"name": "status",
|
|
13634
14460
|
"description": "The status of this Ledger Account. Defaults to active.",
|
|
@@ -13935,6 +14761,16 @@
|
|
|
13935
14761
|
},
|
|
13936
14762
|
"defaultValue": null
|
|
13937
14763
|
},
|
|
14764
|
+
{
|
|
14765
|
+
"name": "postLinesAs",
|
|
14766
|
+
"description": "Controls how lines are posted. When set to `net_amounts`, all lines targeting the same account, currency, and tx are aggregated into a single line with the net amount, and lines that sum to zero are skipped. When set to `skip_zero_lines`, lines with a zero amount are skipped but not aggregated. In both modes, if all lines are zero, no lines are skipped. When set to `raw_lines`, lines are posted as-is without aggregation. New entries created via the dashboard default to `net_amounts`. Existing entries without this field set are treated as `raw_lines`.",
|
|
14767
|
+
"type": {
|
|
14768
|
+
"kind": "ENUM",
|
|
14769
|
+
"name": "PostLinesAs",
|
|
14770
|
+
"ofType": null
|
|
14771
|
+
},
|
|
14772
|
+
"defaultValue": null
|
|
14773
|
+
},
|
|
13938
14774
|
{
|
|
13939
14775
|
"name": "status",
|
|
13940
14776
|
"description": "The status of this Ledger Entry. Defaults to active.",
|
|
@@ -14134,9 +14970,27 @@
|
|
|
14134
14970
|
},
|
|
14135
14971
|
"defaultValue": null
|
|
14136
14972
|
},
|
|
14973
|
+
{
|
|
14974
|
+
"name": "tags",
|
|
14975
|
+
"description": "Tags to attach to this Ledger Line. Supports parameterized values via handlebars syntax.",
|
|
14976
|
+
"type": {
|
|
14977
|
+
"kind": "LIST",
|
|
14978
|
+
"name": null,
|
|
14979
|
+
"ofType": {
|
|
14980
|
+
"kind": "NON_NULL",
|
|
14981
|
+
"name": null,
|
|
14982
|
+
"ofType": {
|
|
14983
|
+
"kind": "INPUT_OBJECT",
|
|
14984
|
+
"name": "SchemaLedgerEntryTagInput",
|
|
14985
|
+
"ofType": null
|
|
14986
|
+
}
|
|
14987
|
+
}
|
|
14988
|
+
},
|
|
14989
|
+
"defaultValue": null
|
|
14990
|
+
},
|
|
14137
14991
|
{
|
|
14138
14992
|
"name": "tx",
|
|
14139
|
-
"description": "The external transaction to reconcile.\nThis field is required if the Ledger Account being posted to is a Linked Ledger Account. Otherwise, this field is disallowed.\nIt supports parameters in its attributes via handlebars syntax.\n\nSee the docs on [reconciling payments](https://fragment.dev/
|
|
14993
|
+
"description": "The external transaction to reconcile.\nThis field is required if the Ledger Account being posted to is a Linked Ledger Account. Otherwise, this field is disallowed.\nIt supports parameters in its attributes via handlebars syntax.\n\nSee the docs on [reconciling payments](https://fragment.dev/guides/reconcile-payments).",
|
|
14140
14994
|
"type": {
|
|
14141
14995
|
"kind": "INPUT_OBJECT",
|
|
14142
14996
|
"name": "SchemaTxMatchInput",
|
|
@@ -14184,6 +15038,31 @@
|
|
|
14184
15038
|
"enumValues": null,
|
|
14185
15039
|
"possibleTypes": null
|
|
14186
15040
|
},
|
|
15041
|
+
{
|
|
15042
|
+
"kind": "INPUT_OBJECT",
|
|
15043
|
+
"name": "SchemaPaymentInput",
|
|
15044
|
+
"description": "EXPERIMENTAL: Marks a Ledger Account as a Payment Account.",
|
|
15045
|
+
"fields": null,
|
|
15046
|
+
"inputFields": [
|
|
15047
|
+
{
|
|
15048
|
+
"name": "penguin",
|
|
15049
|
+
"description": null,
|
|
15050
|
+
"type": {
|
|
15051
|
+
"kind": "NON_NULL",
|
|
15052
|
+
"name": null,
|
|
15053
|
+
"ofType": {
|
|
15054
|
+
"kind": "SCALAR",
|
|
15055
|
+
"name": "Boolean",
|
|
15056
|
+
"ofType": null
|
|
15057
|
+
}
|
|
15058
|
+
},
|
|
15059
|
+
"defaultValue": null
|
|
15060
|
+
}
|
|
15061
|
+
],
|
|
15062
|
+
"interfaces": null,
|
|
15063
|
+
"enumValues": null,
|
|
15064
|
+
"possibleTypes": null
|
|
15065
|
+
},
|
|
14187
15066
|
{
|
|
14188
15067
|
"kind": "INPUT_OBJECT",
|
|
14189
15068
|
"name": "SchemaRepeatedConfigInput",
|
|
@@ -14549,6 +15428,24 @@
|
|
|
14549
15428
|
"ofType": null
|
|
14550
15429
|
},
|
|
14551
15430
|
"defaultValue": null
|
|
15431
|
+
},
|
|
15432
|
+
{
|
|
15433
|
+
"name": "matchesAny",
|
|
15434
|
+
"description": "Must match any one of the provided `matches` patterns, OR-ed together — results are returned as a single paginated list. Each entry uses the same wildcard grammar as `matches`. Cannot be combined with `matches`. Limited to 100 entries.",
|
|
15435
|
+
"type": {
|
|
15436
|
+
"kind": "LIST",
|
|
15437
|
+
"name": null,
|
|
15438
|
+
"ofType": {
|
|
15439
|
+
"kind": "NON_NULL",
|
|
15440
|
+
"name": null,
|
|
15441
|
+
"ofType": {
|
|
15442
|
+
"kind": "SCALAR",
|
|
15443
|
+
"name": "String",
|
|
15444
|
+
"ofType": null
|
|
15445
|
+
}
|
|
15446
|
+
}
|
|
15447
|
+
},
|
|
15448
|
+
"defaultValue": null
|
|
14552
15449
|
}
|
|
14553
15450
|
],
|
|
14554
15451
|
"interfaces": null,
|
|
@@ -15762,6 +16659,24 @@
|
|
|
15762
16659
|
},
|
|
15763
16660
|
"defaultValue": null
|
|
15764
16661
|
},
|
|
16662
|
+
{
|
|
16663
|
+
"name": "ledgerLines",
|
|
16664
|
+
"description": "The list of Ledger Line updates to apply to Ledger Lines on this Ledger Entry.",
|
|
16665
|
+
"type": {
|
|
16666
|
+
"kind": "LIST",
|
|
16667
|
+
"name": null,
|
|
16668
|
+
"ofType": {
|
|
16669
|
+
"kind": "NON_NULL",
|
|
16670
|
+
"name": null,
|
|
16671
|
+
"ofType": {
|
|
16672
|
+
"kind": "INPUT_OBJECT",
|
|
16673
|
+
"name": "UpdateLedgerLineInput",
|
|
16674
|
+
"ofType": null
|
|
16675
|
+
}
|
|
16676
|
+
}
|
|
16677
|
+
},
|
|
16678
|
+
"defaultValue": null
|
|
16679
|
+
},
|
|
15765
16680
|
{
|
|
15766
16681
|
"name": "tags",
|
|
15767
16682
|
"description": "The list of Tags to add and/or update on this Ledger Entry.",
|
|
@@ -15877,6 +16792,67 @@
|
|
|
15877
16792
|
"enumValues": null,
|
|
15878
16793
|
"possibleTypes": null
|
|
15879
16794
|
},
|
|
16795
|
+
{
|
|
16796
|
+
"kind": "INPUT_OBJECT",
|
|
16797
|
+
"name": "UpdateLedgerLineInput",
|
|
16798
|
+
"description": null,
|
|
16799
|
+
"fields": null,
|
|
16800
|
+
"inputFields": [
|
|
16801
|
+
{
|
|
16802
|
+
"name": "ledgerLine",
|
|
16803
|
+
"description": "The Ledger Line that is being updated. It must belong to the Ledger Entry being updated.",
|
|
16804
|
+
"type": {
|
|
16805
|
+
"kind": "NON_NULL",
|
|
16806
|
+
"name": null,
|
|
16807
|
+
"ofType": {
|
|
16808
|
+
"kind": "INPUT_OBJECT",
|
|
16809
|
+
"name": "LedgerLineMatchInput",
|
|
16810
|
+
"ofType": null
|
|
16811
|
+
}
|
|
16812
|
+
},
|
|
16813
|
+
"defaultValue": null
|
|
16814
|
+
},
|
|
16815
|
+
{
|
|
16816
|
+
"name": "tags",
|
|
16817
|
+
"description": "The list of Tags to add and/or update on this Ledger Line.",
|
|
16818
|
+
"type": {
|
|
16819
|
+
"kind": "LIST",
|
|
16820
|
+
"name": null,
|
|
16821
|
+
"ofType": {
|
|
16822
|
+
"kind": "NON_NULL",
|
|
16823
|
+
"name": null,
|
|
16824
|
+
"ofType": {
|
|
16825
|
+
"kind": "INPUT_OBJECT",
|
|
16826
|
+
"name": "LedgerLineTagInput",
|
|
16827
|
+
"ofType": null
|
|
16828
|
+
}
|
|
16829
|
+
}
|
|
16830
|
+
},
|
|
16831
|
+
"defaultValue": null
|
|
16832
|
+
},
|
|
16833
|
+
{
|
|
16834
|
+
"name": "tagsToRemove",
|
|
16835
|
+
"description": "The list of Tags to remove from this Ledger Line.",
|
|
16836
|
+
"type": {
|
|
16837
|
+
"kind": "LIST",
|
|
16838
|
+
"name": null,
|
|
16839
|
+
"ofType": {
|
|
16840
|
+
"kind": "NON_NULL",
|
|
16841
|
+
"name": null,
|
|
16842
|
+
"ofType": {
|
|
16843
|
+
"kind": "INPUT_OBJECT",
|
|
16844
|
+
"name": "LedgerLineTagInput",
|
|
16845
|
+
"ofType": null
|
|
16846
|
+
}
|
|
16847
|
+
}
|
|
16848
|
+
},
|
|
16849
|
+
"defaultValue": null
|
|
16850
|
+
}
|
|
16851
|
+
],
|
|
16852
|
+
"interfaces": null,
|
|
16853
|
+
"enumValues": null,
|
|
16854
|
+
"possibleTypes": null
|
|
16855
|
+
},
|
|
15880
16856
|
{
|
|
15881
16857
|
"kind": "UNION",
|
|
15882
16858
|
"name": "UpdateLedgerResponse",
|
|
@@ -16181,6 +17157,12 @@
|
|
|
16181
17157
|
"isDeprecated": false,
|
|
16182
17158
|
"deprecationReason": null
|
|
16183
17159
|
},
|
|
17160
|
+
{
|
|
17161
|
+
"name": "VARIABLE_DEFINITION",
|
|
17162
|
+
"description": "Location adjacent to a variable definition.",
|
|
17163
|
+
"isDeprecated": false,
|
|
17164
|
+
"deprecationReason": null
|
|
17165
|
+
},
|
|
16184
17166
|
{
|
|
16185
17167
|
"name": "SCHEMA",
|
|
16186
17168
|
"description": "Location adjacent to a schema definition.",
|
|
@@ -16246,12 +17228,6 @@
|
|
|
16246
17228
|
"description": "Location adjacent to an input object field definition.",
|
|
16247
17229
|
"isDeprecated": false,
|
|
16248
17230
|
"deprecationReason": null
|
|
16249
|
-
},
|
|
16250
|
-
{
|
|
16251
|
-
"name": "VARIABLE_DEFINITION",
|
|
16252
|
-
"description": "Location adjacent to a variable definition.",
|
|
16253
|
-
"isDeprecated": false,
|
|
16254
|
-
"deprecationReason": null
|
|
16255
17231
|
}
|
|
16256
17232
|
],
|
|
16257
17233
|
"possibleTypes": null
|