@code0-tech/sagittarius-graphql-types 0.0.0-6c84ca6a692d3341e857f740343aead437ab4427 → 0.0.0-967667e8c736081887d32d99a5e2ab0445718798
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +375 -293
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -12,71 +12,37 @@ export interface Scalars {
|
|
|
12
12
|
Boolean: { input: boolean; output: boolean; }
|
|
13
13
|
Int: { input: number; output: number; }
|
|
14
14
|
Float: { input: number; output: number; }
|
|
15
|
-
/** A unique identifier for all DataType entities of the application */
|
|
16
15
|
DataTypeID: { input: `gid://sagittarius/DataType/${number}`; output: `gid://sagittarius/DataType/${number}`; }
|
|
17
|
-
/** A unique identifier for all DataTypeIdentifier entities of the application */
|
|
18
16
|
DataTypeIdentifierID: { input: `gid://sagittarius/DataTypeIdentifier/${number}`; output: `gid://sagittarius/DataTypeIdentifier/${number}`; }
|
|
19
|
-
/** A unique identifier for all DataTypeRule entities of the application */
|
|
20
17
|
DataTypeRuleID: { input: `gid://sagittarius/DataTypeRule/${number}`; output: `gid://sagittarius/DataTypeRule/${number}`; }
|
|
21
|
-
/** A unique identifier for all Flow entities of the application */
|
|
22
18
|
FlowID: { input: `gid://sagittarius/Flow/${number}`; output: `gid://sagittarius/Flow/${number}`; }
|
|
23
|
-
/** A unique identifier for all FlowSetting entities of the application */
|
|
24
19
|
FlowSettingID: { input: `gid://sagittarius/FlowSetting/${number}`; output: `gid://sagittarius/FlowSetting/${number}`; }
|
|
25
|
-
/** A unique identifier for all FlowType entities of the application */
|
|
26
20
|
FlowTypeID: { input: `gid://sagittarius/FlowType/${number}`; output: `gid://sagittarius/FlowType/${number}`; }
|
|
27
|
-
/** A unique identifier for all FlowTypeSetting entities of the application */
|
|
28
21
|
FlowTypeSettingID: { input: `gid://sagittarius/FlowTypeSetting/${number}`; output: `gid://sagittarius/FlowTypeSetting/${number}`; }
|
|
29
|
-
/** A unique identifier for all FunctionDefinition entities of the application */
|
|
30
22
|
FunctionDefinitionID: { input: `gid://sagittarius/FunctionDefinition/${number}`; output: `gid://sagittarius/FunctionDefinition/${number}`; }
|
|
31
|
-
|
|
23
|
+
GenericCombinationStrategyID: { input: `gid://sagittarius/GenericCombinationStrategy/${number}`; output: `gid://sagittarius/GenericCombinationStrategy/${number}`; }
|
|
32
24
|
GenericMapperID: { input: `gid://sagittarius/GenericMapper/${number}`; output: `gid://sagittarius/GenericMapper/${number}`; }
|
|
33
|
-
/** A unique identifier for all GenericType entities of the application */
|
|
34
25
|
GenericTypeID: { input: `gid://sagittarius/GenericType/${number}`; output: `gid://sagittarius/GenericType/${number}`; }
|
|
35
|
-
/** Represents untyped JSON */
|
|
36
26
|
JSON: { input: any; output: any; }
|
|
37
|
-
/** A unique identifier for all Namespace entities of the application */
|
|
38
27
|
NamespaceID: { input: `gid://sagittarius/Namespace/${number}`; output: `gid://sagittarius/Namespace/${number}`; }
|
|
39
|
-
/** A unique identifier for all NamespaceLicense entities of the application */
|
|
40
28
|
NamespaceLicenseID: { input: `gid://sagittarius/NamespaceLicense/${number}`; output: `gid://sagittarius/NamespaceLicense/${number}`; }
|
|
41
|
-
/** A unique identifier for all NamespaceMember entities of the application */
|
|
42
29
|
NamespaceMemberID: { input: `gid://sagittarius/NamespaceMember/${number}`; output: `gid://sagittarius/NamespaceMember/${number}`; }
|
|
43
|
-
/** A unique identifier for all NamespaceMemberRole entities of the application */
|
|
44
30
|
NamespaceMemberRoleID: { input: `gid://sagittarius/NamespaceMemberRole/${number}`; output: `gid://sagittarius/NamespaceMemberRole/${number}`; }
|
|
45
|
-
/** A unique identifier for all NamespaceProject entities of the application */
|
|
46
31
|
NamespaceProjectID: { input: `gid://sagittarius/NamespaceProject/${number}`; output: `gid://sagittarius/NamespaceProject/${number}`; }
|
|
47
|
-
/** A unique identifier for all NamespaceRole entities of the application */
|
|
48
32
|
NamespaceRoleID: { input: `gid://sagittarius/NamespaceRole/${number}`; output: `gid://sagittarius/NamespaceRole/${number}`; }
|
|
49
|
-
/** A unique identifier for all NodeFunction entities of the application */
|
|
50
33
|
NodeFunctionID: { input: `gid://sagittarius/NodeFunction/${number}`; output: `gid://sagittarius/NodeFunction/${number}`; }
|
|
51
|
-
/** A unique identifier for all NodeParameter entities of the application */
|
|
52
34
|
NodeParameterID: { input: `gid://sagittarius/NodeParameter/${number}`; output: `gid://sagittarius/NodeParameter/${number}`; }
|
|
53
|
-
/** A unique identifier for all Organization entities of the application */
|
|
54
35
|
OrganizationID: { input: `gid://sagittarius/Organization/${number}`; output: `gid://sagittarius/Organization/${number}`; }
|
|
55
|
-
/** A unique identifier for all ParameterDefinition entities of the application */
|
|
56
36
|
ParameterDefinitionID: { input: `gid://sagittarius/ParameterDefinition/${number}`; output: `gid://sagittarius/ParameterDefinition/${number}`; }
|
|
57
|
-
/** A unique identifier for all ReferencePath entities of the application */
|
|
58
37
|
ReferencePathID: { input: `gid://sagittarius/ReferencePath/${number}`; output: `gid://sagittarius/ReferencePath/${number}`; }
|
|
59
|
-
/** A unique identifier for all ReferenceValue entities of the application */
|
|
60
38
|
ReferenceValueID: { input: `gid://sagittarius/ReferenceValue/${number}`; output: `gid://sagittarius/ReferenceValue/${number}`; }
|
|
61
|
-
/** A unique identifier for all RuntimeFunctionDefinition entities of the application */
|
|
62
39
|
RuntimeFunctionDefinitionID: { input: `gid://sagittarius/RuntimeFunctionDefinition/${number}`; output: `gid://sagittarius/RuntimeFunctionDefinition/${number}`; }
|
|
63
|
-
/** A unique identifier for all Runtime entities of the application */
|
|
64
40
|
RuntimeID: { input: `gid://sagittarius/Runtime/${number}`; output: `gid://sagittarius/Runtime/${number}`; }
|
|
65
|
-
/** A unique identifier for all RuntimeParameterDefinition entities of the application */
|
|
66
41
|
RuntimeParameterDefinitionID: { input: `gid://sagittarius/RuntimeParameterDefinition/${number}`; output: `gid://sagittarius/RuntimeParameterDefinition/${number}`; }
|
|
67
|
-
/**
|
|
68
|
-
* Time represented in ISO 8601.
|
|
69
|
-
*
|
|
70
|
-
* For example: "2023-12-15T17:31:00Z".
|
|
71
|
-
*/
|
|
72
42
|
Time: { input: string; output: string; }
|
|
73
|
-
/** A unique identifier for all Types::FlowType entities of the application */
|
|
74
43
|
TypesFlowTypeID: { input: `gid://sagittarius/TypesFlowType/${number}`; output: `gid://sagittarius/TypesFlowType/${number}`; }
|
|
75
|
-
/** A unique identifier for all User entities of the application */
|
|
76
44
|
UserID: { input: `gid://sagittarius/User/${number}`; output: `gid://sagittarius/User/${number}`; }
|
|
77
|
-
/** A unique identifier for all UserIdentity entities of the application */
|
|
78
45
|
UserIdentityID: { input: `gid://sagittarius/UserIdentity/${number}`; output: `gid://sagittarius/UserIdentity/${number}`; }
|
|
79
|
-
/** A unique identifier for all UserSession entities of the application */
|
|
80
46
|
UserSessionID: { input: `gid://sagittarius/UserSession/${number}`; output: `gid://sagittarius/UserSession/${number}`; }
|
|
81
47
|
}
|
|
82
48
|
|
|
@@ -84,18 +50,18 @@ export interface Scalars {
|
|
|
84
50
|
export interface ActiveModelError {
|
|
85
51
|
__typename?: 'ActiveModelError';
|
|
86
52
|
/** The affected attribute on the model */
|
|
87
|
-
attribute
|
|
53
|
+
attribute?: Maybe<Scalars['String']['output']>;
|
|
88
54
|
/** The validation type that failed for the attribute */
|
|
89
|
-
type
|
|
55
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
90
56
|
}
|
|
91
57
|
|
|
92
58
|
/** Represents the application settings */
|
|
93
59
|
export interface ApplicationSettings {
|
|
94
60
|
__typename?: 'ApplicationSettings';
|
|
95
61
|
/** Shows if organization creation is restricted to administrators */
|
|
96
|
-
organizationCreationRestricted
|
|
62
|
+
organizationCreationRestricted?: Maybe<Scalars['Boolean']['output']>;
|
|
97
63
|
/** Shows if user registration is enabled */
|
|
98
|
-
userRegistrationEnabled
|
|
64
|
+
userRegistrationEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
99
65
|
}
|
|
100
66
|
|
|
101
67
|
/** Autogenerated input type of ApplicationSettingsUpdate */
|
|
@@ -116,7 +82,7 @@ export interface ApplicationSettingsUpdatePayload {
|
|
|
116
82
|
/** A unique identifier for the client performing the mutation. */
|
|
117
83
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
118
84
|
/** Errors encountered during execution of the mutation. */
|
|
119
|
-
errors
|
|
85
|
+
errors?: Maybe<Array<Error>>;
|
|
120
86
|
}
|
|
121
87
|
|
|
122
88
|
/** Objects that can present an authentication */
|
|
@@ -126,25 +92,25 @@ export type Authentication = UserSession;
|
|
|
126
92
|
export interface DataType {
|
|
127
93
|
__typename?: 'DataType';
|
|
128
94
|
/** Time when this DataType was created */
|
|
129
|
-
createdAt
|
|
95
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
130
96
|
/** Generic keys of the datatype */
|
|
131
97
|
genericKeys?: Maybe<Array<Scalars['String']['output']>>;
|
|
132
98
|
/** Global ID of this DataType */
|
|
133
|
-
id
|
|
99
|
+
id?: Maybe<Scalars['DataTypeID']['output']>;
|
|
134
100
|
/** The identifier scoped to the namespace */
|
|
135
|
-
identifier
|
|
101
|
+
identifier?: Maybe<Scalars['String']['output']>;
|
|
136
102
|
/** Names of the flow type setting */
|
|
137
|
-
name
|
|
103
|
+
name?: Maybe<TranslationConnection>;
|
|
138
104
|
/** The namespace where this datatype belongs to */
|
|
139
105
|
namespace?: Maybe<Namespace>;
|
|
140
106
|
/** The parent datatype */
|
|
141
107
|
parent?: Maybe<DataTypeIdentifier>;
|
|
142
108
|
/** Rules of the datatype */
|
|
143
|
-
rules
|
|
109
|
+
rules?: Maybe<DataTypeRuleConnection>;
|
|
144
110
|
/** Time when this DataType was last updated */
|
|
145
|
-
updatedAt
|
|
111
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
146
112
|
/** The type of the datatype */
|
|
147
|
-
variant
|
|
113
|
+
variant?: Maybe<DataTypeVariant>;
|
|
148
114
|
}
|
|
149
115
|
|
|
150
116
|
|
|
@@ -169,20 +135,20 @@ export interface DataTypeRulesArgs {
|
|
|
169
135
|
export interface DataTypeConnection {
|
|
170
136
|
__typename?: 'DataTypeConnection';
|
|
171
137
|
/** Total count of collection. */
|
|
172
|
-
count
|
|
138
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
173
139
|
/** A list of edges. */
|
|
174
140
|
edges?: Maybe<Array<Maybe<DataTypeEdge>>>;
|
|
175
141
|
/** A list of nodes. */
|
|
176
142
|
nodes?: Maybe<Array<Maybe<DataType>>>;
|
|
177
143
|
/** Information to aid in pagination. */
|
|
178
|
-
pageInfo
|
|
144
|
+
pageInfo?: Maybe<PageInfo>;
|
|
179
145
|
}
|
|
180
146
|
|
|
181
147
|
/** An edge in a connection. */
|
|
182
148
|
export interface DataTypeEdge {
|
|
183
149
|
__typename?: 'DataTypeEdge';
|
|
184
150
|
/** A cursor for use in pagination. */
|
|
185
|
-
cursor
|
|
151
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
186
152
|
/** The item at the end of the edge. */
|
|
187
153
|
node?: Maybe<DataType>;
|
|
188
154
|
}
|
|
@@ -191,7 +157,7 @@ export interface DataTypeEdge {
|
|
|
191
157
|
export interface DataTypeIdentifier {
|
|
192
158
|
__typename?: 'DataTypeIdentifier';
|
|
193
159
|
/** Time when this DataTypeIdentifier was created */
|
|
194
|
-
createdAt
|
|
160
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
195
161
|
/** The data type of the data type identifier. */
|
|
196
162
|
dataType?: Maybe<DataType>;
|
|
197
163
|
/** The generic key of the data type identifier. */
|
|
@@ -199,9 +165,9 @@ export interface DataTypeIdentifier {
|
|
|
199
165
|
/** The generic type of the data type identifier. */
|
|
200
166
|
genericType?: Maybe<GenericType>;
|
|
201
167
|
/** Global ID of this DataTypeIdentifier */
|
|
202
|
-
id
|
|
168
|
+
id?: Maybe<Scalars['DataTypeIdentifierID']['output']>;
|
|
203
169
|
/** Time when this DataTypeIdentifier was last updated */
|
|
204
|
-
updatedAt
|
|
170
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
205
171
|
}
|
|
206
172
|
|
|
207
173
|
/** Input type for data type identifier */
|
|
@@ -218,72 +184,72 @@ export interface DataTypeIdentifierInput {
|
|
|
218
184
|
export interface DataTypeRule {
|
|
219
185
|
__typename?: 'DataTypeRule';
|
|
220
186
|
/** The configuration of the rule */
|
|
221
|
-
config
|
|
187
|
+
config?: Maybe<DataTypeRulesConfig>;
|
|
222
188
|
/** Time when this DataTypeRule was created */
|
|
223
|
-
createdAt
|
|
189
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
224
190
|
/** Global ID of this DataTypeRule */
|
|
225
|
-
id
|
|
191
|
+
id?: Maybe<Scalars['DataTypeRuleID']['output']>;
|
|
226
192
|
/** Time when this DataTypeRule was last updated */
|
|
227
|
-
updatedAt
|
|
193
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
228
194
|
/** The type of the rule */
|
|
229
|
-
variant
|
|
195
|
+
variant?: Maybe<DataTypeRulesVariant>;
|
|
230
196
|
}
|
|
231
197
|
|
|
232
198
|
/** The connection type for DataTypeRule. */
|
|
233
199
|
export interface DataTypeRuleConnection {
|
|
234
200
|
__typename?: 'DataTypeRuleConnection';
|
|
235
201
|
/** Total count of collection. */
|
|
236
|
-
count
|
|
202
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
237
203
|
/** A list of edges. */
|
|
238
204
|
edges?: Maybe<Array<Maybe<DataTypeRuleEdge>>>;
|
|
239
205
|
/** A list of nodes. */
|
|
240
206
|
nodes?: Maybe<Array<Maybe<DataTypeRule>>>;
|
|
241
207
|
/** Information to aid in pagination. */
|
|
242
|
-
pageInfo
|
|
208
|
+
pageInfo?: Maybe<PageInfo>;
|
|
243
209
|
}
|
|
244
210
|
|
|
245
211
|
/** An edge in a connection. */
|
|
246
212
|
export interface DataTypeRuleEdge {
|
|
247
213
|
__typename?: 'DataTypeRuleEdge';
|
|
248
214
|
/** A cursor for use in pagination. */
|
|
249
|
-
cursor
|
|
215
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
250
216
|
/** The item at the end of the edge. */
|
|
251
217
|
node?: Maybe<DataTypeRule>;
|
|
252
218
|
}
|
|
253
219
|
|
|
254
220
|
/** Represents a rule that can be applied to a data type. */
|
|
255
|
-
export type DataTypeRulesConfig = DataTypeRulesContainsKeyConfig | DataTypeRulesContainsTypeConfig | DataTypeRulesInputTypesConfig | DataTypeRulesItemOfCollectionConfig | DataTypeRulesNumberRangeConfig | DataTypeRulesRegexConfig | DataTypeRulesReturnTypeConfig;
|
|
221
|
+
export type DataTypeRulesConfig = DataTypeRulesContainsKeyConfig | DataTypeRulesContainsTypeConfig | DataTypeRulesInputTypesConfig | DataTypeRulesItemOfCollectionConfig | DataTypeRulesNumberRangeConfig | DataTypeRulesParentTypeConfig | DataTypeRulesRegexConfig | DataTypeRulesReturnTypeConfig;
|
|
256
222
|
|
|
257
223
|
/** Represents a rule that can be applied to a data type. */
|
|
258
224
|
export interface DataTypeRulesContainsKeyConfig {
|
|
259
225
|
__typename?: 'DataTypeRulesContainsKeyConfig';
|
|
260
226
|
/** The identifier of the data type this rule belongs to */
|
|
261
|
-
dataTypeIdentifier
|
|
227
|
+
dataTypeIdentifier?: Maybe<DataTypeIdentifier>;
|
|
262
228
|
/** The key of the rule */
|
|
263
|
-
key
|
|
229
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
264
230
|
}
|
|
265
231
|
|
|
266
232
|
/** Represents a rule that can be applied to a data type. */
|
|
267
233
|
export interface DataTypeRulesContainsTypeConfig {
|
|
268
234
|
__typename?: 'DataTypeRulesContainsTypeConfig';
|
|
269
235
|
/** The identifier of the data type this rule belongs to */
|
|
270
|
-
dataTypeIdentifier
|
|
236
|
+
dataTypeIdentifier?: Maybe<DataTypeIdentifier>;
|
|
271
237
|
}
|
|
272
238
|
|
|
273
239
|
/** Represents a subtype of input type configuration for a input data type. */
|
|
274
240
|
export interface DataTypeRulesInputTypeConfig {
|
|
275
241
|
__typename?: 'DataTypeRulesInputTypeConfig';
|
|
276
242
|
/** The identifier of the data type this input type belongs to */
|
|
277
|
-
dataTypeIdentifier
|
|
243
|
+
dataTypeIdentifier?: Maybe<DataTypeIdentifier>;
|
|
278
244
|
/** The input data type that this configuration applies to */
|
|
279
|
-
inputType
|
|
245
|
+
inputType?: Maybe<DataType>;
|
|
280
246
|
}
|
|
281
247
|
|
|
282
248
|
/** Represents a rule that can be applied to a data type. */
|
|
283
249
|
export interface DataTypeRulesInputTypesConfig {
|
|
284
250
|
__typename?: 'DataTypeRulesInputTypesConfig';
|
|
285
251
|
/** The input types that can be used in this data type rule */
|
|
286
|
-
inputTypes
|
|
252
|
+
inputTypes?: Maybe<Array<DataTypeRulesInputTypeConfig>>;
|
|
287
253
|
}
|
|
288
254
|
|
|
289
255
|
/** Represents a rule that can be applied to a data type. */
|
|
@@ -297,25 +263,32 @@ export interface DataTypeRulesItemOfCollectionConfig {
|
|
|
297
263
|
export interface DataTypeRulesNumberRangeConfig {
|
|
298
264
|
__typename?: 'DataTypeRulesNumberRangeConfig';
|
|
299
265
|
/** The minimum value of the range */
|
|
300
|
-
from
|
|
266
|
+
from?: Maybe<Scalars['Int']['output']>;
|
|
301
267
|
/** The step value for the range, if applicable */
|
|
302
268
|
steps?: Maybe<Scalars['Int']['output']>;
|
|
303
269
|
/** The maximum value of the range */
|
|
304
|
-
to
|
|
270
|
+
to?: Maybe<Scalars['Int']['output']>;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
/** Represents a rule that can be applied to a data type. */
|
|
274
|
+
export interface DataTypeRulesParentTypeConfig {
|
|
275
|
+
__typename?: 'DataTypeRulesParentTypeConfig';
|
|
276
|
+
/** The data type identifier for the parent type. */
|
|
277
|
+
dataTypeIdentifier?: Maybe<DataTypeIdentifier>;
|
|
305
278
|
}
|
|
306
279
|
|
|
307
280
|
/** Represents a rule that can be applied to a data type. */
|
|
308
281
|
export interface DataTypeRulesRegexConfig {
|
|
309
282
|
__typename?: 'DataTypeRulesRegexConfig';
|
|
310
283
|
/** The regex pattern to match against the data type value. */
|
|
311
|
-
pattern
|
|
284
|
+
pattern?: Maybe<Scalars['String']['output']>;
|
|
312
285
|
}
|
|
313
286
|
|
|
314
287
|
/** Represents a rule that can be applied to a data type. */
|
|
315
288
|
export interface DataTypeRulesReturnTypeConfig {
|
|
316
289
|
__typename?: 'DataTypeRulesReturnTypeConfig';
|
|
317
290
|
/** The data type identifier for the return type. */
|
|
318
|
-
dataTypeIdentifier
|
|
291
|
+
dataTypeIdentifier?: Maybe<DataTypeIdentifier>;
|
|
319
292
|
}
|
|
320
293
|
|
|
321
294
|
/** The type of rule that can be applied to a data type. */
|
|
@@ -330,6 +303,8 @@ export enum DataTypeRulesVariant {
|
|
|
330
303
|
ItemOfCollection = 'ITEM_OF_COLLECTION',
|
|
331
304
|
/** The rule checks if a number falls within a specified range. */
|
|
332
305
|
NumberRange = 'NUMBER_RANGE',
|
|
306
|
+
/** The rule checks if the data type is a child of a specific parent type. */
|
|
307
|
+
ParentType = 'PARENT_TYPE',
|
|
333
308
|
/** The rule checks if a string matches a specified regular expression. */
|
|
334
309
|
Regex = 'REGEX',
|
|
335
310
|
/** The rule checks if the data type matches a specific return type. */
|
|
@@ -368,7 +343,7 @@ export interface EchoPayload {
|
|
|
368
343
|
/** A unique identifier for the client performing the mutation. */
|
|
369
344
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
370
345
|
/** Errors encountered during execution of the mutation. */
|
|
371
|
-
errors
|
|
346
|
+
errors?: Maybe<Array<Error>>;
|
|
372
347
|
/** Message returned to the user. */
|
|
373
348
|
message?: Maybe<Scalars['String']['output']>;
|
|
374
349
|
}
|
|
@@ -380,41 +355,52 @@ export type Error = ActiveModelError | MessageError;
|
|
|
380
355
|
export interface Flow {
|
|
381
356
|
__typename?: 'Flow';
|
|
382
357
|
/** Time when this Flow was created */
|
|
383
|
-
createdAt
|
|
358
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
384
359
|
/** Global ID of this Flow */
|
|
385
|
-
id
|
|
360
|
+
id?: Maybe<Scalars['FlowID']['output']>;
|
|
386
361
|
/** The input data type of the flow */
|
|
387
362
|
inputType?: Maybe<DataType>;
|
|
363
|
+
/** Nodes of the flow */
|
|
364
|
+
nodes?: Maybe<NodeFunctionConnection>;
|
|
388
365
|
/** The return data type of the flow */
|
|
389
366
|
returnType?: Maybe<DataType>;
|
|
390
367
|
/** The settings of the flow */
|
|
391
368
|
settings?: Maybe<Array<FlowSetting>>;
|
|
392
|
-
/** The starting node of the flow */
|
|
393
|
-
|
|
369
|
+
/** The ID of the starting node of the flow */
|
|
370
|
+
startingNodeId?: Maybe<Scalars['NodeFunctionID']['output']>;
|
|
394
371
|
/** The flow type of the flow */
|
|
395
|
-
type
|
|
372
|
+
type?: Maybe<FlowType>;
|
|
396
373
|
/** Time when this Flow was last updated */
|
|
397
|
-
updatedAt
|
|
374
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
/** Represents a flow */
|
|
379
|
+
export interface FlowNodesArgs {
|
|
380
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
381
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
382
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
383
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
398
384
|
}
|
|
399
385
|
|
|
400
386
|
/** The connection type for Flow. */
|
|
401
387
|
export interface FlowConnection {
|
|
402
388
|
__typename?: 'FlowConnection';
|
|
403
389
|
/** Total count of collection. */
|
|
404
|
-
count
|
|
390
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
405
391
|
/** A list of edges. */
|
|
406
392
|
edges?: Maybe<Array<Maybe<FlowEdge>>>;
|
|
407
393
|
/** A list of nodes. */
|
|
408
394
|
nodes?: Maybe<Array<Maybe<Flow>>>;
|
|
409
395
|
/** Information to aid in pagination. */
|
|
410
|
-
pageInfo
|
|
396
|
+
pageInfo?: Maybe<PageInfo>;
|
|
411
397
|
}
|
|
412
398
|
|
|
413
399
|
/** An edge in a connection. */
|
|
414
400
|
export interface FlowEdge {
|
|
415
401
|
__typename?: 'FlowEdge';
|
|
416
402
|
/** A cursor for use in pagination. */
|
|
417
|
-
cursor
|
|
403
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
418
404
|
/** The item at the end of the edge. */
|
|
419
405
|
node?: Maybe<Flow>;
|
|
420
406
|
}
|
|
@@ -433,15 +419,15 @@ export interface FlowInput {
|
|
|
433
419
|
export interface FlowSetting {
|
|
434
420
|
__typename?: 'FlowSetting';
|
|
435
421
|
/** Time when this FlowSetting was created */
|
|
436
|
-
createdAt
|
|
422
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
437
423
|
/** The identifier of the flow setting */
|
|
438
|
-
flowSettingId
|
|
424
|
+
flowSettingId?: Maybe<Scalars['String']['output']>;
|
|
439
425
|
/** Global ID of this FlowSetting */
|
|
440
|
-
id
|
|
426
|
+
id?: Maybe<Scalars['FlowSettingID']['output']>;
|
|
441
427
|
/** Time when this FlowSetting was last updated */
|
|
442
|
-
updatedAt
|
|
428
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
443
429
|
/** The value of the flow setting */
|
|
444
|
-
value
|
|
430
|
+
value?: Maybe<Scalars['JSON']['output']>;
|
|
445
431
|
}
|
|
446
432
|
|
|
447
433
|
/** Input type for flow settings */
|
|
@@ -456,17 +442,17 @@ export interface FlowSettingInput {
|
|
|
456
442
|
export interface FlowType {
|
|
457
443
|
__typename?: 'FlowType';
|
|
458
444
|
/** Time when this FlowType was created */
|
|
459
|
-
createdAt
|
|
445
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
460
446
|
/** Descriptions of the flow type */
|
|
461
447
|
descriptions?: Maybe<TranslationConnection>;
|
|
462
448
|
/** Editable status of the flow type */
|
|
463
|
-
editable
|
|
449
|
+
editable?: Maybe<Scalars['Boolean']['output']>;
|
|
464
450
|
/** Flow type settings of the flow type */
|
|
465
|
-
flowTypeSettings
|
|
451
|
+
flowTypeSettings?: Maybe<Array<FlowTypeSetting>>;
|
|
466
452
|
/** Global ID of this FlowType */
|
|
467
|
-
id
|
|
453
|
+
id?: Maybe<Scalars['TypesFlowTypeID']['output']>;
|
|
468
454
|
/** Identifier of the flow type */
|
|
469
|
-
identifier
|
|
455
|
+
identifier?: Maybe<Scalars['String']['output']>;
|
|
470
456
|
/** Input type of the flow type */
|
|
471
457
|
inputType?: Maybe<DataType>;
|
|
472
458
|
/** Names of the flow type */
|
|
@@ -474,7 +460,7 @@ export interface FlowType {
|
|
|
474
460
|
/** Return type of the flow type */
|
|
475
461
|
returnType?: Maybe<DataType>;
|
|
476
462
|
/** Time when this FlowType was last updated */
|
|
477
|
-
updatedAt
|
|
463
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
478
464
|
}
|
|
479
465
|
|
|
480
466
|
|
|
@@ -499,20 +485,20 @@ export interface FlowTypeNamesArgs {
|
|
|
499
485
|
export interface FlowTypeConnection {
|
|
500
486
|
__typename?: 'FlowTypeConnection';
|
|
501
487
|
/** Total count of collection. */
|
|
502
|
-
count
|
|
488
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
503
489
|
/** A list of edges. */
|
|
504
490
|
edges?: Maybe<Array<Maybe<FlowTypeEdge>>>;
|
|
505
491
|
/** A list of nodes. */
|
|
506
492
|
nodes?: Maybe<Array<Maybe<FlowType>>>;
|
|
507
493
|
/** Information to aid in pagination. */
|
|
508
|
-
pageInfo
|
|
494
|
+
pageInfo?: Maybe<PageInfo>;
|
|
509
495
|
}
|
|
510
496
|
|
|
511
497
|
/** An edge in a connection. */
|
|
512
498
|
export interface FlowTypeEdge {
|
|
513
499
|
__typename?: 'FlowTypeEdge';
|
|
514
500
|
/** A cursor for use in pagination. */
|
|
515
|
-
cursor
|
|
501
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
516
502
|
/** The item at the end of the edge. */
|
|
517
503
|
node?: Maybe<FlowType>;
|
|
518
504
|
}
|
|
@@ -521,23 +507,23 @@ export interface FlowTypeEdge {
|
|
|
521
507
|
export interface FlowTypeSetting {
|
|
522
508
|
__typename?: 'FlowTypeSetting';
|
|
523
509
|
/** Time when this FlowTypeSetting was created */
|
|
524
|
-
createdAt
|
|
510
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
525
511
|
/** Data type of the flow type setting */
|
|
526
512
|
dataType?: Maybe<DataType>;
|
|
527
513
|
/** Descriptions of the flow type setting */
|
|
528
|
-
descriptions
|
|
514
|
+
descriptions?: Maybe<TranslationConnection>;
|
|
529
515
|
/** Flow type of the flow type setting */
|
|
530
516
|
flowType?: Maybe<FlowType>;
|
|
531
517
|
/** Global ID of this FlowTypeSetting */
|
|
532
|
-
id
|
|
518
|
+
id?: Maybe<Scalars['FlowTypeSettingID']['output']>;
|
|
533
519
|
/** Identifier of the flow type setting */
|
|
534
|
-
identifier
|
|
520
|
+
identifier?: Maybe<Scalars['String']['output']>;
|
|
535
521
|
/** Names of the flow type setting */
|
|
536
|
-
names
|
|
522
|
+
names?: Maybe<TranslationConnection>;
|
|
537
523
|
/** Unique status of the flow type setting */
|
|
538
|
-
unique
|
|
524
|
+
unique?: Maybe<Scalars['Boolean']['output']>;
|
|
539
525
|
/** Time when this FlowTypeSetting was last updated */
|
|
540
|
-
updatedAt
|
|
526
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
541
527
|
}
|
|
542
528
|
|
|
543
529
|
|
|
@@ -562,21 +548,38 @@ export interface FlowTypeSettingNamesArgs {
|
|
|
562
548
|
export interface FunctionDefinition {
|
|
563
549
|
__typename?: 'FunctionDefinition';
|
|
564
550
|
/** Time when this FunctionDefinition was created */
|
|
565
|
-
createdAt
|
|
551
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
552
|
+
/** Deprecation message of the function */
|
|
553
|
+
deprecationMessages?: Maybe<TranslationConnection>;
|
|
566
554
|
/** Description of the function */
|
|
567
555
|
descriptions?: Maybe<TranslationConnection>;
|
|
568
556
|
/** Documentation of the function */
|
|
569
557
|
documentations?: Maybe<TranslationConnection>;
|
|
558
|
+
/** Generic keys of the function */
|
|
559
|
+
genericKeys?: Maybe<Array<Scalars['String']['output']>>;
|
|
570
560
|
/** Global ID of this FunctionDefinition */
|
|
571
|
-
id
|
|
561
|
+
id?: Maybe<Scalars['FunctionDefinitionID']['output']>;
|
|
572
562
|
/** Name of the function */
|
|
573
563
|
names?: Maybe<TranslationConnection>;
|
|
574
564
|
/** Parameters of the function */
|
|
575
565
|
parameterDefinitions?: Maybe<ParameterDefinitionConnection>;
|
|
576
566
|
/** Return type of the function */
|
|
577
567
|
returnType?: Maybe<DataTypeIdentifier>;
|
|
568
|
+
/** Runtime function definition */
|
|
569
|
+
runtimeFunctionDefinition?: Maybe<RuntimeFunctionDefinition>;
|
|
570
|
+
/** Indicates if the function can throw an error */
|
|
571
|
+
throwsError?: Maybe<Scalars['Boolean']['output']>;
|
|
578
572
|
/** Time when this FunctionDefinition was last updated */
|
|
579
|
-
updatedAt
|
|
573
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
/** Represents a function definition */
|
|
578
|
+
export interface FunctionDefinitionDeprecationMessagesArgs {
|
|
579
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
580
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
581
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
582
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
580
583
|
}
|
|
581
584
|
|
|
582
585
|
|
|
@@ -619,37 +622,62 @@ export interface FunctionDefinitionParameterDefinitionsArgs {
|
|
|
619
622
|
export interface FunctionDefinitionConnection {
|
|
620
623
|
__typename?: 'FunctionDefinitionConnection';
|
|
621
624
|
/** Total count of collection. */
|
|
622
|
-
count
|
|
625
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
623
626
|
/** A list of edges. */
|
|
624
627
|
edges?: Maybe<Array<Maybe<FunctionDefinitionEdge>>>;
|
|
625
628
|
/** A list of nodes. */
|
|
626
629
|
nodes?: Maybe<Array<Maybe<FunctionDefinition>>>;
|
|
627
630
|
/** Information to aid in pagination. */
|
|
628
|
-
pageInfo
|
|
631
|
+
pageInfo?: Maybe<PageInfo>;
|
|
629
632
|
}
|
|
630
633
|
|
|
631
634
|
/** An edge in a connection. */
|
|
632
635
|
export interface FunctionDefinitionEdge {
|
|
633
636
|
__typename?: 'FunctionDefinitionEdge';
|
|
634
637
|
/** A cursor for use in pagination. */
|
|
635
|
-
cursor
|
|
638
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
636
639
|
/** The item at the end of the edge. */
|
|
637
640
|
node?: Maybe<FunctionDefinition>;
|
|
638
641
|
}
|
|
639
642
|
|
|
643
|
+
/** Represents a combination strategy with AND/OR logic used by a generic mapper. */
|
|
644
|
+
export interface GenericCombinationStrategy {
|
|
645
|
+
__typename?: 'GenericCombinationStrategy';
|
|
646
|
+
/** Time when this GenericCombinationStrategy was created */
|
|
647
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
648
|
+
/** The associated generic mapper, if any. */
|
|
649
|
+
genericMapper?: Maybe<GenericMapper>;
|
|
650
|
+
/** Global ID of this GenericCombinationStrategy */
|
|
651
|
+
id?: Maybe<Scalars['GenericCombinationStrategyID']['output']>;
|
|
652
|
+
/** The combination type ('AND' or 'OR'). */
|
|
653
|
+
type?: Maybe<GenericCombinationStrategyType>;
|
|
654
|
+
/** Time when this GenericCombinationStrategy was last updated */
|
|
655
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
/** The available combination strategy types. */
|
|
659
|
+
export enum GenericCombinationStrategyType {
|
|
660
|
+
/** Represents a logical AND combination. */
|
|
661
|
+
And = 'AND',
|
|
662
|
+
/** Represents a logical OR combination. */
|
|
663
|
+
Or = 'OR'
|
|
664
|
+
}
|
|
665
|
+
|
|
640
666
|
/** Represents a mapping between a source data type and a target key for generic values. */
|
|
641
667
|
export interface GenericMapper {
|
|
642
668
|
__typename?: 'GenericMapper';
|
|
643
669
|
/** Time when this GenericMapper was created */
|
|
644
|
-
createdAt
|
|
670
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
671
|
+
/** Combination strategies associated with this generic mapper. */
|
|
672
|
+
genericCombinationStrategies?: Maybe<Array<GenericCombinationStrategy>>;
|
|
645
673
|
/** Global ID of this GenericMapper */
|
|
646
|
-
id
|
|
674
|
+
id?: Maybe<Scalars['GenericMapperID']['output']>;
|
|
647
675
|
/** The source data type identifier. */
|
|
648
|
-
|
|
676
|
+
sources?: Maybe<Array<DataTypeIdentifier>>;
|
|
649
677
|
/** The target key for the generic value. */
|
|
650
|
-
target
|
|
678
|
+
target?: Maybe<Scalars['String']['output']>;
|
|
651
679
|
/** Time when this GenericMapper was last updated */
|
|
652
|
-
updatedAt
|
|
680
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
653
681
|
}
|
|
654
682
|
|
|
655
683
|
/** Input type for generic mappers */
|
|
@@ -664,15 +692,15 @@ export interface GenericMapperInput {
|
|
|
664
692
|
export interface GenericType {
|
|
665
693
|
__typename?: 'GenericType';
|
|
666
694
|
/** Time when this GenericType was created */
|
|
667
|
-
createdAt
|
|
695
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
668
696
|
/** The data type associated with this generic type. */
|
|
669
|
-
dataType
|
|
697
|
+
dataType?: Maybe<DataType>;
|
|
670
698
|
/** The mappers associated with this generic type. */
|
|
671
|
-
genericMappers
|
|
699
|
+
genericMappers?: Maybe<Array<GenericMapper>>;
|
|
672
700
|
/** Global ID of this GenericType */
|
|
673
|
-
id
|
|
701
|
+
id?: Maybe<Scalars['GenericTypeID']['output']>;
|
|
674
702
|
/** Time when this GenericType was last updated */
|
|
675
|
-
updatedAt
|
|
703
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
676
704
|
}
|
|
677
705
|
|
|
678
706
|
/** Input type for generic type operations. */
|
|
@@ -693,18 +721,18 @@ export interface IdentityInput {
|
|
|
693
721
|
export interface LiteralValue {
|
|
694
722
|
__typename?: 'LiteralValue';
|
|
695
723
|
/** Time when this LiteralValue was created */
|
|
696
|
-
createdAt
|
|
724
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
697
725
|
/** Time when this LiteralValue was last updated */
|
|
698
|
-
updatedAt
|
|
726
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
699
727
|
/** The literal value itself as JSON. */
|
|
700
|
-
value
|
|
728
|
+
value?: Maybe<Scalars['JSON']['output']>;
|
|
701
729
|
}
|
|
702
730
|
|
|
703
731
|
/** Represents an error message */
|
|
704
732
|
export interface MessageError {
|
|
705
733
|
__typename?: 'MessageError';
|
|
706
734
|
/** The message provided from the error */
|
|
707
|
-
message
|
|
735
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
708
736
|
}
|
|
709
737
|
|
|
710
738
|
/** Represents the input for mfa authentication */
|
|
@@ -733,6 +761,7 @@ export interface Mutation {
|
|
|
733
761
|
*
|
|
734
762
|
* This is expected to be used for testing of endpoints, to verify
|
|
735
763
|
* that a user has mutation access.
|
|
764
|
+
*
|
|
736
765
|
*/
|
|
737
766
|
echo?: Maybe<EchoPayload>;
|
|
738
767
|
/** Create a new namespace license. */
|
|
@@ -781,6 +810,8 @@ export interface Mutation {
|
|
|
781
810
|
runtimesRotateToken?: Maybe<RuntimesRotateTokenPayload>;
|
|
782
811
|
/** Update an existing runtime. */
|
|
783
812
|
runtimesUpdate?: Maybe<RuntimesUpdatePayload>;
|
|
813
|
+
/** Verify your email when changing it or signing up */
|
|
814
|
+
usersEmailVerification?: Maybe<UsersEmailVerificationPayload>;
|
|
784
815
|
/** Links an external identity to an existing user */
|
|
785
816
|
usersIdentityLink?: Maybe<UsersIdentityLinkPayload>;
|
|
786
817
|
/** Login to an existing user via an external identity */
|
|
@@ -956,6 +987,12 @@ export interface MutationRuntimesUpdateArgs {
|
|
|
956
987
|
}
|
|
957
988
|
|
|
958
989
|
|
|
990
|
+
/** Root Mutation type */
|
|
991
|
+
export interface MutationUsersEmailVerificationArgs {
|
|
992
|
+
input: UsersEmailVerificationInput;
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
|
|
959
996
|
/** Root Mutation type */
|
|
960
997
|
export interface MutationUsersIdentityLinkArgs {
|
|
961
998
|
input: UsersIdentityLinkInput;
|
|
@@ -1025,23 +1062,23 @@ export interface MutationUsersUpdateArgs {
|
|
|
1025
1062
|
export interface Namespace {
|
|
1026
1063
|
__typename?: 'Namespace';
|
|
1027
1064
|
/** Time when this Namespace was created */
|
|
1028
|
-
createdAt
|
|
1065
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
1029
1066
|
/** Global ID of this Namespace */
|
|
1030
|
-
id
|
|
1067
|
+
id?: Maybe<Scalars['NamespaceID']['output']>;
|
|
1031
1068
|
/** Members of the namespace */
|
|
1032
|
-
members
|
|
1069
|
+
members?: Maybe<NamespaceMemberConnection>;
|
|
1033
1070
|
/** Licenses of the namespace */
|
|
1034
|
-
namespaceLicenses
|
|
1071
|
+
namespaceLicenses?: Maybe<NamespaceLicenseConnection>;
|
|
1035
1072
|
/** Parent of this namespace */
|
|
1036
|
-
parent
|
|
1073
|
+
parent?: Maybe<NamespaceParent>;
|
|
1037
1074
|
/** Projects of the namespace */
|
|
1038
|
-
projects
|
|
1075
|
+
projects?: Maybe<NamespaceProjectConnection>;
|
|
1039
1076
|
/** Roles of the namespace */
|
|
1040
|
-
roles
|
|
1077
|
+
roles?: Maybe<NamespaceRoleConnection>;
|
|
1041
1078
|
/** Runtime of the namespace */
|
|
1042
|
-
runtimes
|
|
1079
|
+
runtimes?: Maybe<RuntimeConnection>;
|
|
1043
1080
|
/** Time when this Namespace was last updated */
|
|
1044
|
-
updatedAt
|
|
1081
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
1045
1082
|
}
|
|
1046
1083
|
|
|
1047
1084
|
|
|
@@ -1093,33 +1130,33 @@ export interface NamespaceRuntimesArgs {
|
|
|
1093
1130
|
export interface NamespaceLicense {
|
|
1094
1131
|
__typename?: 'NamespaceLicense';
|
|
1095
1132
|
/** Time when this NamespaceLicense was created */
|
|
1096
|
-
createdAt
|
|
1133
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
1097
1134
|
/** Global ID of this NamespaceLicense */
|
|
1098
|
-
id
|
|
1135
|
+
id?: Maybe<Scalars['NamespaceLicenseID']['output']>;
|
|
1099
1136
|
/** The namespace the license belongs to */
|
|
1100
|
-
namespace
|
|
1137
|
+
namespace?: Maybe<Namespace>;
|
|
1101
1138
|
/** Time when this NamespaceLicense was last updated */
|
|
1102
|
-
updatedAt
|
|
1139
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
1103
1140
|
}
|
|
1104
1141
|
|
|
1105
1142
|
/** The connection type for NamespaceLicense. */
|
|
1106
1143
|
export interface NamespaceLicenseConnection {
|
|
1107
1144
|
__typename?: 'NamespaceLicenseConnection';
|
|
1108
1145
|
/** Total count of collection. */
|
|
1109
|
-
count
|
|
1146
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
1110
1147
|
/** A list of edges. */
|
|
1111
1148
|
edges?: Maybe<Array<Maybe<NamespaceLicenseEdge>>>;
|
|
1112
1149
|
/** A list of nodes. */
|
|
1113
1150
|
nodes?: Maybe<Array<Maybe<NamespaceLicense>>>;
|
|
1114
1151
|
/** Information to aid in pagination. */
|
|
1115
|
-
pageInfo
|
|
1152
|
+
pageInfo?: Maybe<PageInfo>;
|
|
1116
1153
|
}
|
|
1117
1154
|
|
|
1118
1155
|
/** An edge in a connection. */
|
|
1119
1156
|
export interface NamespaceLicenseEdge {
|
|
1120
1157
|
__typename?: 'NamespaceLicenseEdge';
|
|
1121
1158
|
/** A cursor for use in pagination. */
|
|
1122
|
-
cursor
|
|
1159
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
1123
1160
|
/** The item at the end of the edge. */
|
|
1124
1161
|
node?: Maybe<NamespaceLicense>;
|
|
1125
1162
|
}
|
|
@@ -1128,35 +1165,35 @@ export interface NamespaceLicenseEdge {
|
|
|
1128
1165
|
export interface NamespaceMember {
|
|
1129
1166
|
__typename?: 'NamespaceMember';
|
|
1130
1167
|
/** Time when this NamespaceMember was created */
|
|
1131
|
-
createdAt
|
|
1168
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
1132
1169
|
/** Global ID of this NamespaceMember */
|
|
1133
|
-
id
|
|
1170
|
+
id?: Maybe<Scalars['NamespaceMemberID']['output']>;
|
|
1134
1171
|
/** Namespace this member belongs to */
|
|
1135
|
-
namespace
|
|
1172
|
+
namespace?: Maybe<Namespace>;
|
|
1136
1173
|
/** Time when this NamespaceMember was last updated */
|
|
1137
|
-
updatedAt
|
|
1174
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
1138
1175
|
/** User this member belongs to */
|
|
1139
|
-
user
|
|
1176
|
+
user?: Maybe<User>;
|
|
1140
1177
|
}
|
|
1141
1178
|
|
|
1142
1179
|
/** The connection type for NamespaceMember. */
|
|
1143
1180
|
export interface NamespaceMemberConnection {
|
|
1144
1181
|
__typename?: 'NamespaceMemberConnection';
|
|
1145
1182
|
/** Total count of collection. */
|
|
1146
|
-
count
|
|
1183
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
1147
1184
|
/** A list of edges. */
|
|
1148
1185
|
edges?: Maybe<Array<Maybe<NamespaceMemberEdge>>>;
|
|
1149
1186
|
/** A list of nodes. */
|
|
1150
1187
|
nodes?: Maybe<Array<Maybe<NamespaceMember>>>;
|
|
1151
1188
|
/** Information to aid in pagination. */
|
|
1152
|
-
pageInfo
|
|
1189
|
+
pageInfo?: Maybe<PageInfo>;
|
|
1153
1190
|
}
|
|
1154
1191
|
|
|
1155
1192
|
/** An edge in a connection. */
|
|
1156
1193
|
export interface NamespaceMemberEdge {
|
|
1157
1194
|
__typename?: 'NamespaceMemberEdge';
|
|
1158
1195
|
/** A cursor for use in pagination. */
|
|
1159
|
-
cursor
|
|
1196
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
1160
1197
|
/** The item at the end of the edge. */
|
|
1161
1198
|
node?: Maybe<NamespaceMember>;
|
|
1162
1199
|
}
|
|
@@ -1165,15 +1202,15 @@ export interface NamespaceMemberEdge {
|
|
|
1165
1202
|
export interface NamespaceMemberRole {
|
|
1166
1203
|
__typename?: 'NamespaceMemberRole';
|
|
1167
1204
|
/** Time when this NamespaceMemberRole was created */
|
|
1168
|
-
createdAt
|
|
1205
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
1169
1206
|
/** Global ID of this NamespaceMemberRole */
|
|
1170
|
-
id
|
|
1207
|
+
id?: Maybe<Scalars['NamespaceMemberRoleID']['output']>;
|
|
1171
1208
|
/** The member the role is assigned to */
|
|
1172
1209
|
member?: Maybe<NamespaceMember>;
|
|
1173
1210
|
/** The assigned role */
|
|
1174
1211
|
role?: Maybe<NamespaceRole>;
|
|
1175
1212
|
/** Time when this NamespaceMemberRole was last updated */
|
|
1176
|
-
updatedAt
|
|
1213
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
1177
1214
|
}
|
|
1178
1215
|
|
|
1179
1216
|
/** Objects that can present a namespace */
|
|
@@ -1183,25 +1220,25 @@ export type NamespaceParent = Organization;
|
|
|
1183
1220
|
export interface NamespaceProject {
|
|
1184
1221
|
__typename?: 'NamespaceProject';
|
|
1185
1222
|
/** Time when this NamespaceProject was created */
|
|
1186
|
-
createdAt
|
|
1223
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
1187
1224
|
/** Description of the project */
|
|
1188
|
-
description
|
|
1225
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
1189
1226
|
/** Fetches an flow given by its ID */
|
|
1190
1227
|
flow?: Maybe<Flow>;
|
|
1191
1228
|
/** Fetches all flows in this project */
|
|
1192
1229
|
flows?: Maybe<FlowConnection>;
|
|
1193
1230
|
/** Global ID of this NamespaceProject */
|
|
1194
|
-
id
|
|
1231
|
+
id?: Maybe<Scalars['NamespaceProjectID']['output']>;
|
|
1195
1232
|
/** Name of the project */
|
|
1196
|
-
name
|
|
1233
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
1197
1234
|
/** The namespace where this project belongs to */
|
|
1198
|
-
namespace
|
|
1235
|
+
namespace?: Maybe<Namespace>;
|
|
1199
1236
|
/** The primary runtime for the project */
|
|
1200
1237
|
primaryRuntime?: Maybe<Runtime>;
|
|
1201
1238
|
/** Runtimes assigned to this project */
|
|
1202
|
-
runtimes
|
|
1239
|
+
runtimes?: Maybe<RuntimeConnection>;
|
|
1203
1240
|
/** Time when this NamespaceProject was last updated */
|
|
1204
|
-
updatedAt
|
|
1241
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
1205
1242
|
}
|
|
1206
1243
|
|
|
1207
1244
|
|
|
@@ -1232,20 +1269,20 @@ export interface NamespaceProjectRuntimesArgs {
|
|
|
1232
1269
|
export interface NamespaceProjectConnection {
|
|
1233
1270
|
__typename?: 'NamespaceProjectConnection';
|
|
1234
1271
|
/** Total count of collection. */
|
|
1235
|
-
count
|
|
1272
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
1236
1273
|
/** A list of edges. */
|
|
1237
1274
|
edges?: Maybe<Array<Maybe<NamespaceProjectEdge>>>;
|
|
1238
1275
|
/** A list of nodes. */
|
|
1239
1276
|
nodes?: Maybe<Array<Maybe<NamespaceProject>>>;
|
|
1240
1277
|
/** Information to aid in pagination. */
|
|
1241
|
-
pageInfo
|
|
1278
|
+
pageInfo?: Maybe<PageInfo>;
|
|
1242
1279
|
}
|
|
1243
1280
|
|
|
1244
1281
|
/** An edge in a connection. */
|
|
1245
1282
|
export interface NamespaceProjectEdge {
|
|
1246
1283
|
__typename?: 'NamespaceProjectEdge';
|
|
1247
1284
|
/** A cursor for use in pagination. */
|
|
1248
|
-
cursor
|
|
1285
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
1249
1286
|
/** The item at the end of the edge. */
|
|
1250
1287
|
node?: Maybe<NamespaceProject>;
|
|
1251
1288
|
}
|
|
@@ -1254,19 +1291,19 @@ export interface NamespaceProjectEdge {
|
|
|
1254
1291
|
export interface NamespaceRole {
|
|
1255
1292
|
__typename?: 'NamespaceRole';
|
|
1256
1293
|
/** The abilities the role is granted */
|
|
1257
|
-
abilities
|
|
1294
|
+
abilities?: Maybe<Array<NamespaceRoleAbility>>;
|
|
1258
1295
|
/** The projects this role is assigned to */
|
|
1259
1296
|
assignedProjects?: Maybe<NamespaceProjectConnection>;
|
|
1260
1297
|
/** Time when this NamespaceRole was created */
|
|
1261
|
-
createdAt
|
|
1298
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
1262
1299
|
/** Global ID of this NamespaceRole */
|
|
1263
|
-
id
|
|
1300
|
+
id?: Maybe<Scalars['NamespaceRoleID']['output']>;
|
|
1264
1301
|
/** The name of this role */
|
|
1265
|
-
name
|
|
1302
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
1266
1303
|
/** The namespace where this role belongs to */
|
|
1267
1304
|
namespace?: Maybe<Namespace>;
|
|
1268
1305
|
/** Time when this NamespaceRole was last updated */
|
|
1269
|
-
updatedAt
|
|
1306
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
1270
1307
|
}
|
|
1271
1308
|
|
|
1272
1309
|
|
|
@@ -1338,20 +1375,20 @@ export enum NamespaceRoleAbility {
|
|
|
1338
1375
|
export interface NamespaceRoleConnection {
|
|
1339
1376
|
__typename?: 'NamespaceRoleConnection';
|
|
1340
1377
|
/** Total count of collection. */
|
|
1341
|
-
count
|
|
1378
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
1342
1379
|
/** A list of edges. */
|
|
1343
1380
|
edges?: Maybe<Array<Maybe<NamespaceRoleEdge>>>;
|
|
1344
1381
|
/** A list of nodes. */
|
|
1345
1382
|
nodes?: Maybe<Array<Maybe<NamespaceRole>>>;
|
|
1346
1383
|
/** Information to aid in pagination. */
|
|
1347
|
-
pageInfo
|
|
1384
|
+
pageInfo?: Maybe<PageInfo>;
|
|
1348
1385
|
}
|
|
1349
1386
|
|
|
1350
1387
|
/** An edge in a connection. */
|
|
1351
1388
|
export interface NamespaceRoleEdge {
|
|
1352
1389
|
__typename?: 'NamespaceRoleEdge';
|
|
1353
1390
|
/** A cursor for use in pagination. */
|
|
1354
|
-
cursor
|
|
1391
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
1355
1392
|
/** The item at the end of the edge. */
|
|
1356
1393
|
node?: Maybe<NamespaceRole>;
|
|
1357
1394
|
}
|
|
@@ -1372,7 +1409,7 @@ export interface NamespacesLicensesCreatePayload {
|
|
|
1372
1409
|
/** A unique identifier for the client performing the mutation. */
|
|
1373
1410
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
1374
1411
|
/** Errors encountered during execution of the mutation. */
|
|
1375
|
-
errors
|
|
1412
|
+
errors?: Maybe<Array<Error>>;
|
|
1376
1413
|
/** The newly created license. */
|
|
1377
1414
|
namespaceLicense?: Maybe<NamespaceLicense>;
|
|
1378
1415
|
}
|
|
@@ -1391,7 +1428,7 @@ export interface NamespacesLicensesDeletePayload {
|
|
|
1391
1428
|
/** A unique identifier for the client performing the mutation. */
|
|
1392
1429
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
1393
1430
|
/** Errors encountered during execution of the mutation. */
|
|
1394
|
-
errors
|
|
1431
|
+
errors?: Maybe<Array<Error>>;
|
|
1395
1432
|
/** The deleted namespace license. */
|
|
1396
1433
|
namespaceLicense?: Maybe<NamespaceLicense>;
|
|
1397
1434
|
}
|
|
@@ -1412,7 +1449,7 @@ export interface NamespacesMembersAssignRolesPayload {
|
|
|
1412
1449
|
/** A unique identifier for the client performing the mutation. */
|
|
1413
1450
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
1414
1451
|
/** Errors encountered during execution of the mutation. */
|
|
1415
|
-
errors
|
|
1452
|
+
errors?: Maybe<Array<Error>>;
|
|
1416
1453
|
/** The roles the member is now assigned to */
|
|
1417
1454
|
namespaceMemberRoles?: Maybe<Array<NamespaceMemberRole>>;
|
|
1418
1455
|
}
|
|
@@ -1431,7 +1468,7 @@ export interface NamespacesMembersDeletePayload {
|
|
|
1431
1468
|
/** A unique identifier for the client performing the mutation. */
|
|
1432
1469
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
1433
1470
|
/** Errors encountered during execution of the mutation. */
|
|
1434
|
-
errors
|
|
1471
|
+
errors?: Maybe<Array<Error>>;
|
|
1435
1472
|
/** The removed namespace member */
|
|
1436
1473
|
namespaceMember?: Maybe<NamespaceMember>;
|
|
1437
1474
|
}
|
|
@@ -1452,7 +1489,7 @@ export interface NamespacesMembersInvitePayload {
|
|
|
1452
1489
|
/** A unique identifier for the client performing the mutation. */
|
|
1453
1490
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
1454
1491
|
/** Errors encountered during execution of the mutation. */
|
|
1455
|
-
errors
|
|
1492
|
+
errors?: Maybe<Array<Error>>;
|
|
1456
1493
|
/** The newly created namespace member */
|
|
1457
1494
|
namespaceMember?: Maybe<NamespaceMember>;
|
|
1458
1495
|
}
|
|
@@ -1473,7 +1510,7 @@ export interface NamespacesProjectsAssignRuntimesPayload {
|
|
|
1473
1510
|
/** A unique identifier for the client performing the mutation. */
|
|
1474
1511
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
1475
1512
|
/** Errors encountered during execution of the mutation. */
|
|
1476
|
-
errors
|
|
1513
|
+
errors?: Maybe<Array<Error>>;
|
|
1477
1514
|
/** The updated project with assigned runtimes */
|
|
1478
1515
|
namespaceProject?: Maybe<NamespaceProject>;
|
|
1479
1516
|
}
|
|
@@ -1496,7 +1533,7 @@ export interface NamespacesProjectsCreatePayload {
|
|
|
1496
1533
|
/** A unique identifier for the client performing the mutation. */
|
|
1497
1534
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
1498
1535
|
/** Errors encountered during execution of the mutation. */
|
|
1499
|
-
errors
|
|
1536
|
+
errors?: Maybe<Array<Error>>;
|
|
1500
1537
|
/** The newly created project. */
|
|
1501
1538
|
namespaceProject?: Maybe<NamespaceProject>;
|
|
1502
1539
|
}
|
|
@@ -1515,7 +1552,7 @@ export interface NamespacesProjectsDeletePayload {
|
|
|
1515
1552
|
/** A unique identifier for the client performing the mutation. */
|
|
1516
1553
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
1517
1554
|
/** Errors encountered during execution of the mutation. */
|
|
1518
|
-
errors
|
|
1555
|
+
errors?: Maybe<Array<Error>>;
|
|
1519
1556
|
/** The deleted project. */
|
|
1520
1557
|
namespaceProject?: Maybe<NamespaceProject>;
|
|
1521
1558
|
}
|
|
@@ -1536,7 +1573,7 @@ export interface NamespacesProjectsFlowsCreatePayload {
|
|
|
1536
1573
|
/** A unique identifier for the client performing the mutation. */
|
|
1537
1574
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
1538
1575
|
/** Errors encountered during execution of the mutation. */
|
|
1539
|
-
errors
|
|
1576
|
+
errors?: Maybe<Array<Error>>;
|
|
1540
1577
|
/** The newly created flow. */
|
|
1541
1578
|
flow?: Maybe<Flow>;
|
|
1542
1579
|
}
|
|
@@ -1555,7 +1592,7 @@ export interface NamespacesProjectsFlowsDeletePayload {
|
|
|
1555
1592
|
/** A unique identifier for the client performing the mutation. */
|
|
1556
1593
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
1557
1594
|
/** Errors encountered during execution of the mutation. */
|
|
1558
|
-
errors
|
|
1595
|
+
errors?: Maybe<Array<Error>>;
|
|
1559
1596
|
/** The deleted flow. */
|
|
1560
1597
|
flow?: Maybe<Flow>;
|
|
1561
1598
|
}
|
|
@@ -1580,7 +1617,7 @@ export interface NamespacesProjectsUpdatePayload {
|
|
|
1580
1617
|
/** A unique identifier for the client performing the mutation. */
|
|
1581
1618
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
1582
1619
|
/** Errors encountered during execution of the mutation. */
|
|
1583
|
-
errors
|
|
1620
|
+
errors?: Maybe<Array<Error>>;
|
|
1584
1621
|
/** The updated project. */
|
|
1585
1622
|
namespaceProject?: Maybe<NamespaceProject>;
|
|
1586
1623
|
}
|
|
@@ -1603,7 +1640,7 @@ export interface NamespacesRolesAssignAbilitiesPayload {
|
|
|
1603
1640
|
/** A unique identifier for the client performing the mutation. */
|
|
1604
1641
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
1605
1642
|
/** Errors encountered during execution of the mutation. */
|
|
1606
|
-
errors
|
|
1643
|
+
errors?: Maybe<Array<Error>>;
|
|
1607
1644
|
}
|
|
1608
1645
|
|
|
1609
1646
|
/** Autogenerated input type of NamespacesRolesAssignProjects */
|
|
@@ -1622,7 +1659,7 @@ export interface NamespacesRolesAssignProjectsPayload {
|
|
|
1622
1659
|
/** A unique identifier for the client performing the mutation. */
|
|
1623
1660
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
1624
1661
|
/** Errors encountered during execution of the mutation. */
|
|
1625
|
-
errors
|
|
1662
|
+
errors?: Maybe<Array<Error>>;
|
|
1626
1663
|
/** The now assigned projects */
|
|
1627
1664
|
projects?: Maybe<Array<NamespaceProject>>;
|
|
1628
1665
|
}
|
|
@@ -1643,7 +1680,7 @@ export interface NamespacesRolesCreatePayload {
|
|
|
1643
1680
|
/** A unique identifier for the client performing the mutation. */
|
|
1644
1681
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
1645
1682
|
/** Errors encountered during execution of the mutation. */
|
|
1646
|
-
errors
|
|
1683
|
+
errors?: Maybe<Array<Error>>;
|
|
1647
1684
|
/** The newly created namespace role */
|
|
1648
1685
|
namespaceRole?: Maybe<NamespaceRole>;
|
|
1649
1686
|
}
|
|
@@ -1662,7 +1699,7 @@ export interface NamespacesRolesDeletePayload {
|
|
|
1662
1699
|
/** A unique identifier for the client performing the mutation. */
|
|
1663
1700
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
1664
1701
|
/** Errors encountered during execution of the mutation. */
|
|
1665
|
-
errors
|
|
1702
|
+
errors?: Maybe<Array<Error>>;
|
|
1666
1703
|
/** The deleted namespace role */
|
|
1667
1704
|
namespaceRole?: Maybe<NamespaceRole>;
|
|
1668
1705
|
}
|
|
@@ -1683,7 +1720,7 @@ export interface NamespacesRolesUpdatePayload {
|
|
|
1683
1720
|
/** A unique identifier for the client performing the mutation. */
|
|
1684
1721
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
1685
1722
|
/** Errors encountered during execution of the mutation. */
|
|
1686
|
-
errors
|
|
1723
|
+
errors?: Maybe<Array<Error>>;
|
|
1687
1724
|
/** The updated namespace role. */
|
|
1688
1725
|
namespaceRole?: Maybe<NamespaceRole>;
|
|
1689
1726
|
}
|
|
@@ -1691,24 +1728,24 @@ export interface NamespacesRolesUpdatePayload {
|
|
|
1691
1728
|
/** An object with an ID. */
|
|
1692
1729
|
export interface Node {
|
|
1693
1730
|
/** ID of the object. */
|
|
1694
|
-
id
|
|
1731
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
1695
1732
|
}
|
|
1696
1733
|
|
|
1697
1734
|
/** Represents a Node Function */
|
|
1698
1735
|
export interface NodeFunction {
|
|
1699
1736
|
__typename?: 'NodeFunction';
|
|
1700
1737
|
/** Time when this NodeFunction was created */
|
|
1701
|
-
createdAt
|
|
1738
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
1702
1739
|
/** Global ID of this NodeFunction */
|
|
1703
|
-
id
|
|
1704
|
-
/** The next Node Function in the flow */
|
|
1705
|
-
|
|
1740
|
+
id?: Maybe<Scalars['NodeFunctionID']['output']>;
|
|
1741
|
+
/** The ID of the next Node Function in the flow */
|
|
1742
|
+
nextNodeId?: Maybe<Scalars['NodeFunctionID']['output']>;
|
|
1706
1743
|
/** The parameters of the Node Function */
|
|
1707
|
-
parameters
|
|
1744
|
+
parameters?: Maybe<NodeParameterConnection>;
|
|
1708
1745
|
/** The definition of the Node Function */
|
|
1709
|
-
runtimeFunction
|
|
1746
|
+
runtimeFunction?: Maybe<RuntimeFunctionDefinition>;
|
|
1710
1747
|
/** Time when this NodeFunction was last updated */
|
|
1711
|
-
updatedAt
|
|
1748
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
1712
1749
|
}
|
|
1713
1750
|
|
|
1714
1751
|
|
|
@@ -1720,6 +1757,28 @@ export interface NodeFunctionParametersArgs {
|
|
|
1720
1757
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
1721
1758
|
}
|
|
1722
1759
|
|
|
1760
|
+
/** The connection type for NodeFunction. */
|
|
1761
|
+
export interface NodeFunctionConnection {
|
|
1762
|
+
__typename?: 'NodeFunctionConnection';
|
|
1763
|
+
/** Total count of collection. */
|
|
1764
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
1765
|
+
/** A list of edges. */
|
|
1766
|
+
edges?: Maybe<Array<Maybe<NodeFunctionEdge>>>;
|
|
1767
|
+
/** A list of nodes. */
|
|
1768
|
+
nodes?: Maybe<Array<Maybe<NodeFunction>>>;
|
|
1769
|
+
/** Information to aid in pagination. */
|
|
1770
|
+
pageInfo?: Maybe<PageInfo>;
|
|
1771
|
+
}
|
|
1772
|
+
|
|
1773
|
+
/** An edge in a connection. */
|
|
1774
|
+
export interface NodeFunctionEdge {
|
|
1775
|
+
__typename?: 'NodeFunctionEdge';
|
|
1776
|
+
/** A cursor for use in pagination. */
|
|
1777
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
1778
|
+
/** The item at the end of the edge. */
|
|
1779
|
+
node?: Maybe<NodeFunction>;
|
|
1780
|
+
}
|
|
1781
|
+
|
|
1723
1782
|
/** Input type for a Node Function */
|
|
1724
1783
|
export interface NodeFunctionInput {
|
|
1725
1784
|
/** The next Node Function in the flow */
|
|
@@ -1734,13 +1793,13 @@ export interface NodeFunctionInput {
|
|
|
1734
1793
|
export interface NodeParameter {
|
|
1735
1794
|
__typename?: 'NodeParameter';
|
|
1736
1795
|
/** Time when this NodeParameter was created */
|
|
1737
|
-
createdAt
|
|
1796
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
1738
1797
|
/** Global ID of this NodeParameter */
|
|
1739
|
-
id
|
|
1798
|
+
id?: Maybe<Scalars['NodeParameterID']['output']>;
|
|
1740
1799
|
/** The definition of the parameter */
|
|
1741
|
-
runtimeParameter
|
|
1800
|
+
runtimeParameter?: Maybe<RuntimeParameterDefinition>;
|
|
1742
1801
|
/** Time when this NodeParameter was last updated */
|
|
1743
|
-
updatedAt
|
|
1802
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
1744
1803
|
/** The value of the parameter */
|
|
1745
1804
|
value?: Maybe<NodeParameterValue>;
|
|
1746
1805
|
}
|
|
@@ -1749,20 +1808,20 @@ export interface NodeParameter {
|
|
|
1749
1808
|
export interface NodeParameterConnection {
|
|
1750
1809
|
__typename?: 'NodeParameterConnection';
|
|
1751
1810
|
/** Total count of collection. */
|
|
1752
|
-
count
|
|
1811
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
1753
1812
|
/** A list of edges. */
|
|
1754
1813
|
edges?: Maybe<Array<Maybe<NodeParameterEdge>>>;
|
|
1755
1814
|
/** A list of nodes. */
|
|
1756
1815
|
nodes?: Maybe<Array<Maybe<NodeParameter>>>;
|
|
1757
1816
|
/** Information to aid in pagination. */
|
|
1758
|
-
pageInfo
|
|
1817
|
+
pageInfo?: Maybe<PageInfo>;
|
|
1759
1818
|
}
|
|
1760
1819
|
|
|
1761
1820
|
/** An edge in a connection. */
|
|
1762
1821
|
export interface NodeParameterEdge {
|
|
1763
1822
|
__typename?: 'NodeParameterEdge';
|
|
1764
1823
|
/** A cursor for use in pagination. */
|
|
1765
|
-
cursor
|
|
1824
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
1766
1825
|
/** The item at the end of the edge. */
|
|
1767
1826
|
node?: Maybe<NodeParameter>;
|
|
1768
1827
|
}
|
|
@@ -1792,15 +1851,15 @@ export interface NodeParameterValueInput {
|
|
|
1792
1851
|
export interface Organization {
|
|
1793
1852
|
__typename?: 'Organization';
|
|
1794
1853
|
/** Time when this Organization was created */
|
|
1795
|
-
createdAt
|
|
1854
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
1796
1855
|
/** Global ID of this Organization */
|
|
1797
|
-
id
|
|
1856
|
+
id?: Maybe<Scalars['OrganizationID']['output']>;
|
|
1798
1857
|
/** Name of the organization */
|
|
1799
|
-
name
|
|
1858
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
1800
1859
|
/** Namespace of this organization */
|
|
1801
|
-
namespace
|
|
1860
|
+
namespace?: Maybe<Namespace>;
|
|
1802
1861
|
/** Time when this Organization was last updated */
|
|
1803
|
-
updatedAt
|
|
1862
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
1804
1863
|
}
|
|
1805
1864
|
|
|
1806
1865
|
/** Autogenerated input type of OrganizationsCreate */
|
|
@@ -1817,7 +1876,7 @@ export interface OrganizationsCreatePayload {
|
|
|
1817
1876
|
/** A unique identifier for the client performing the mutation. */
|
|
1818
1877
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
1819
1878
|
/** Errors encountered during execution of the mutation. */
|
|
1820
|
-
errors
|
|
1879
|
+
errors?: Maybe<Array<Error>>;
|
|
1821
1880
|
/** The newly created organization. */
|
|
1822
1881
|
organization?: Maybe<Organization>;
|
|
1823
1882
|
}
|
|
@@ -1836,7 +1895,7 @@ export interface OrganizationsDeletePayload {
|
|
|
1836
1895
|
/** A unique identifier for the client performing the mutation. */
|
|
1837
1896
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
1838
1897
|
/** Errors encountered during execution of the mutation. */
|
|
1839
|
-
errors
|
|
1898
|
+
errors?: Maybe<Array<Error>>;
|
|
1840
1899
|
/** The deleted organization. */
|
|
1841
1900
|
organization?: Maybe<Organization>;
|
|
1842
1901
|
}
|
|
@@ -1857,7 +1916,7 @@ export interface OrganizationsUpdatePayload {
|
|
|
1857
1916
|
/** A unique identifier for the client performing the mutation. */
|
|
1858
1917
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
1859
1918
|
/** Errors encountered during execution of the mutation. */
|
|
1860
|
-
errors
|
|
1919
|
+
errors?: Maybe<Array<Error>>;
|
|
1861
1920
|
/** The updated organization. */
|
|
1862
1921
|
organization?: Maybe<Organization>;
|
|
1863
1922
|
}
|
|
@@ -1868,9 +1927,9 @@ export interface PageInfo {
|
|
|
1868
1927
|
/** When paginating forwards, the cursor to continue. */
|
|
1869
1928
|
endCursor?: Maybe<Scalars['String']['output']>;
|
|
1870
1929
|
/** When paginating forwards, are there more items? */
|
|
1871
|
-
hasNextPage
|
|
1930
|
+
hasNextPage?: Maybe<Scalars['Boolean']['output']>;
|
|
1872
1931
|
/** When paginating backwards, are there more items? */
|
|
1873
|
-
hasPreviousPage
|
|
1932
|
+
hasPreviousPage?: Maybe<Scalars['Boolean']['output']>;
|
|
1874
1933
|
/** When paginating backwards, the cursor to continue. */
|
|
1875
1934
|
startCursor?: Maybe<Scalars['String']['output']>;
|
|
1876
1935
|
}
|
|
@@ -1879,7 +1938,7 @@ export interface PageInfo {
|
|
|
1879
1938
|
export interface ParameterDefinition {
|
|
1880
1939
|
__typename?: 'ParameterDefinition';
|
|
1881
1940
|
/** Time when this ParameterDefinition was created */
|
|
1882
|
-
createdAt
|
|
1941
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
1883
1942
|
/** Data type of the parameter */
|
|
1884
1943
|
dataType?: Maybe<DataTypeIdentifier>;
|
|
1885
1944
|
/** Description of the parameter */
|
|
@@ -1887,11 +1946,11 @@ export interface ParameterDefinition {
|
|
|
1887
1946
|
/** Documentation of the parameter */
|
|
1888
1947
|
documentations?: Maybe<TranslationConnection>;
|
|
1889
1948
|
/** Global ID of this ParameterDefinition */
|
|
1890
|
-
id
|
|
1949
|
+
id?: Maybe<Scalars['ParameterDefinitionID']['output']>;
|
|
1891
1950
|
/** Name of the parameter */
|
|
1892
1951
|
names?: Maybe<TranslationConnection>;
|
|
1893
1952
|
/** Time when this ParameterDefinition was last updated */
|
|
1894
|
-
updatedAt
|
|
1953
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
1895
1954
|
}
|
|
1896
1955
|
|
|
1897
1956
|
|
|
@@ -1925,20 +1984,20 @@ export interface ParameterDefinitionNamesArgs {
|
|
|
1925
1984
|
export interface ParameterDefinitionConnection {
|
|
1926
1985
|
__typename?: 'ParameterDefinitionConnection';
|
|
1927
1986
|
/** Total count of collection. */
|
|
1928
|
-
count
|
|
1987
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
1929
1988
|
/** A list of edges. */
|
|
1930
1989
|
edges?: Maybe<Array<Maybe<ParameterDefinitionEdge>>>;
|
|
1931
1990
|
/** A list of nodes. */
|
|
1932
1991
|
nodes?: Maybe<Array<Maybe<ParameterDefinition>>>;
|
|
1933
1992
|
/** Information to aid in pagination. */
|
|
1934
|
-
pageInfo
|
|
1993
|
+
pageInfo?: Maybe<PageInfo>;
|
|
1935
1994
|
}
|
|
1936
1995
|
|
|
1937
1996
|
/** An edge in a connection. */
|
|
1938
1997
|
export interface ParameterDefinitionEdge {
|
|
1939
1998
|
__typename?: 'ParameterDefinitionEdge';
|
|
1940
1999
|
/** A cursor for use in pagination. */
|
|
1941
|
-
cursor
|
|
2000
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
1942
2001
|
/** The item at the end of the edge. */
|
|
1943
2002
|
node?: Maybe<ParameterDefinition>;
|
|
1944
2003
|
}
|
|
@@ -1953,9 +2012,9 @@ export interface Query {
|
|
|
1953
2012
|
/** Get the currently logged in user */
|
|
1954
2013
|
currentUser?: Maybe<User>;
|
|
1955
2014
|
/** Field available for use to test API access */
|
|
1956
|
-
echo
|
|
2015
|
+
echo?: Maybe<Scalars['String']['output']>;
|
|
1957
2016
|
/** Find runtimes */
|
|
1958
|
-
globalRuntimes
|
|
2017
|
+
globalRuntimes?: Maybe<RuntimeConnection>;
|
|
1959
2018
|
/** Find a namespace */
|
|
1960
2019
|
namespace?: Maybe<Namespace>;
|
|
1961
2020
|
/** Fetches an object given its ID */
|
|
@@ -1965,7 +2024,7 @@ export interface Query {
|
|
|
1965
2024
|
/** Find a organization */
|
|
1966
2025
|
organization?: Maybe<Organization>;
|
|
1967
2026
|
/** Find users */
|
|
1968
|
-
users
|
|
2027
|
+
users?: Maybe<UserConnection>;
|
|
1969
2028
|
}
|
|
1970
2029
|
|
|
1971
2030
|
|
|
@@ -2023,13 +2082,13 @@ export interface ReferencePath {
|
|
|
2023
2082
|
/** The array index of the referenced data by the path */
|
|
2024
2083
|
arrayIndex?: Maybe<Scalars['Int']['output']>;
|
|
2025
2084
|
/** Time when this ReferencePath was created */
|
|
2026
|
-
createdAt
|
|
2085
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
2027
2086
|
/** Global ID of this ReferencePath */
|
|
2028
|
-
id
|
|
2087
|
+
id?: Maybe<Scalars['ReferencePathID']['output']>;
|
|
2029
2088
|
/** The path to the reference in the flow */
|
|
2030
2089
|
path?: Maybe<Scalars['String']['output']>;
|
|
2031
2090
|
/** Time when this ReferencePath was last updated */
|
|
2032
|
-
updatedAt
|
|
2091
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
2033
2092
|
}
|
|
2034
2093
|
|
|
2035
2094
|
/** Input type for reference path */
|
|
@@ -2044,21 +2103,21 @@ export interface ReferencePathInput {
|
|
|
2044
2103
|
export interface ReferenceValue {
|
|
2045
2104
|
__typename?: 'ReferenceValue';
|
|
2046
2105
|
/** Time when this ReferenceValue was created */
|
|
2047
|
-
createdAt
|
|
2106
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
2048
2107
|
/** The identifier of the data type this reference value belongs to. */
|
|
2049
|
-
dataTypeIdentifier
|
|
2108
|
+
dataTypeIdentifier?: Maybe<DataTypeIdentifier>;
|
|
2109
|
+
/** The depth of the reference value. */
|
|
2110
|
+
depth?: Maybe<Scalars['Int']['output']>;
|
|
2050
2111
|
/** Global ID of this ReferenceValue */
|
|
2051
|
-
id
|
|
2052
|
-
/** The
|
|
2053
|
-
|
|
2112
|
+
id?: Maybe<Scalars['ReferenceValueID']['output']>;
|
|
2113
|
+
/** The node of the reference value. */
|
|
2114
|
+
node?: Maybe<Scalars['Int']['output']>;
|
|
2054
2115
|
/** The paths associated with this reference value. */
|
|
2055
|
-
referencePath
|
|
2056
|
-
/** The
|
|
2057
|
-
|
|
2058
|
-
/** The tertiary level of the reference value, if applicable. */
|
|
2059
|
-
tertiaryLevel?: Maybe<Scalars['Int']['output']>;
|
|
2116
|
+
referencePath?: Maybe<Array<ReferencePath>>;
|
|
2117
|
+
/** The scope of the reference value. */
|
|
2118
|
+
scope?: Maybe<Array<Scalars['Int']['output']>>;
|
|
2060
2119
|
/** Time when this ReferenceValue was last updated */
|
|
2061
|
-
updatedAt
|
|
2120
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
2062
2121
|
}
|
|
2063
2122
|
|
|
2064
2123
|
/** Input type for reference value */
|
|
@@ -2079,27 +2138,27 @@ export interface ReferenceValueInput {
|
|
|
2079
2138
|
export interface Runtime {
|
|
2080
2139
|
__typename?: 'Runtime';
|
|
2081
2140
|
/** Time when this Runtime was created */
|
|
2082
|
-
createdAt
|
|
2141
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
2083
2142
|
/** DataTypes of the runtime */
|
|
2084
|
-
dataTypes
|
|
2143
|
+
dataTypes?: Maybe<DataTypeConnection>;
|
|
2085
2144
|
/** The description for the runtime if present */
|
|
2086
|
-
description
|
|
2145
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
2087
2146
|
/** FlowTypes of the runtime */
|
|
2088
|
-
flowTypes
|
|
2147
|
+
flowTypes?: Maybe<FlowTypeConnection>;
|
|
2089
2148
|
/** Global ID of this Runtime */
|
|
2090
|
-
id
|
|
2149
|
+
id?: Maybe<Scalars['RuntimeID']['output']>;
|
|
2091
2150
|
/** The name for the runtime */
|
|
2092
|
-
name
|
|
2151
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
2093
2152
|
/** The parent namespace for the runtime */
|
|
2094
2153
|
namespace?: Maybe<Namespace>;
|
|
2095
2154
|
/** Projects associated with the runtime */
|
|
2096
|
-
projects
|
|
2155
|
+
projects?: Maybe<NamespaceProjectConnection>;
|
|
2097
2156
|
/** The status of the runtime */
|
|
2098
|
-
status
|
|
2157
|
+
status?: Maybe<RuntimeStatusType>;
|
|
2099
2158
|
/** Token belonging to the runtime, only present on creation */
|
|
2100
2159
|
token?: Maybe<Scalars['String']['output']>;
|
|
2101
2160
|
/** Time when this Runtime was last updated */
|
|
2102
|
-
updatedAt
|
|
2161
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
2103
2162
|
}
|
|
2104
2163
|
|
|
2105
2164
|
|
|
@@ -2133,20 +2192,20 @@ export interface RuntimeProjectsArgs {
|
|
|
2133
2192
|
export interface RuntimeConnection {
|
|
2134
2193
|
__typename?: 'RuntimeConnection';
|
|
2135
2194
|
/** Total count of collection. */
|
|
2136
|
-
count
|
|
2195
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
2137
2196
|
/** A list of edges. */
|
|
2138
2197
|
edges?: Maybe<Array<Maybe<RuntimeEdge>>>;
|
|
2139
2198
|
/** A list of nodes. */
|
|
2140
2199
|
nodes?: Maybe<Array<Maybe<Runtime>>>;
|
|
2141
2200
|
/** Information to aid in pagination. */
|
|
2142
|
-
pageInfo
|
|
2201
|
+
pageInfo?: Maybe<PageInfo>;
|
|
2143
2202
|
}
|
|
2144
2203
|
|
|
2145
2204
|
/** An edge in a connection. */
|
|
2146
2205
|
export interface RuntimeEdge {
|
|
2147
2206
|
__typename?: 'RuntimeEdge';
|
|
2148
2207
|
/** A cursor for use in pagination. */
|
|
2149
|
-
cursor
|
|
2208
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
2150
2209
|
/** The item at the end of the edge. */
|
|
2151
2210
|
node?: Maybe<Runtime>;
|
|
2152
2211
|
}
|
|
@@ -2155,13 +2214,17 @@ export interface RuntimeEdge {
|
|
|
2155
2214
|
export interface RuntimeFunctionDefinition {
|
|
2156
2215
|
__typename?: 'RuntimeFunctionDefinition';
|
|
2157
2216
|
/** Time when this RuntimeFunctionDefinition was created */
|
|
2158
|
-
createdAt
|
|
2217
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
2159
2218
|
/** Function definitions of the Node Function */
|
|
2160
2219
|
functionDefinitions?: Maybe<FunctionDefinitionConnection>;
|
|
2161
2220
|
/** Global ID of this RuntimeFunctionDefinition */
|
|
2162
|
-
id
|
|
2221
|
+
id?: Maybe<Scalars['RuntimeParameterDefinitionID']['output']>;
|
|
2222
|
+
/** Identifier of the Node Function */
|
|
2223
|
+
identifier?: Maybe<Scalars['String']['output']>;
|
|
2224
|
+
/** The runtime this Node Function belongs to */
|
|
2225
|
+
runtime?: Maybe<Runtime>;
|
|
2163
2226
|
/** Time when this RuntimeFunctionDefinition was last updated */
|
|
2164
|
-
updatedAt
|
|
2227
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
2165
2228
|
}
|
|
2166
2229
|
|
|
2167
2230
|
|
|
@@ -2177,11 +2240,11 @@ export interface RuntimeFunctionDefinitionFunctionDefinitionsArgs {
|
|
|
2177
2240
|
export interface RuntimeParameterDefinition {
|
|
2178
2241
|
__typename?: 'RuntimeParameterDefinition';
|
|
2179
2242
|
/** Time when this RuntimeParameterDefinition was created */
|
|
2180
|
-
createdAt
|
|
2243
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
2181
2244
|
/** Global ID of this RuntimeParameterDefinition */
|
|
2182
|
-
id
|
|
2245
|
+
id?: Maybe<Scalars['RuntimeParameterDefinitionID']['output']>;
|
|
2183
2246
|
/** Time when this RuntimeParameterDefinition was last updated */
|
|
2184
|
-
updatedAt
|
|
2247
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
2185
2248
|
}
|
|
2186
2249
|
|
|
2187
2250
|
/** Represent all available types of statuses of a runtime */
|
|
@@ -2210,7 +2273,7 @@ export interface RuntimesCreatePayload {
|
|
|
2210
2273
|
/** A unique identifier for the client performing the mutation. */
|
|
2211
2274
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
2212
2275
|
/** Errors encountered during execution of the mutation. */
|
|
2213
|
-
errors
|
|
2276
|
+
errors?: Maybe<Array<Error>>;
|
|
2214
2277
|
/** The newly created runtime. */
|
|
2215
2278
|
runtime?: Maybe<Runtime>;
|
|
2216
2279
|
}
|
|
@@ -2229,7 +2292,7 @@ export interface RuntimesDeletePayload {
|
|
|
2229
2292
|
/** A unique identifier for the client performing the mutation. */
|
|
2230
2293
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
2231
2294
|
/** Errors encountered during execution of the mutation. */
|
|
2232
|
-
errors
|
|
2295
|
+
errors?: Maybe<Array<Error>>;
|
|
2233
2296
|
/** The updated organization. */
|
|
2234
2297
|
runtime?: Maybe<Runtime>;
|
|
2235
2298
|
}
|
|
@@ -2248,7 +2311,7 @@ export interface RuntimesRotateTokenPayload {
|
|
|
2248
2311
|
/** A unique identifier for the client performing the mutation. */
|
|
2249
2312
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
2250
2313
|
/** Errors encountered during execution of the mutation. */
|
|
2251
|
-
errors
|
|
2314
|
+
errors?: Maybe<Array<Error>>;
|
|
2252
2315
|
/** The updated runtime. */
|
|
2253
2316
|
runtime?: Maybe<Runtime>;
|
|
2254
2317
|
}
|
|
@@ -2271,7 +2334,7 @@ export interface RuntimesUpdatePayload {
|
|
|
2271
2334
|
/** A unique identifier for the client performing the mutation. */
|
|
2272
2335
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
2273
2336
|
/** Errors encountered during execution of the mutation. */
|
|
2274
|
-
errors
|
|
2337
|
+
errors?: Maybe<Array<Error>>;
|
|
2275
2338
|
/** The updated runtime. */
|
|
2276
2339
|
runtime?: Maybe<Runtime>;
|
|
2277
2340
|
}
|
|
@@ -2280,29 +2343,29 @@ export interface RuntimesUpdatePayload {
|
|
|
2280
2343
|
export interface Translation {
|
|
2281
2344
|
__typename?: 'Translation';
|
|
2282
2345
|
/** Code of the translation */
|
|
2283
|
-
code
|
|
2346
|
+
code?: Maybe<Scalars['String']['output']>;
|
|
2284
2347
|
/** Content of the translation */
|
|
2285
|
-
content
|
|
2348
|
+
content?: Maybe<Scalars['String']['output']>;
|
|
2286
2349
|
}
|
|
2287
2350
|
|
|
2288
2351
|
/** The connection type for Translation. */
|
|
2289
2352
|
export interface TranslationConnection {
|
|
2290
2353
|
__typename?: 'TranslationConnection';
|
|
2291
2354
|
/** Total count of collection. */
|
|
2292
|
-
count
|
|
2355
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
2293
2356
|
/** A list of edges. */
|
|
2294
2357
|
edges?: Maybe<Array<Maybe<TranslationEdge>>>;
|
|
2295
2358
|
/** A list of nodes. */
|
|
2296
2359
|
nodes?: Maybe<Array<Maybe<Translation>>>;
|
|
2297
2360
|
/** Information to aid in pagination. */
|
|
2298
|
-
pageInfo
|
|
2361
|
+
pageInfo?: Maybe<PageInfo>;
|
|
2299
2362
|
}
|
|
2300
2363
|
|
|
2301
2364
|
/** An edge in a connection. */
|
|
2302
2365
|
export interface TranslationEdge {
|
|
2303
2366
|
__typename?: 'TranslationEdge';
|
|
2304
2367
|
/** A cursor for use in pagination. */
|
|
2305
|
-
cursor
|
|
2368
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
2306
2369
|
/** The item at the end of the edge. */
|
|
2307
2370
|
node?: Maybe<Translation>;
|
|
2308
2371
|
}
|
|
@@ -2311,27 +2374,27 @@ export interface TranslationEdge {
|
|
|
2311
2374
|
export interface User {
|
|
2312
2375
|
__typename?: 'User';
|
|
2313
2376
|
/** Global admin status of the user */
|
|
2314
|
-
admin
|
|
2377
|
+
admin?: Maybe<Scalars['Boolean']['output']>;
|
|
2315
2378
|
/** The avatar if present of the user */
|
|
2316
2379
|
avatarPath?: Maybe<Scalars['String']['output']>;
|
|
2317
2380
|
/** Time when this User was created */
|
|
2318
|
-
createdAt
|
|
2381
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
2319
2382
|
/** Email of the user */
|
|
2320
|
-
email
|
|
2383
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
2321
2384
|
/** Firstname of the user */
|
|
2322
|
-
firstname
|
|
2385
|
+
firstname?: Maybe<Scalars['String']['output']>;
|
|
2323
2386
|
/** Global ID of this User */
|
|
2324
|
-
id
|
|
2387
|
+
id?: Maybe<Scalars['UserID']['output']>;
|
|
2325
2388
|
/** Lastname of the user */
|
|
2326
|
-
lastname
|
|
2389
|
+
lastname?: Maybe<Scalars['String']['output']>;
|
|
2327
2390
|
/** Namespace of this user */
|
|
2328
2391
|
namespace?: Maybe<Namespace>;
|
|
2329
2392
|
/** Namespace Memberships of this user */
|
|
2330
|
-
namespaceMemberships
|
|
2393
|
+
namespaceMemberships?: Maybe<NamespaceMemberConnection>;
|
|
2331
2394
|
/** Time when this User was last updated */
|
|
2332
|
-
updatedAt
|
|
2395
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
2333
2396
|
/** Username of the user */
|
|
2334
|
-
username
|
|
2397
|
+
username?: Maybe<Scalars['String']['output']>;
|
|
2335
2398
|
}
|
|
2336
2399
|
|
|
2337
2400
|
|
|
@@ -2347,20 +2410,20 @@ export interface UserNamespaceMembershipsArgs {
|
|
|
2347
2410
|
export interface UserConnection {
|
|
2348
2411
|
__typename?: 'UserConnection';
|
|
2349
2412
|
/** Total count of collection. */
|
|
2350
|
-
count
|
|
2413
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
2351
2414
|
/** A list of edges. */
|
|
2352
2415
|
edges?: Maybe<Array<Maybe<UserEdge>>>;
|
|
2353
2416
|
/** A list of nodes. */
|
|
2354
2417
|
nodes?: Maybe<Array<Maybe<User>>>;
|
|
2355
2418
|
/** Information to aid in pagination. */
|
|
2356
|
-
pageInfo
|
|
2419
|
+
pageInfo?: Maybe<PageInfo>;
|
|
2357
2420
|
}
|
|
2358
2421
|
|
|
2359
2422
|
/** An edge in a connection. */
|
|
2360
2423
|
export interface UserEdge {
|
|
2361
2424
|
__typename?: 'UserEdge';
|
|
2362
2425
|
/** A cursor for use in pagination. */
|
|
2363
|
-
cursor
|
|
2426
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
2364
2427
|
/** The item at the end of the edge. */
|
|
2365
2428
|
node?: Maybe<User>;
|
|
2366
2429
|
}
|
|
@@ -2369,34 +2432,53 @@ export interface UserEdge {
|
|
|
2369
2432
|
export interface UserIdentity {
|
|
2370
2433
|
__typename?: 'UserIdentity';
|
|
2371
2434
|
/** Time when this UserIdentity was created */
|
|
2372
|
-
createdAt
|
|
2435
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
2373
2436
|
/** Global ID of this UserIdentity */
|
|
2374
|
-
id
|
|
2437
|
+
id?: Maybe<Scalars['UserIdentityID']['output']>;
|
|
2375
2438
|
/** The description for the runtime if present */
|
|
2376
|
-
identifier
|
|
2439
|
+
identifier?: Maybe<Scalars['String']['output']>;
|
|
2377
2440
|
/** The name for the runtime */
|
|
2378
|
-
providerId
|
|
2441
|
+
providerId?: Maybe<Scalars['String']['output']>;
|
|
2379
2442
|
/** Time when this UserIdentity was last updated */
|
|
2380
|
-
updatedAt
|
|
2443
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
2381
2444
|
/** The correlating user of the identity */
|
|
2382
|
-
user
|
|
2445
|
+
user?: Maybe<User>;
|
|
2383
2446
|
}
|
|
2384
2447
|
|
|
2385
2448
|
/** Represents a user session */
|
|
2386
2449
|
export interface UserSession {
|
|
2387
2450
|
__typename?: 'UserSession';
|
|
2388
2451
|
/** Whether or not the session is active and can be used */
|
|
2389
|
-
active
|
|
2452
|
+
active?: Maybe<Scalars['Boolean']['output']>;
|
|
2390
2453
|
/** Time when this UserSession was created */
|
|
2391
|
-
createdAt
|
|
2454
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
2392
2455
|
/** Global ID of this UserSession */
|
|
2393
|
-
id
|
|
2456
|
+
id?: Maybe<Scalars['UserSessionID']['output']>;
|
|
2394
2457
|
/** Token belonging to the session, only present on creation */
|
|
2395
2458
|
token?: Maybe<Scalars['String']['output']>;
|
|
2396
2459
|
/** Time when this UserSession was last updated */
|
|
2397
|
-
updatedAt
|
|
2460
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
2398
2461
|
/** User that belongs to the session */
|
|
2399
|
-
user
|
|
2462
|
+
user?: Maybe<User>;
|
|
2463
|
+
}
|
|
2464
|
+
|
|
2465
|
+
/** Autogenerated input type of UsersEmailVerification */
|
|
2466
|
+
export interface UsersEmailVerificationInput {
|
|
2467
|
+
/** A unique identifier for the client performing the mutation. */
|
|
2468
|
+
clientMutationId?: InputMaybe<Scalars['String']['input']>;
|
|
2469
|
+
/** The email verification token */
|
|
2470
|
+
token: Scalars['String']['input'];
|
|
2471
|
+
}
|
|
2472
|
+
|
|
2473
|
+
/** Autogenerated return type of UsersEmailVerification. */
|
|
2474
|
+
export interface UsersEmailVerificationPayload {
|
|
2475
|
+
__typename?: 'UsersEmailVerificationPayload';
|
|
2476
|
+
/** A unique identifier for the client performing the mutation. */
|
|
2477
|
+
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
2478
|
+
/** Errors encountered during execution of the mutation. */
|
|
2479
|
+
errors?: Maybe<Array<Error>>;
|
|
2480
|
+
/** The user whose email was verified */
|
|
2481
|
+
user?: Maybe<User>;
|
|
2400
2482
|
}
|
|
2401
2483
|
|
|
2402
2484
|
/** Autogenerated input type of UsersIdentityLink */
|
|
@@ -2415,7 +2497,7 @@ export interface UsersIdentityLinkPayload {
|
|
|
2415
2497
|
/** A unique identifier for the client performing the mutation. */
|
|
2416
2498
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
2417
2499
|
/** Errors encountered during execution of the mutation. */
|
|
2418
|
-
errors
|
|
2500
|
+
errors?: Maybe<Array<Error>>;
|
|
2419
2501
|
/** The created user identity */
|
|
2420
2502
|
userIdentity?: Maybe<UserIdentity>;
|
|
2421
2503
|
}
|
|
@@ -2436,7 +2518,7 @@ export interface UsersIdentityLoginPayload {
|
|
|
2436
2518
|
/** A unique identifier for the client performing the mutation. */
|
|
2437
2519
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
2438
2520
|
/** Errors encountered during execution of the mutation. */
|
|
2439
|
-
errors
|
|
2521
|
+
errors?: Maybe<Array<Error>>;
|
|
2440
2522
|
/** The created user session */
|
|
2441
2523
|
userSession?: Maybe<UserSession>;
|
|
2442
2524
|
}
|
|
@@ -2457,7 +2539,7 @@ export interface UsersIdentityRegisterPayload {
|
|
|
2457
2539
|
/** A unique identifier for the client performing the mutation. */
|
|
2458
2540
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
2459
2541
|
/** Errors encountered during execution of the mutation. */
|
|
2460
|
-
errors
|
|
2542
|
+
errors?: Maybe<Array<Error>>;
|
|
2461
2543
|
/** The created users session */
|
|
2462
2544
|
userSession?: Maybe<UserSession>;
|
|
2463
2545
|
}
|
|
@@ -2476,7 +2558,7 @@ export interface UsersIdentityUnlinkPayload {
|
|
|
2476
2558
|
/** A unique identifier for the client performing the mutation. */
|
|
2477
2559
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
2478
2560
|
/** Errors encountered during execution of the mutation. */
|
|
2479
|
-
errors
|
|
2561
|
+
errors?: Maybe<Array<Error>>;
|
|
2480
2562
|
/** The removed identity */
|
|
2481
2563
|
userIdentity?: Maybe<UserIdentity>;
|
|
2482
2564
|
}
|
|
@@ -2501,7 +2583,7 @@ export interface UsersLoginPayload {
|
|
|
2501
2583
|
/** A unique identifier for the client performing the mutation. */
|
|
2502
2584
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
2503
2585
|
/** Errors encountered during execution of the mutation. */
|
|
2504
|
-
errors
|
|
2586
|
+
errors?: Maybe<Array<Error>>;
|
|
2505
2587
|
/** The created user session */
|
|
2506
2588
|
userSession?: Maybe<UserSession>;
|
|
2507
2589
|
}
|
|
@@ -2520,7 +2602,7 @@ export interface UsersLogoutPayload {
|
|
|
2520
2602
|
/** A unique identifier for the client performing the mutation. */
|
|
2521
2603
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
2522
2604
|
/** Errors encountered during execution of the mutation. */
|
|
2523
|
-
errors
|
|
2605
|
+
errors?: Maybe<Array<Error>>;
|
|
2524
2606
|
/** The logged out user session */
|
|
2525
2607
|
userSession?: Maybe<UserSession>;
|
|
2526
2608
|
}
|
|
@@ -2539,7 +2621,7 @@ export interface UsersMfaBackupCodesRotatePayload {
|
|
|
2539
2621
|
/** The newly rotated backup codes. */
|
|
2540
2622
|
codes?: Maybe<Array<Scalars['String']['output']>>;
|
|
2541
2623
|
/** Errors encountered during execution of the mutation. */
|
|
2542
|
-
errors
|
|
2624
|
+
errors?: Maybe<Array<Error>>;
|
|
2543
2625
|
}
|
|
2544
2626
|
|
|
2545
2627
|
/** Autogenerated input type of UsersMfaTotpGenerateSecret */
|
|
@@ -2554,7 +2636,7 @@ export interface UsersMfaTotpGenerateSecretPayload {
|
|
|
2554
2636
|
/** A unique identifier for the client performing the mutation. */
|
|
2555
2637
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
2556
2638
|
/** Errors encountered during execution of the mutation. */
|
|
2557
|
-
errors
|
|
2639
|
+
errors?: Maybe<Array<Error>>;
|
|
2558
2640
|
/** The created and signed secret */
|
|
2559
2641
|
secret?: Maybe<Scalars['String']['output']>;
|
|
2560
2642
|
}
|
|
@@ -2578,7 +2660,7 @@ export interface UsersMfaTotpValidateSecretPayload {
|
|
|
2578
2660
|
/** A unique identifier for the client performing the mutation. */
|
|
2579
2661
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
2580
2662
|
/** Errors encountered during execution of the mutation. */
|
|
2581
|
-
errors
|
|
2663
|
+
errors?: Maybe<Array<Error>>;
|
|
2582
2664
|
/** The modified user */
|
|
2583
2665
|
user?: Maybe<User>;
|
|
2584
2666
|
}
|
|
@@ -2603,7 +2685,7 @@ export interface UsersRegisterPayload {
|
|
|
2603
2685
|
/** A unique identifier for the client performing the mutation. */
|
|
2604
2686
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
2605
2687
|
/** Errors encountered during execution of the mutation. */
|
|
2606
|
-
errors
|
|
2688
|
+
errors?: Maybe<Array<Error>>;
|
|
2607
2689
|
/** The created users session */
|
|
2608
2690
|
userSession?: Maybe<UserSession>;
|
|
2609
2691
|
}
|
|
@@ -2638,7 +2720,7 @@ export interface UsersUpdatePayload {
|
|
|
2638
2720
|
/** A unique identifier for the client performing the mutation. */
|
|
2639
2721
|
clientMutationId?: Maybe<Scalars['String']['output']>;
|
|
2640
2722
|
/** Errors encountered during execution of the mutation. */
|
|
2641
|
-
errors
|
|
2723
|
+
errors?: Maybe<Array<Error>>;
|
|
2642
2724
|
/** The updated user. */
|
|
2643
2725
|
user?: Maybe<User>;
|
|
2644
2726
|
}
|