@axinom/mosaic-user-auth 0.28.0 → 0.29.0-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{UserServiceClient → cjs/UserServiceClient}/UserServiceClient.d.ts +5 -5
- package/dist/{UserServiceClient → cjs/UserServiceClient}/UserServiceClient.d.ts.map +1 -1
- package/dist/{UserServiceProvider → cjs/UserServiceProvider}/UserServiceProvider.d.ts +3 -3
- package/dist/cjs/UserServiceProvider/UserServiceProvider.d.ts.map +1 -0
- package/dist/cjs/common/ensure-error.d.ts.map +1 -0
- package/dist/cjs/common/enums.d.ts.map +1 -0
- package/dist/{common → cjs/common}/stringify-gql-query.d.ts +1 -1
- package/dist/cjs/common/stringify-gql-query.d.ts.map +1 -0
- package/dist/{common → cjs/common}/types.d.ts +1 -1
- package/dist/cjs/common/types.d.ts.map +1 -0
- package/dist/cjs/common/user-auth-error.d.ts.map +1 -0
- package/dist/{generated → cjs/generated}/ax-auth-management-graphql.types.d.ts +1 -1
- package/dist/cjs/generated/ax-auth-management-graphql.types.d.ts.map +1 -0
- package/dist/{generated → cjs/generated}/user-service-end-user-graphql.types.d.ts +1 -1
- package/dist/cjs/generated/user-service-end-user-graphql.types.d.ts.map +1 -0
- package/dist/{generated → cjs/generated}/user-service-management-graphql.types.d.ts +1 -1
- package/dist/cjs/generated/user-service-management-graphql.types.d.ts.map +1 -0
- package/dist/cjs/index.d.ts +5 -0
- package/dist/cjs/index.d.ts.map +1 -0
- package/dist/{index.js → cjs/index.js} +553 -626
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/package.json +1 -0
- package/dist/{util → cjs/util}/endUserApplication.d.ts +2 -2
- package/dist/cjs/util/endUserApplication.d.ts.map +1 -0
- package/dist/{util → cjs/util}/userAuth.d.ts +3 -3
- package/dist/cjs/util/userAuth.d.ts.map +1 -0
- package/dist/{util → cjs/util}/userProfile.d.ts +1 -1
- package/dist/cjs/util/userProfile.d.ts.map +1 -0
- package/dist/esm/UserServiceClient/UserServiceClient.d.ts +207 -0
- package/dist/esm/UserServiceClient/UserServiceClient.d.ts.map +1 -0
- package/dist/esm/UserServiceProvider/UserServiceProvider.d.ts +28 -0
- package/dist/esm/UserServiceProvider/UserServiceProvider.d.ts.map +1 -0
- package/dist/esm/common/ensure-error.d.ts +16 -0
- package/dist/esm/common/ensure-error.d.ts.map +1 -0
- package/dist/esm/common/enums.d.ts +12 -0
- package/dist/esm/common/enums.d.ts.map +1 -0
- package/dist/esm/common/stringify-gql-query.d.ts +11 -0
- package/dist/esm/common/stringify-gql-query.d.ts.map +1 -0
- package/dist/esm/common/types.d.ts +146 -0
- package/dist/esm/common/types.d.ts.map +1 -0
- package/dist/esm/common/user-auth-error.d.ts +9 -0
- package/dist/esm/common/user-auth-error.d.ts.map +1 -0
- package/dist/esm/generated/ax-auth-management-graphql.types.d.ts +1400 -0
- package/dist/esm/generated/ax-auth-management-graphql.types.d.ts.map +1 -0
- package/dist/esm/generated/user-service-end-user-graphql.types.d.ts +854 -0
- package/dist/esm/generated/user-service-end-user-graphql.types.d.ts.map +1 -0
- package/dist/esm/generated/user-service-management-graphql.types.d.ts +2915 -0
- package/dist/esm/generated/user-service-management-graphql.types.d.ts.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/{index.es.js → esm/index.js} +554 -627
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/package.json +1 -0
- package/dist/esm/util/endUserApplication.d.ts +11 -0
- package/dist/esm/util/endUserApplication.d.ts.map +1 -0
- package/dist/esm/util/userAuth.d.ts +111 -0
- package/dist/esm/util/userAuth.d.ts.map +1 -0
- package/dist/esm/util/userProfile.d.ts +13 -0
- package/dist/esm/util/userProfile.d.ts.map +1 -0
- package/package.json +20 -8
- package/src/UserServiceClient/UserServiceClient.ts +26 -26
- package/src/UserServiceProvider/UserServiceProvider.tsx +4 -4
- package/src/common/stringify-gql-query.ts +1 -1
- package/src/common/types.ts +1 -1
- package/src/generated/ax-auth-management-graphql.types.ts +1 -1
- package/src/generated/user-service-end-user-graphql.types.ts +1 -1
- package/src/generated/user-service-management-graphql.types.ts +1 -1
- package/src/index.ts +4 -4
- package/src/util/endUserApplication.spec.ts +7 -7
- package/src/util/endUserApplication.ts +5 -5
- package/src/util/userAuth.spec.ts +27 -27
- package/src/util/userAuth.ts +35 -31
- package/src/util/userProfile.spec.ts +2 -2
- package/src/util/userProfile.ts +9 -9
- package/dist/UserServiceProvider/UserServiceProvider.d.ts.map +0 -1
- package/dist/common/ensure-error.d.ts.map +0 -1
- package/dist/common/enums.d.ts.map +0 -1
- package/dist/common/stringify-gql-query.d.ts.map +0 -1
- package/dist/common/types.d.ts.map +0 -1
- package/dist/common/user-auth-error.d.ts.map +0 -1
- package/dist/generated/ax-auth-management-graphql.types.d.ts.map +0 -1
- package/dist/generated/user-service-end-user-graphql.types.d.ts.map +0 -1
- package/dist/generated/user-service-management-graphql.types.d.ts.map +0 -1
- package/dist/index.d.ts +0 -5
- package/dist/index.d.ts.map +0 -1
- package/dist/index.es.js.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/util/endUserApplication.d.ts.map +0 -1
- package/dist/util/endUserApplication.spec.d.ts +0 -2
- package/dist/util/endUserApplication.spec.d.ts.map +0 -1
- package/dist/util/userAuth.d.ts.map +0 -1
- package/dist/util/userAuth.spec.d.ts +0 -2
- package/dist/util/userAuth.spec.d.ts.map +0 -1
- package/dist/util/userProfile.d.ts.map +0 -1
- package/dist/util/userProfile.spec.d.ts +0 -2
- package/dist/util/userProfile.spec.d.ts.map +0 -1
- /package/dist/{common → cjs/common}/ensure-error.d.ts +0 -0
- /package/dist/{common → cjs/common}/enums.d.ts +0 -0
- /package/dist/{common → cjs/common}/user-auth-error.d.ts +0 -0
|
@@ -0,0 +1,2915 @@
|
|
|
1
|
+
import type { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core';
|
|
2
|
+
export type Maybe<T> = T | null;
|
|
3
|
+
export type Exact<T extends {
|
|
4
|
+
[key: string]: unknown;
|
|
5
|
+
}> = {
|
|
6
|
+
[K in keyof T]: T[K];
|
|
7
|
+
};
|
|
8
|
+
export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
|
|
9
|
+
[SubKey in K]?: Maybe<T[SubKey]>;
|
|
10
|
+
};
|
|
11
|
+
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
|
|
12
|
+
[SubKey in K]: Maybe<T[SubKey]>;
|
|
13
|
+
};
|
|
14
|
+
/** All built-in and custom scalars, mapped to their actual values */
|
|
15
|
+
export type Scalars = {
|
|
16
|
+
ID: string;
|
|
17
|
+
String: string;
|
|
18
|
+
Boolean: boolean;
|
|
19
|
+
Int: number;
|
|
20
|
+
Float: number;
|
|
21
|
+
Cursor: any;
|
|
22
|
+
Datetime: any;
|
|
23
|
+
IdpAdditionalParamsObject: any;
|
|
24
|
+
JSON: {
|
|
25
|
+
[key: string]: any;
|
|
26
|
+
};
|
|
27
|
+
UUID: any;
|
|
28
|
+
};
|
|
29
|
+
export type Application = {
|
|
30
|
+
__typename?: 'Application';
|
|
31
|
+
accessTokenEnrichmentWebhook?: Maybe<Scalars['String']>;
|
|
32
|
+
accessTokenEnrichmentWebhookSecretIsSet: Scalars['Boolean'];
|
|
33
|
+
accessTokenLifetime: Scalars['Int'];
|
|
34
|
+
allowedOrigins?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
35
|
+
allowedProxyUrls?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
36
|
+
applicationKey?: Maybe<Scalars['String']>;
|
|
37
|
+
applicationPlatform: ApplicationPlatform;
|
|
38
|
+
createdDate: Scalars['Datetime'];
|
|
39
|
+
createdUser: Scalars['String'];
|
|
40
|
+
enabled: Scalars['Boolean'];
|
|
41
|
+
environmentId: Scalars['UUID'];
|
|
42
|
+
id: Scalars['UUID'];
|
|
43
|
+
/** Reads and enables pagination through a set of `ApplicationIdpConnection`. */
|
|
44
|
+
idpConnections: ApplicationIdpConnectionsConnection;
|
|
45
|
+
kid?: Maybe<Scalars['String']>;
|
|
46
|
+
name: Scalars['String'];
|
|
47
|
+
nextRotationDate?: Maybe<Scalars['Datetime']>;
|
|
48
|
+
refreshTokenLifetime: Scalars['Int'];
|
|
49
|
+
tenantId: Scalars['UUID'];
|
|
50
|
+
updatedDate: Scalars['Datetime'];
|
|
51
|
+
updatedUser: Scalars['String'];
|
|
52
|
+
};
|
|
53
|
+
export type ApplicationIdpConnectionsArgs = {
|
|
54
|
+
after?: Maybe<Scalars['Cursor']>;
|
|
55
|
+
before?: Maybe<Scalars['Cursor']>;
|
|
56
|
+
condition?: Maybe<ApplicationIdpConnectionCondition>;
|
|
57
|
+
filter?: Maybe<ApplicationIdpConnectionFilter>;
|
|
58
|
+
first?: Maybe<Scalars['Int']>;
|
|
59
|
+
last?: Maybe<Scalars['Int']>;
|
|
60
|
+
offset?: Maybe<Scalars['Int']>;
|
|
61
|
+
orderBy?: Maybe<Array<ApplicationIdpConnectionsOrderBy>>;
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* A condition to be used against `Application` object types. All fields are tested
|
|
65
|
+
* for equality and combined with a logical ‘and.’
|
|
66
|
+
*/
|
|
67
|
+
export type ApplicationCondition = {
|
|
68
|
+
/** Checks for equality with the object’s `accessTokenEnrichmentWebhook` field. */
|
|
69
|
+
accessTokenEnrichmentWebhook?: Maybe<Scalars['String']>;
|
|
70
|
+
/** Checks for equality with the object’s `accessTokenEnrichmentWebhookSecretIsSet` field. */
|
|
71
|
+
accessTokenEnrichmentWebhookSecretIsSet?: Maybe<Scalars['Boolean']>;
|
|
72
|
+
/** Checks for equality with the object’s `accessTokenLifetime` field. */
|
|
73
|
+
accessTokenLifetime?: Maybe<Scalars['Int']>;
|
|
74
|
+
/** Checks for equality with the object’s `allowedOrigins` field. */
|
|
75
|
+
allowedOrigins?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
76
|
+
/** Checks for equality with the object’s `allowedProxyUrls` field. */
|
|
77
|
+
allowedProxyUrls?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
78
|
+
/** Checks for equality with the object’s `applicationKey` field. */
|
|
79
|
+
applicationKey?: Maybe<Scalars['String']>;
|
|
80
|
+
/** Checks for equality with the object’s `applicationPlatform` field. */
|
|
81
|
+
applicationPlatform?: Maybe<ApplicationPlatform>;
|
|
82
|
+
/** Checks for equality with the object’s `createdDate` field. */
|
|
83
|
+
createdDate?: Maybe<Scalars['Datetime']>;
|
|
84
|
+
/** Checks for equality with the object’s `createdUser` field. */
|
|
85
|
+
createdUser?: Maybe<Scalars['String']>;
|
|
86
|
+
/** Checks for equality with the object’s `enabled` field. */
|
|
87
|
+
enabled?: Maybe<Scalars['Boolean']>;
|
|
88
|
+
/** Checks for equality with the object’s `environmentId` field. */
|
|
89
|
+
environmentId?: Maybe<Scalars['UUID']>;
|
|
90
|
+
/** Checks for equality with the object’s `id` field. */
|
|
91
|
+
id?: Maybe<Scalars['UUID']>;
|
|
92
|
+
/** Checks for equality with the object’s `name` field. */
|
|
93
|
+
name?: Maybe<Scalars['String']>;
|
|
94
|
+
/** Checks for equality with the object’s `refreshTokenLifetime` field. */
|
|
95
|
+
refreshTokenLifetime?: Maybe<Scalars['Int']>;
|
|
96
|
+
/** Checks for equality with the object’s `tenantId` field. */
|
|
97
|
+
tenantId?: Maybe<Scalars['UUID']>;
|
|
98
|
+
/** Checks for equality with the object’s `updatedDate` field. */
|
|
99
|
+
updatedDate?: Maybe<Scalars['Datetime']>;
|
|
100
|
+
/** Checks for equality with the object’s `updatedUser` field. */
|
|
101
|
+
updatedUser?: Maybe<Scalars['String']>;
|
|
102
|
+
};
|
|
103
|
+
/** A filter to be used against `Application` object types. All fields are combined with a logical ‘and.’ */
|
|
104
|
+
export type ApplicationFilter = {
|
|
105
|
+
/** Filter by the object’s `accessTokenEnrichmentWebhook` field. */
|
|
106
|
+
accessTokenEnrichmentWebhook?: Maybe<StringFilter>;
|
|
107
|
+
/** Filter by the object’s `accessTokenEnrichmentWebhookSecretIsSet` field. */
|
|
108
|
+
accessTokenEnrichmentWebhookSecretIsSet?: Maybe<BooleanFilter>;
|
|
109
|
+
/** Filter by the object’s `accessTokenLifetime` field. */
|
|
110
|
+
accessTokenLifetime?: Maybe<IntFilter>;
|
|
111
|
+
/** Filter by the object’s `allowedOrigins` field. */
|
|
112
|
+
allowedOrigins?: Maybe<StringListFilter>;
|
|
113
|
+
/** Filter by the object’s `allowedProxyUrls` field. */
|
|
114
|
+
allowedProxyUrls?: Maybe<StringListFilter>;
|
|
115
|
+
/** Checks for all expressions in this list. */
|
|
116
|
+
and?: Maybe<Array<ApplicationFilter>>;
|
|
117
|
+
/** Filter by the object’s `applicationKey` field. */
|
|
118
|
+
applicationKey?: Maybe<StringFilter>;
|
|
119
|
+
/** Filter by the object’s `applicationPlatform` field. */
|
|
120
|
+
applicationPlatform?: Maybe<ApplicationPlatformFilter>;
|
|
121
|
+
/** Filter by the object’s `createdDate` field. */
|
|
122
|
+
createdDate?: Maybe<DatetimeFilter>;
|
|
123
|
+
/** Filter by the object’s `createdUser` field. */
|
|
124
|
+
createdUser?: Maybe<StringFilter>;
|
|
125
|
+
/** Filter by the object’s `enabled` field. */
|
|
126
|
+
enabled?: Maybe<BooleanFilter>;
|
|
127
|
+
/** Filter by the object’s `environmentId` field. */
|
|
128
|
+
environmentId?: Maybe<UuidFilter>;
|
|
129
|
+
/** Filter by the object’s `id` field. */
|
|
130
|
+
id?: Maybe<UuidFilter>;
|
|
131
|
+
/** Filter by the object’s `idpConnections` relation. */
|
|
132
|
+
idpConnections?: Maybe<ApplicationToManyApplicationIdpConnectionFilter>;
|
|
133
|
+
/** Some related `idpConnections` exist. */
|
|
134
|
+
idpConnectionsExist?: Maybe<Scalars['Boolean']>;
|
|
135
|
+
/** Filter by the object’s `name` field. */
|
|
136
|
+
name?: Maybe<StringFilter>;
|
|
137
|
+
/** Negates the expression. */
|
|
138
|
+
not?: Maybe<ApplicationFilter>;
|
|
139
|
+
/** Checks for any expressions in this list. */
|
|
140
|
+
or?: Maybe<Array<ApplicationFilter>>;
|
|
141
|
+
/** Filter by the object’s `refreshTokenLifetime` field. */
|
|
142
|
+
refreshTokenLifetime?: Maybe<IntFilter>;
|
|
143
|
+
/** Filter by the object’s `tenantId` field. */
|
|
144
|
+
tenantId?: Maybe<UuidFilter>;
|
|
145
|
+
/** Filter by the object’s `updatedDate` field. */
|
|
146
|
+
updatedDate?: Maybe<DatetimeFilter>;
|
|
147
|
+
/** Filter by the object’s `updatedUser` field. */
|
|
148
|
+
updatedUser?: Maybe<StringFilter>;
|
|
149
|
+
};
|
|
150
|
+
export type ApplicationIdpConnection = {
|
|
151
|
+
__typename?: 'ApplicationIdpConnection';
|
|
152
|
+
/** Reads a single `Application` that is related to this `ApplicationIdpConnection`. */
|
|
153
|
+
application?: Maybe<Application>;
|
|
154
|
+
applicationId: Scalars['UUID'];
|
|
155
|
+
createdDate: Scalars['Datetime'];
|
|
156
|
+
createdUser: Scalars['String'];
|
|
157
|
+
environmentId: Scalars['UUID'];
|
|
158
|
+
id: Scalars['UUID'];
|
|
159
|
+
/** Reads a single `IdpConnection` that is related to this `ApplicationIdpConnection`. */
|
|
160
|
+
idpConnection?: Maybe<IdpConnection>;
|
|
161
|
+
idpConnectionId: Scalars['UUID'];
|
|
162
|
+
tenantId: Scalars['UUID'];
|
|
163
|
+
updatedDate: Scalars['Datetime'];
|
|
164
|
+
updatedUser: Scalars['String'];
|
|
165
|
+
};
|
|
166
|
+
/**
|
|
167
|
+
* A condition to be used against `ApplicationIdpConnection` object types. All
|
|
168
|
+
* fields are tested for equality and combined with a logical ‘and.’
|
|
169
|
+
*/
|
|
170
|
+
export type ApplicationIdpConnectionCondition = {
|
|
171
|
+
/** Checks for equality with the object’s `applicationId` field. */
|
|
172
|
+
applicationId?: Maybe<Scalars['UUID']>;
|
|
173
|
+
/** Checks for equality with the object’s `createdDate` field. */
|
|
174
|
+
createdDate?: Maybe<Scalars['Datetime']>;
|
|
175
|
+
/** Checks for equality with the object’s `createdUser` field. */
|
|
176
|
+
createdUser?: Maybe<Scalars['String']>;
|
|
177
|
+
/** Checks for equality with the object’s `environmentId` field. */
|
|
178
|
+
environmentId?: Maybe<Scalars['UUID']>;
|
|
179
|
+
/** Checks for equality with the object’s `id` field. */
|
|
180
|
+
id?: Maybe<Scalars['UUID']>;
|
|
181
|
+
/** Checks for equality with the object’s `idpConnectionId` field. */
|
|
182
|
+
idpConnectionId?: Maybe<Scalars['UUID']>;
|
|
183
|
+
/** Checks for equality with the object’s `tenantId` field. */
|
|
184
|
+
tenantId?: Maybe<Scalars['UUID']>;
|
|
185
|
+
/** Checks for equality with the object’s `updatedDate` field. */
|
|
186
|
+
updatedDate?: Maybe<Scalars['Datetime']>;
|
|
187
|
+
/** Checks for equality with the object’s `updatedUser` field. */
|
|
188
|
+
updatedUser?: Maybe<Scalars['String']>;
|
|
189
|
+
};
|
|
190
|
+
/** A filter to be used against `ApplicationIdpConnection` object types. All fields are combined with a logical ‘and.’ */
|
|
191
|
+
export type ApplicationIdpConnectionFilter = {
|
|
192
|
+
/** Checks for all expressions in this list. */
|
|
193
|
+
and?: Maybe<Array<ApplicationIdpConnectionFilter>>;
|
|
194
|
+
/** Filter by the object’s `application` relation. */
|
|
195
|
+
application?: Maybe<ApplicationFilter>;
|
|
196
|
+
/** Filter by the object’s `applicationId` field. */
|
|
197
|
+
applicationId?: Maybe<UuidFilter>;
|
|
198
|
+
/** Filter by the object’s `createdDate` field. */
|
|
199
|
+
createdDate?: Maybe<DatetimeFilter>;
|
|
200
|
+
/** Filter by the object’s `createdUser` field. */
|
|
201
|
+
createdUser?: Maybe<StringFilter>;
|
|
202
|
+
/** Filter by the object’s `environmentId` field. */
|
|
203
|
+
environmentId?: Maybe<UuidFilter>;
|
|
204
|
+
/** Filter by the object’s `id` field. */
|
|
205
|
+
id?: Maybe<UuidFilter>;
|
|
206
|
+
/** Filter by the object’s `idpConnection` relation. */
|
|
207
|
+
idpConnection?: Maybe<IdpConnectionFilter>;
|
|
208
|
+
/** Filter by the object’s `idpConnectionId` field. */
|
|
209
|
+
idpConnectionId?: Maybe<UuidFilter>;
|
|
210
|
+
/** Negates the expression. */
|
|
211
|
+
not?: Maybe<ApplicationIdpConnectionFilter>;
|
|
212
|
+
/** Checks for any expressions in this list. */
|
|
213
|
+
or?: Maybe<Array<ApplicationIdpConnectionFilter>>;
|
|
214
|
+
/** Filter by the object’s `tenantId` field. */
|
|
215
|
+
tenantId?: Maybe<UuidFilter>;
|
|
216
|
+
/** Filter by the object’s `updatedDate` field. */
|
|
217
|
+
updatedDate?: Maybe<DatetimeFilter>;
|
|
218
|
+
/** Filter by the object’s `updatedUser` field. */
|
|
219
|
+
updatedUser?: Maybe<StringFilter>;
|
|
220
|
+
};
|
|
221
|
+
/** An input for mutations affecting `ApplicationIdpConnection` */
|
|
222
|
+
export type ApplicationIdpConnectionInput = {
|
|
223
|
+
applicationId: Scalars['UUID'];
|
|
224
|
+
idpConnectionId: Scalars['UUID'];
|
|
225
|
+
};
|
|
226
|
+
/** A connection to a list of `ApplicationIdpConnection` values. */
|
|
227
|
+
export type ApplicationIdpConnectionsConnection = {
|
|
228
|
+
__typename?: 'ApplicationIdpConnectionsConnection';
|
|
229
|
+
/** A list of edges which contains the `ApplicationIdpConnection` and cursor to aid in pagination. */
|
|
230
|
+
edges: Array<ApplicationIdpConnectionsEdge>;
|
|
231
|
+
/** A list of `ApplicationIdpConnection` objects. */
|
|
232
|
+
nodes: Array<ApplicationIdpConnection>;
|
|
233
|
+
/** Information to aid in pagination. */
|
|
234
|
+
pageInfo: PageInfo;
|
|
235
|
+
/** The count of *all* `ApplicationIdpConnection` you could get from the connection. */
|
|
236
|
+
totalCount: Scalars['Int'];
|
|
237
|
+
};
|
|
238
|
+
/** A `ApplicationIdpConnection` edge in the connection. */
|
|
239
|
+
export type ApplicationIdpConnectionsEdge = {
|
|
240
|
+
__typename?: 'ApplicationIdpConnectionsEdge';
|
|
241
|
+
/** A cursor for use in pagination. */
|
|
242
|
+
cursor?: Maybe<Scalars['Cursor']>;
|
|
243
|
+
/** The `ApplicationIdpConnection` at the end of the edge. */
|
|
244
|
+
node: ApplicationIdpConnection;
|
|
245
|
+
};
|
|
246
|
+
/** Methods to use when ordering `ApplicationIdpConnection`. */
|
|
247
|
+
export declare enum ApplicationIdpConnectionsOrderBy {
|
|
248
|
+
APPLICATION_ID_ASC = "APPLICATION_ID_ASC",
|
|
249
|
+
APPLICATION_ID_DESC = "APPLICATION_ID_DESC",
|
|
250
|
+
CREATED_DATE_ASC = "CREATED_DATE_ASC",
|
|
251
|
+
CREATED_DATE_DESC = "CREATED_DATE_DESC",
|
|
252
|
+
CREATED_USER_ASC = "CREATED_USER_ASC",
|
|
253
|
+
CREATED_USER_DESC = "CREATED_USER_DESC",
|
|
254
|
+
ENVIRONMENT_ID_ASC = "ENVIRONMENT_ID_ASC",
|
|
255
|
+
ENVIRONMENT_ID_DESC = "ENVIRONMENT_ID_DESC",
|
|
256
|
+
ID_ASC = "ID_ASC",
|
|
257
|
+
ID_DESC = "ID_DESC",
|
|
258
|
+
IDP_CONNECTION_ID_ASC = "IDP_CONNECTION_ID_ASC",
|
|
259
|
+
IDP_CONNECTION_ID_DESC = "IDP_CONNECTION_ID_DESC",
|
|
260
|
+
NATURAL = "NATURAL",
|
|
261
|
+
PRIMARY_KEY_ASC = "PRIMARY_KEY_ASC",
|
|
262
|
+
PRIMARY_KEY_DESC = "PRIMARY_KEY_DESC",
|
|
263
|
+
TENANT_ID_ASC = "TENANT_ID_ASC",
|
|
264
|
+
TENANT_ID_DESC = "TENANT_ID_DESC",
|
|
265
|
+
UPDATED_DATE_ASC = "UPDATED_DATE_ASC",
|
|
266
|
+
UPDATED_DATE_DESC = "UPDATED_DATE_DESC",
|
|
267
|
+
UPDATED_USER_ASC = "UPDATED_USER_ASC",
|
|
268
|
+
UPDATED_USER_DESC = "UPDATED_USER_DESC"
|
|
269
|
+
}
|
|
270
|
+
/** An input for mutations affecting `Application` */
|
|
271
|
+
export type ApplicationInput = {
|
|
272
|
+
accessTokenEnrichmentWebhook?: Maybe<Scalars['String']>;
|
|
273
|
+
accessTokenEnrichmentWebhookSecretIsSet?: Maybe<Scalars['Boolean']>;
|
|
274
|
+
accessTokenLifetime?: Maybe<Scalars['Int']>;
|
|
275
|
+
allowedOrigins?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
276
|
+
allowedProxyUrls?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
277
|
+
applicationKey?: Maybe<Scalars['String']>;
|
|
278
|
+
applicationPlatform: ApplicationPlatform;
|
|
279
|
+
name: Scalars['String'];
|
|
280
|
+
refreshTokenLifetime?: Maybe<Scalars['Int']>;
|
|
281
|
+
};
|
|
282
|
+
/** Represents an update to a `Application`. Fields that are set will be updated. */
|
|
283
|
+
export type ApplicationPatch = {
|
|
284
|
+
accessTokenEnrichmentWebhook?: Maybe<Scalars['String']>;
|
|
285
|
+
accessTokenEnrichmentWebhookSecretIsSet?: Maybe<Scalars['Boolean']>;
|
|
286
|
+
accessTokenLifetime?: Maybe<Scalars['Int']>;
|
|
287
|
+
allowedOrigins?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
288
|
+
allowedProxyUrls?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
289
|
+
applicationKey?: Maybe<Scalars['String']>;
|
|
290
|
+
applicationPlatform?: Maybe<ApplicationPlatform>;
|
|
291
|
+
enabled?: Maybe<Scalars['Boolean']>;
|
|
292
|
+
name?: Maybe<Scalars['String']>;
|
|
293
|
+
refreshTokenLifetime?: Maybe<Scalars['Int']>;
|
|
294
|
+
};
|
|
295
|
+
export declare enum ApplicationPlatform {
|
|
296
|
+
/** Native */
|
|
297
|
+
NATIVE = "NATIVE",
|
|
298
|
+
/** Web */
|
|
299
|
+
WEB = "WEB"
|
|
300
|
+
}
|
|
301
|
+
/** A filter to be used against ApplicationPlatform fields. All fields are combined with a logical ‘and.’ */
|
|
302
|
+
export type ApplicationPlatformFilter = {
|
|
303
|
+
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
304
|
+
distinctFrom?: Maybe<ApplicationPlatform>;
|
|
305
|
+
/** Equal to the specified value. */
|
|
306
|
+
equalTo?: Maybe<ApplicationPlatform>;
|
|
307
|
+
/** Greater than the specified value. */
|
|
308
|
+
greaterThan?: Maybe<ApplicationPlatform>;
|
|
309
|
+
/** Greater than or equal to the specified value. */
|
|
310
|
+
greaterThanOrEqualTo?: Maybe<ApplicationPlatform>;
|
|
311
|
+
/** Included in the specified list. */
|
|
312
|
+
in?: Maybe<Array<ApplicationPlatform>>;
|
|
313
|
+
/** Is null (if `true` is specified) or is not null (if `false` is specified). */
|
|
314
|
+
isNull?: Maybe<Scalars['Boolean']>;
|
|
315
|
+
/** Less than the specified value. */
|
|
316
|
+
lessThan?: Maybe<ApplicationPlatform>;
|
|
317
|
+
/** Less than or equal to the specified value. */
|
|
318
|
+
lessThanOrEqualTo?: Maybe<ApplicationPlatform>;
|
|
319
|
+
/** Equal to the specified value, treating null like an ordinary value. */
|
|
320
|
+
notDistinctFrom?: Maybe<ApplicationPlatform>;
|
|
321
|
+
/** Not equal to the specified value. */
|
|
322
|
+
notEqualTo?: Maybe<ApplicationPlatform>;
|
|
323
|
+
/** Not included in the specified list. */
|
|
324
|
+
notIn?: Maybe<Array<ApplicationPlatform>>;
|
|
325
|
+
};
|
|
326
|
+
/** A connection to a list of `Application` values. */
|
|
327
|
+
export type ApplicationsConnection = {
|
|
328
|
+
__typename?: 'ApplicationsConnection';
|
|
329
|
+
/** A list of edges which contains the `Application` and cursor to aid in pagination. */
|
|
330
|
+
edges: Array<ApplicationsEdge>;
|
|
331
|
+
/** A list of `Application` objects. */
|
|
332
|
+
nodes: Array<Application>;
|
|
333
|
+
/** Information to aid in pagination. */
|
|
334
|
+
pageInfo: PageInfo;
|
|
335
|
+
/** The count of *all* `Application` you could get from the connection. */
|
|
336
|
+
totalCount: Scalars['Int'];
|
|
337
|
+
};
|
|
338
|
+
/** A `Application` edge in the connection. */
|
|
339
|
+
export type ApplicationsEdge = {
|
|
340
|
+
__typename?: 'ApplicationsEdge';
|
|
341
|
+
/** A cursor for use in pagination. */
|
|
342
|
+
cursor?: Maybe<Scalars['Cursor']>;
|
|
343
|
+
/** The `Application` at the end of the edge. */
|
|
344
|
+
node: Application;
|
|
345
|
+
};
|
|
346
|
+
/** Methods to use when ordering `Application`. */
|
|
347
|
+
export declare enum ApplicationsOrderBy {
|
|
348
|
+
ACCESS_TOKEN_ENRICHMENT_WEBHOOK_ASC = "ACCESS_TOKEN_ENRICHMENT_WEBHOOK_ASC",
|
|
349
|
+
ACCESS_TOKEN_ENRICHMENT_WEBHOOK_DESC = "ACCESS_TOKEN_ENRICHMENT_WEBHOOK_DESC",
|
|
350
|
+
ACCESS_TOKEN_ENRICHMENT_WEBHOOK_SECRET_IS_SET_ASC = "ACCESS_TOKEN_ENRICHMENT_WEBHOOK_SECRET_IS_SET_ASC",
|
|
351
|
+
ACCESS_TOKEN_ENRICHMENT_WEBHOOK_SECRET_IS_SET_DESC = "ACCESS_TOKEN_ENRICHMENT_WEBHOOK_SECRET_IS_SET_DESC",
|
|
352
|
+
ACCESS_TOKEN_LIFETIME_ASC = "ACCESS_TOKEN_LIFETIME_ASC",
|
|
353
|
+
ACCESS_TOKEN_LIFETIME_DESC = "ACCESS_TOKEN_LIFETIME_DESC",
|
|
354
|
+
ALLOWED_ORIGINS_ASC = "ALLOWED_ORIGINS_ASC",
|
|
355
|
+
ALLOWED_ORIGINS_DESC = "ALLOWED_ORIGINS_DESC",
|
|
356
|
+
ALLOWED_PROXY_URLS_ASC = "ALLOWED_PROXY_URLS_ASC",
|
|
357
|
+
ALLOWED_PROXY_URLS_DESC = "ALLOWED_PROXY_URLS_DESC",
|
|
358
|
+
APPLICATION_KEY_ASC = "APPLICATION_KEY_ASC",
|
|
359
|
+
APPLICATION_KEY_DESC = "APPLICATION_KEY_DESC",
|
|
360
|
+
APPLICATION_PLATFORM_ASC = "APPLICATION_PLATFORM_ASC",
|
|
361
|
+
APPLICATION_PLATFORM_DESC = "APPLICATION_PLATFORM_DESC",
|
|
362
|
+
CREATED_DATE_ASC = "CREATED_DATE_ASC",
|
|
363
|
+
CREATED_DATE_DESC = "CREATED_DATE_DESC",
|
|
364
|
+
CREATED_USER_ASC = "CREATED_USER_ASC",
|
|
365
|
+
CREATED_USER_DESC = "CREATED_USER_DESC",
|
|
366
|
+
ENABLED_ASC = "ENABLED_ASC",
|
|
367
|
+
ENABLED_DESC = "ENABLED_DESC",
|
|
368
|
+
ENVIRONMENT_ID_ASC = "ENVIRONMENT_ID_ASC",
|
|
369
|
+
ENVIRONMENT_ID_DESC = "ENVIRONMENT_ID_DESC",
|
|
370
|
+
ID_ASC = "ID_ASC",
|
|
371
|
+
ID_DESC = "ID_DESC",
|
|
372
|
+
NAME_ASC = "NAME_ASC",
|
|
373
|
+
NAME_DESC = "NAME_DESC",
|
|
374
|
+
NATURAL = "NATURAL",
|
|
375
|
+
PRIMARY_KEY_ASC = "PRIMARY_KEY_ASC",
|
|
376
|
+
PRIMARY_KEY_DESC = "PRIMARY_KEY_DESC",
|
|
377
|
+
REFRESH_TOKEN_LIFETIME_ASC = "REFRESH_TOKEN_LIFETIME_ASC",
|
|
378
|
+
REFRESH_TOKEN_LIFETIME_DESC = "REFRESH_TOKEN_LIFETIME_DESC",
|
|
379
|
+
TENANT_ID_ASC = "TENANT_ID_ASC",
|
|
380
|
+
TENANT_ID_DESC = "TENANT_ID_DESC",
|
|
381
|
+
UPDATED_DATE_ASC = "UPDATED_DATE_ASC",
|
|
382
|
+
UPDATED_DATE_DESC = "UPDATED_DATE_DESC",
|
|
383
|
+
UPDATED_USER_ASC = "UPDATED_USER_ASC",
|
|
384
|
+
UPDATED_USER_DESC = "UPDATED_USER_DESC"
|
|
385
|
+
}
|
|
386
|
+
/** A filter to be used against many `ApplicationIdpConnection` object types. All fields are combined with a logical ‘and.’ */
|
|
387
|
+
export type ApplicationToManyApplicationIdpConnectionFilter = {
|
|
388
|
+
/** Every related `ApplicationIdpConnection` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
389
|
+
every?: Maybe<ApplicationIdpConnectionFilter>;
|
|
390
|
+
/** No related `ApplicationIdpConnection` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
391
|
+
none?: Maybe<ApplicationIdpConnectionFilter>;
|
|
392
|
+
/** Some related `ApplicationIdpConnection` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
393
|
+
some?: Maybe<ApplicationIdpConnectionFilter>;
|
|
394
|
+
};
|
|
395
|
+
export type AuthenticateEndUserApplicationInput = {
|
|
396
|
+
applicationId: Scalars['UUID'];
|
|
397
|
+
applicationKey: Scalars['String'];
|
|
398
|
+
environmentId: Scalars['UUID'];
|
|
399
|
+
tenantId: Scalars['UUID'];
|
|
400
|
+
};
|
|
401
|
+
export type AuthenticateEndUserApplicationPayload = {
|
|
402
|
+
__typename?: 'AuthenticateEndUserApplicationPayload';
|
|
403
|
+
accessToken: Scalars['String'];
|
|
404
|
+
expiresInSeconds: Scalars['Int'];
|
|
405
|
+
tokenType: Scalars['String'];
|
|
406
|
+
};
|
|
407
|
+
/** A filter to be used against Boolean fields. All fields are combined with a logical ‘and.’ */
|
|
408
|
+
export type BooleanFilter = {
|
|
409
|
+
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
410
|
+
distinctFrom?: Maybe<Scalars['Boolean']>;
|
|
411
|
+
/** Equal to the specified value. */
|
|
412
|
+
equalTo?: Maybe<Scalars['Boolean']>;
|
|
413
|
+
/** Greater than the specified value. */
|
|
414
|
+
greaterThan?: Maybe<Scalars['Boolean']>;
|
|
415
|
+
/** Greater than or equal to the specified value. */
|
|
416
|
+
greaterThanOrEqualTo?: Maybe<Scalars['Boolean']>;
|
|
417
|
+
/** Included in the specified list. */
|
|
418
|
+
in?: Maybe<Array<Scalars['Boolean']>>;
|
|
419
|
+
/** Is null (if `true` is specified) or is not null (if `false` is specified). */
|
|
420
|
+
isNull?: Maybe<Scalars['Boolean']>;
|
|
421
|
+
/** Less than the specified value. */
|
|
422
|
+
lessThan?: Maybe<Scalars['Boolean']>;
|
|
423
|
+
/** Less than or equal to the specified value. */
|
|
424
|
+
lessThanOrEqualTo?: Maybe<Scalars['Boolean']>;
|
|
425
|
+
/** Equal to the specified value, treating null like an ordinary value. */
|
|
426
|
+
notDistinctFrom?: Maybe<Scalars['Boolean']>;
|
|
427
|
+
/** Not equal to the specified value. */
|
|
428
|
+
notEqualTo?: Maybe<Scalars['Boolean']>;
|
|
429
|
+
/** Not included in the specified list. */
|
|
430
|
+
notIn?: Maybe<Array<Scalars['Boolean']>>;
|
|
431
|
+
};
|
|
432
|
+
export type ClearAccessTokenEnrichmentWebhookSecretInput = {
|
|
433
|
+
applicationId: Scalars['String'];
|
|
434
|
+
};
|
|
435
|
+
export type ClearAccessTokenEnrichmentWebhookSecretPayload = {
|
|
436
|
+
__typename?: 'ClearAccessTokenEnrichmentWebhookSecretPayload';
|
|
437
|
+
deletedSecret: Scalars['String'];
|
|
438
|
+
};
|
|
439
|
+
export type ClearUserCreatedWebhookSecretInput = {
|
|
440
|
+
serviceConfigurationId: Scalars['String'];
|
|
441
|
+
};
|
|
442
|
+
export type ClearUserCreatedWebhookSecretPayload = {
|
|
443
|
+
__typename?: 'ClearUserCreatedWebhookSecretPayload';
|
|
444
|
+
deletedSecret: Scalars['String'];
|
|
445
|
+
};
|
|
446
|
+
export type ClearUserInfoWebhookSecretInput = {
|
|
447
|
+
idpConnectionId: Scalars['String'];
|
|
448
|
+
};
|
|
449
|
+
export type ClearUserInfoWebhookSecretPayload = {
|
|
450
|
+
__typename?: 'ClearUserInfoWebhookSecretPayload';
|
|
451
|
+
deletedSecret: Scalars['String'];
|
|
452
|
+
};
|
|
453
|
+
/** All input for the create `ApplicationIdpConnection` mutation. */
|
|
454
|
+
export type CreateApplicationIdpConnectionInput = {
|
|
455
|
+
/** The `ApplicationIdpConnection` to be created by this mutation. */
|
|
456
|
+
applicationIdpConnection: ApplicationIdpConnectionInput;
|
|
457
|
+
/**
|
|
458
|
+
* An arbitrary string value with no semantic meaning. Will be included in the
|
|
459
|
+
* payload verbatim. May be used to track mutations by the client.
|
|
460
|
+
*/
|
|
461
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
462
|
+
};
|
|
463
|
+
/** The output of our create `ApplicationIdpConnection` mutation. */
|
|
464
|
+
export type CreateApplicationIdpConnectionPayload = {
|
|
465
|
+
__typename?: 'CreateApplicationIdpConnectionPayload';
|
|
466
|
+
/** Reads a single `Application` that is related to this `ApplicationIdpConnection`. */
|
|
467
|
+
application?: Maybe<Application>;
|
|
468
|
+
/** The `ApplicationIdpConnection` that was created by this mutation. */
|
|
469
|
+
applicationIdpConnection?: Maybe<ApplicationIdpConnection>;
|
|
470
|
+
/** An edge for our `ApplicationIdpConnection`. May be used by Relay 1. */
|
|
471
|
+
applicationIdpConnectionEdge?: Maybe<ApplicationIdpConnectionsEdge>;
|
|
472
|
+
/**
|
|
473
|
+
* The exact same `clientMutationId` that was provided in the mutation input,
|
|
474
|
+
* unchanged and unused. May be used by a client to track mutations.
|
|
475
|
+
*/
|
|
476
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
477
|
+
/** Reads a single `IdpConnection` that is related to this `ApplicationIdpConnection`. */
|
|
478
|
+
idpConnection?: Maybe<IdpConnection>;
|
|
479
|
+
/** Our root query field type. Allows us to run any query from our mutation payload. */
|
|
480
|
+
query?: Maybe<Query>;
|
|
481
|
+
};
|
|
482
|
+
/** The output of our create `ApplicationIdpConnection` mutation. */
|
|
483
|
+
export type CreateApplicationIdpConnectionPayloadApplicationIdpConnectionEdgeArgs = {
|
|
484
|
+
orderBy?: Maybe<Array<ApplicationIdpConnectionsOrderBy>>;
|
|
485
|
+
};
|
|
486
|
+
/** All input for the create `Application` mutation. */
|
|
487
|
+
export type CreateApplicationInput = {
|
|
488
|
+
/** The `Application` to be created by this mutation. */
|
|
489
|
+
application: ApplicationInput;
|
|
490
|
+
/**
|
|
491
|
+
* An arbitrary string value with no semantic meaning. Will be included in the
|
|
492
|
+
* payload verbatim. May be used to track mutations by the client.
|
|
493
|
+
*/
|
|
494
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
495
|
+
};
|
|
496
|
+
/** The output of our create `Application` mutation. */
|
|
497
|
+
export type CreateApplicationPayload = {
|
|
498
|
+
__typename?: 'CreateApplicationPayload';
|
|
499
|
+
/** The `Application` that was created by this mutation. */
|
|
500
|
+
application?: Maybe<Application>;
|
|
501
|
+
/** An edge for our `Application`. May be used by Relay 1. */
|
|
502
|
+
applicationEdge?: Maybe<ApplicationsEdge>;
|
|
503
|
+
/**
|
|
504
|
+
* The exact same `clientMutationId` that was provided in the mutation input,
|
|
505
|
+
* unchanged and unused. May be used by a client to track mutations.
|
|
506
|
+
*/
|
|
507
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
508
|
+
/** Our root query field type. Allows us to run any query from our mutation payload. */
|
|
509
|
+
query?: Maybe<Query>;
|
|
510
|
+
};
|
|
511
|
+
/** The output of our create `Application` mutation. */
|
|
512
|
+
export type CreateApplicationPayloadApplicationEdgeArgs = {
|
|
513
|
+
orderBy?: Maybe<Array<ApplicationsOrderBy>>;
|
|
514
|
+
};
|
|
515
|
+
/** All input for the create `IdpConnection` mutation. */
|
|
516
|
+
export type CreateIdpConnectionInput = {
|
|
517
|
+
/**
|
|
518
|
+
* An arbitrary string value with no semantic meaning. Will be included in the
|
|
519
|
+
* payload verbatim. May be used to track mutations by the client.
|
|
520
|
+
*/
|
|
521
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
522
|
+
/** The `IdpConnection` to be created by this mutation. */
|
|
523
|
+
idpConnection: IdpConnectionInput;
|
|
524
|
+
};
|
|
525
|
+
/** The output of our create `IdpConnection` mutation. */
|
|
526
|
+
export type CreateIdpConnectionPayload = {
|
|
527
|
+
__typename?: 'CreateIdpConnectionPayload';
|
|
528
|
+
/**
|
|
529
|
+
* The exact same `clientMutationId` that was provided in the mutation input,
|
|
530
|
+
* unchanged and unused. May be used by a client to track mutations.
|
|
531
|
+
*/
|
|
532
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
533
|
+
/** The `IdpConnection` that was created by this mutation. */
|
|
534
|
+
idpConnection?: Maybe<IdpConnection>;
|
|
535
|
+
/** An edge for our `IdpConnection`. May be used by Relay 1. */
|
|
536
|
+
idpConnectionEdge?: Maybe<IdpConnectionsEdge>;
|
|
537
|
+
/** Our root query field type. Allows us to run any query from our mutation payload. */
|
|
538
|
+
query?: Maybe<Query>;
|
|
539
|
+
};
|
|
540
|
+
/** The output of our create `IdpConnection` mutation. */
|
|
541
|
+
export type CreateIdpConnectionPayloadIdpConnectionEdgeArgs = {
|
|
542
|
+
orderBy?: Maybe<Array<IdpConnectionsOrderBy>>;
|
|
543
|
+
};
|
|
544
|
+
/** All input for the create `UserProfile` mutation. */
|
|
545
|
+
export type CreateUserProfileInput = {
|
|
546
|
+
/**
|
|
547
|
+
* An arbitrary string value with no semantic meaning. Will be included in the
|
|
548
|
+
* payload verbatim. May be used to track mutations by the client.
|
|
549
|
+
*/
|
|
550
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
551
|
+
/** The `UserProfile` to be created by this mutation. */
|
|
552
|
+
userProfile: UserProfileInput;
|
|
553
|
+
};
|
|
554
|
+
/** The output of our create `UserProfile` mutation. */
|
|
555
|
+
export type CreateUserProfilePayload = {
|
|
556
|
+
__typename?: 'CreateUserProfilePayload';
|
|
557
|
+
/**
|
|
558
|
+
* The exact same `clientMutationId` that was provided in the mutation input,
|
|
559
|
+
* unchanged and unused. May be used by a client to track mutations.
|
|
560
|
+
*/
|
|
561
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
562
|
+
/** Our root query field type. Allows us to run any query from our mutation payload. */
|
|
563
|
+
query?: Maybe<Query>;
|
|
564
|
+
/** Reads a single `User` that is related to this `UserProfile`. */
|
|
565
|
+
user?: Maybe<User>;
|
|
566
|
+
/** The `UserProfile` that was created by this mutation. */
|
|
567
|
+
userProfile?: Maybe<UserProfile>;
|
|
568
|
+
/** An edge for our `UserProfile`. May be used by Relay 1. */
|
|
569
|
+
userProfileEdge?: Maybe<UserProfilesEdge>;
|
|
570
|
+
};
|
|
571
|
+
/** The output of our create `UserProfile` mutation. */
|
|
572
|
+
export type CreateUserProfilePayloadUserProfileEdgeArgs = {
|
|
573
|
+
orderBy?: Maybe<Array<UserProfilesOrderBy>>;
|
|
574
|
+
};
|
|
575
|
+
/** A filter to be used against Datetime fields. All fields are combined with a logical ‘and.’ */
|
|
576
|
+
export type DatetimeFilter = {
|
|
577
|
+
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
578
|
+
distinctFrom?: Maybe<Scalars['Datetime']>;
|
|
579
|
+
/** Equal to the specified value. */
|
|
580
|
+
equalTo?: Maybe<Scalars['Datetime']>;
|
|
581
|
+
/** Greater than the specified value. */
|
|
582
|
+
greaterThan?: Maybe<Scalars['Datetime']>;
|
|
583
|
+
/** Greater than or equal to the specified value. */
|
|
584
|
+
greaterThanOrEqualTo?: Maybe<Scalars['Datetime']>;
|
|
585
|
+
/** Included in the specified list. */
|
|
586
|
+
in?: Maybe<Array<Scalars['Datetime']>>;
|
|
587
|
+
/** Is null (if `true` is specified) or is not null (if `false` is specified). */
|
|
588
|
+
isNull?: Maybe<Scalars['Boolean']>;
|
|
589
|
+
/** Less than the specified value. */
|
|
590
|
+
lessThan?: Maybe<Scalars['Datetime']>;
|
|
591
|
+
/** Less than or equal to the specified value. */
|
|
592
|
+
lessThanOrEqualTo?: Maybe<Scalars['Datetime']>;
|
|
593
|
+
/** Equal to the specified value, treating null like an ordinary value. */
|
|
594
|
+
notDistinctFrom?: Maybe<Scalars['Datetime']>;
|
|
595
|
+
/** Not equal to the specified value. */
|
|
596
|
+
notEqualTo?: Maybe<Scalars['Datetime']>;
|
|
597
|
+
/** Not included in the specified list. */
|
|
598
|
+
notIn?: Maybe<Array<Scalars['Datetime']>>;
|
|
599
|
+
};
|
|
600
|
+
export type DecryptWithKeyAesInput = {
|
|
601
|
+
/** The encrypted value as a Base 64 encoded string. */
|
|
602
|
+
encryptedValue: Scalars['String'];
|
|
603
|
+
/** Encryption Key that was used for the encryption. */
|
|
604
|
+
key: Scalars['String'];
|
|
605
|
+
};
|
|
606
|
+
export type DecryptWithKeyAesPayload = {
|
|
607
|
+
__typename?: 'DecryptWithKeyAesPayload';
|
|
608
|
+
/** The decrypted string. */
|
|
609
|
+
decryptedValue: Scalars['String'];
|
|
610
|
+
};
|
|
611
|
+
/** All input for the `deleteApplicationIdpConnection` mutation. */
|
|
612
|
+
export type DeleteApplicationIdpConnectionInput = {
|
|
613
|
+
/**
|
|
614
|
+
* An arbitrary string value with no semantic meaning. Will be included in the
|
|
615
|
+
* payload verbatim. May be used to track mutations by the client.
|
|
616
|
+
*/
|
|
617
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
618
|
+
id: Scalars['UUID'];
|
|
619
|
+
};
|
|
620
|
+
/** The output of our delete `ApplicationIdpConnection` mutation. */
|
|
621
|
+
export type DeleteApplicationIdpConnectionPayload = {
|
|
622
|
+
__typename?: 'DeleteApplicationIdpConnectionPayload';
|
|
623
|
+
/** Reads a single `Application` that is related to this `ApplicationIdpConnection`. */
|
|
624
|
+
application?: Maybe<Application>;
|
|
625
|
+
/** The `ApplicationIdpConnection` that was deleted by this mutation. */
|
|
626
|
+
applicationIdpConnection?: Maybe<ApplicationIdpConnection>;
|
|
627
|
+
/** An edge for our `ApplicationIdpConnection`. May be used by Relay 1. */
|
|
628
|
+
applicationIdpConnectionEdge?: Maybe<ApplicationIdpConnectionsEdge>;
|
|
629
|
+
/**
|
|
630
|
+
* The exact same `clientMutationId` that was provided in the mutation input,
|
|
631
|
+
* unchanged and unused. May be used by a client to track mutations.
|
|
632
|
+
*/
|
|
633
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
634
|
+
/** Reads a single `IdpConnection` that is related to this `ApplicationIdpConnection`. */
|
|
635
|
+
idpConnection?: Maybe<IdpConnection>;
|
|
636
|
+
/** Our root query field type. Allows us to run any query from our mutation payload. */
|
|
637
|
+
query?: Maybe<Query>;
|
|
638
|
+
};
|
|
639
|
+
/** The output of our delete `ApplicationIdpConnection` mutation. */
|
|
640
|
+
export type DeleteApplicationIdpConnectionPayloadApplicationIdpConnectionEdgeArgs = {
|
|
641
|
+
orderBy?: Maybe<Array<ApplicationIdpConnectionsOrderBy>>;
|
|
642
|
+
};
|
|
643
|
+
/** All input for the `deleteApplication` mutation. */
|
|
644
|
+
export type DeleteApplicationInput = {
|
|
645
|
+
/**
|
|
646
|
+
* An arbitrary string value with no semantic meaning. Will be included in the
|
|
647
|
+
* payload verbatim. May be used to track mutations by the client.
|
|
648
|
+
*/
|
|
649
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
650
|
+
id: Scalars['UUID'];
|
|
651
|
+
};
|
|
652
|
+
/** The output of our delete `Application` mutation. */
|
|
653
|
+
export type DeleteApplicationPayload = {
|
|
654
|
+
__typename?: 'DeleteApplicationPayload';
|
|
655
|
+
/** The `Application` that was deleted by this mutation. */
|
|
656
|
+
application?: Maybe<Application>;
|
|
657
|
+
/** An edge for our `Application`. May be used by Relay 1. */
|
|
658
|
+
applicationEdge?: Maybe<ApplicationsEdge>;
|
|
659
|
+
/**
|
|
660
|
+
* The exact same `clientMutationId` that was provided in the mutation input,
|
|
661
|
+
* unchanged and unused. May be used by a client to track mutations.
|
|
662
|
+
*/
|
|
663
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
664
|
+
/** Our root query field type. Allows us to run any query from our mutation payload. */
|
|
665
|
+
query?: Maybe<Query>;
|
|
666
|
+
};
|
|
667
|
+
/** The output of our delete `Application` mutation. */
|
|
668
|
+
export type DeleteApplicationPayloadApplicationEdgeArgs = {
|
|
669
|
+
orderBy?: Maybe<Array<ApplicationsOrderBy>>;
|
|
670
|
+
};
|
|
671
|
+
/** All input for the `deleteIdpConnection` mutation. */
|
|
672
|
+
export type DeleteIdpConnectionInput = {
|
|
673
|
+
/**
|
|
674
|
+
* An arbitrary string value with no semantic meaning. Will be included in the
|
|
675
|
+
* payload verbatim. May be used to track mutations by the client.
|
|
676
|
+
*/
|
|
677
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
678
|
+
id: Scalars['UUID'];
|
|
679
|
+
};
|
|
680
|
+
/** The output of our delete `IdpConnection` mutation. */
|
|
681
|
+
export type DeleteIdpConnectionPayload = {
|
|
682
|
+
__typename?: 'DeleteIdpConnectionPayload';
|
|
683
|
+
/**
|
|
684
|
+
* The exact same `clientMutationId` that was provided in the mutation input,
|
|
685
|
+
* unchanged and unused. May be used by a client to track mutations.
|
|
686
|
+
*/
|
|
687
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
688
|
+
/** The `IdpConnection` that was deleted by this mutation. */
|
|
689
|
+
idpConnection?: Maybe<IdpConnection>;
|
|
690
|
+
/** An edge for our `IdpConnection`. May be used by Relay 1. */
|
|
691
|
+
idpConnectionEdge?: Maybe<IdpConnectionsEdge>;
|
|
692
|
+
/** Our root query field type. Allows us to run any query from our mutation payload. */
|
|
693
|
+
query?: Maybe<Query>;
|
|
694
|
+
};
|
|
695
|
+
/** The output of our delete `IdpConnection` mutation. */
|
|
696
|
+
export type DeleteIdpConnectionPayloadIdpConnectionEdgeArgs = {
|
|
697
|
+
orderBy?: Maybe<Array<IdpConnectionsOrderBy>>;
|
|
698
|
+
};
|
|
699
|
+
/** All input for the `deleteUserIdpDatum` mutation. */
|
|
700
|
+
export type DeleteUserIdpDatumInput = {
|
|
701
|
+
/**
|
|
702
|
+
* An arbitrary string value with no semantic meaning. Will be included in the
|
|
703
|
+
* payload verbatim. May be used to track mutations by the client.
|
|
704
|
+
*/
|
|
705
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
706
|
+
idpConnectionId: Scalars['UUID'];
|
|
707
|
+
userId: Scalars['UUID'];
|
|
708
|
+
};
|
|
709
|
+
/** The output of our delete `UserIdpDatum` mutation. */
|
|
710
|
+
export type DeleteUserIdpDatumPayload = {
|
|
711
|
+
__typename?: 'DeleteUserIdpDatumPayload';
|
|
712
|
+
/**
|
|
713
|
+
* The exact same `clientMutationId` that was provided in the mutation input,
|
|
714
|
+
* unchanged and unused. May be used by a client to track mutations.
|
|
715
|
+
*/
|
|
716
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
717
|
+
/** Reads a single `IdpConnection` that is related to this `UserIdpDatum`. */
|
|
718
|
+
idpConnection?: Maybe<IdpConnection>;
|
|
719
|
+
/** Our root query field type. Allows us to run any query from our mutation payload. */
|
|
720
|
+
query?: Maybe<Query>;
|
|
721
|
+
/** Reads a single `User` that is related to this `UserIdpDatum`. */
|
|
722
|
+
user?: Maybe<User>;
|
|
723
|
+
/** The `UserIdpDatum` that was deleted by this mutation. */
|
|
724
|
+
userIdpDatum?: Maybe<UserIdpDatum>;
|
|
725
|
+
/** An edge for our `UserIdpDatum`. May be used by Relay 1. */
|
|
726
|
+
userIdpDatumEdge?: Maybe<UserIdpDataEdge>;
|
|
727
|
+
};
|
|
728
|
+
/** The output of our delete `UserIdpDatum` mutation. */
|
|
729
|
+
export type DeleteUserIdpDatumPayloadUserIdpDatumEdgeArgs = {
|
|
730
|
+
orderBy?: Maybe<Array<UserIdpDataOrderBy>>;
|
|
731
|
+
};
|
|
732
|
+
/** All input for the `deleteUser` mutation. */
|
|
733
|
+
export type DeleteUserInput = {
|
|
734
|
+
/**
|
|
735
|
+
* An arbitrary string value with no semantic meaning. Will be included in the
|
|
736
|
+
* payload verbatim. May be used to track mutations by the client.
|
|
737
|
+
*/
|
|
738
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
739
|
+
id: Scalars['UUID'];
|
|
740
|
+
};
|
|
741
|
+
/** The output of our delete `User` mutation. */
|
|
742
|
+
export type DeleteUserPayload = {
|
|
743
|
+
__typename?: 'DeleteUserPayload';
|
|
744
|
+
/**
|
|
745
|
+
* The exact same `clientMutationId` that was provided in the mutation input,
|
|
746
|
+
* unchanged and unused. May be used by a client to track mutations.
|
|
747
|
+
*/
|
|
748
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
749
|
+
/** Our root query field type. Allows us to run any query from our mutation payload. */
|
|
750
|
+
query?: Maybe<Query>;
|
|
751
|
+
/** The `User` that was deleted by this mutation. */
|
|
752
|
+
user?: Maybe<User>;
|
|
753
|
+
/** An edge for our `User`. May be used by Relay 1. */
|
|
754
|
+
userEdge?: Maybe<UsersEdge>;
|
|
755
|
+
};
|
|
756
|
+
/** The output of our delete `User` mutation. */
|
|
757
|
+
export type DeleteUserPayloadUserEdgeArgs = {
|
|
758
|
+
orderBy?: Maybe<Array<UsersOrderBy>>;
|
|
759
|
+
};
|
|
760
|
+
/** All input for the `deleteUserProfile` mutation. */
|
|
761
|
+
export type DeleteUserProfileInput = {
|
|
762
|
+
/**
|
|
763
|
+
* An arbitrary string value with no semantic meaning. Will be included in the
|
|
764
|
+
* payload verbatim. May be used to track mutations by the client.
|
|
765
|
+
*/
|
|
766
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
767
|
+
id: Scalars['UUID'];
|
|
768
|
+
};
|
|
769
|
+
/** The output of our delete `UserProfile` mutation. */
|
|
770
|
+
export type DeleteUserProfilePayload = {
|
|
771
|
+
__typename?: 'DeleteUserProfilePayload';
|
|
772
|
+
/**
|
|
773
|
+
* The exact same `clientMutationId` that was provided in the mutation input,
|
|
774
|
+
* unchanged and unused. May be used by a client to track mutations.
|
|
775
|
+
*/
|
|
776
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
777
|
+
/** Our root query field type. Allows us to run any query from our mutation payload. */
|
|
778
|
+
query?: Maybe<Query>;
|
|
779
|
+
/** Reads a single `User` that is related to this `UserProfile`. */
|
|
780
|
+
user?: Maybe<User>;
|
|
781
|
+
/** The `UserProfile` that was deleted by this mutation. */
|
|
782
|
+
userProfile?: Maybe<UserProfile>;
|
|
783
|
+
/** An edge for our `UserProfile`. May be used by Relay 1. */
|
|
784
|
+
userProfileEdge?: Maybe<UserProfilesEdge>;
|
|
785
|
+
};
|
|
786
|
+
/** The output of our delete `UserProfile` mutation. */
|
|
787
|
+
export type DeleteUserProfilePayloadUserProfileEdgeArgs = {
|
|
788
|
+
orderBy?: Maybe<Array<UserProfilesOrderBy>>;
|
|
789
|
+
};
|
|
790
|
+
export type DevGenerateEndUserAccessTokenInput = {
|
|
791
|
+
/**
|
|
792
|
+
* Application ID to be used in the generated token.
|
|
793
|
+
* This must be the ID of an actual Application defined in the service (it need not be enabled).
|
|
794
|
+
*/
|
|
795
|
+
applicationId: Scalars['String'];
|
|
796
|
+
/**
|
|
797
|
+
* Extensions to be used in the generated token.
|
|
798
|
+
*
|
|
799
|
+
* Defaults to an empty JSON object i.e. {}.
|
|
800
|
+
*/
|
|
801
|
+
extensions?: Maybe<Scalars['JSON']>;
|
|
802
|
+
/**
|
|
803
|
+
* Determines if the email will be set as null in the generated token (useful to simulate a token with email set as null).
|
|
804
|
+
* When set to false a random email will be generated derived from the name.
|
|
805
|
+
*
|
|
806
|
+
* Defaults to false
|
|
807
|
+
*/
|
|
808
|
+
isNullEmail?: Maybe<Scalars['Boolean']>;
|
|
809
|
+
/**
|
|
810
|
+
* Name to be used in the generated token.
|
|
811
|
+
*
|
|
812
|
+
* If not specified, a random name will be used.
|
|
813
|
+
*/
|
|
814
|
+
name?: Maybe<Scalars['String']>;
|
|
815
|
+
/**
|
|
816
|
+
* Profile ID to be used in the generated token.
|
|
817
|
+
*
|
|
818
|
+
* If not specified, a random Profile ID will be used.
|
|
819
|
+
*/
|
|
820
|
+
profileId?: Maybe<Scalars['String']>;
|
|
821
|
+
/**
|
|
822
|
+
* Token Expiration time in seconds.
|
|
823
|
+
*
|
|
824
|
+
* If not specified, this will default to 30 days.
|
|
825
|
+
*/
|
|
826
|
+
tokenExpirationInSeconds?: Maybe<Scalars['Int']>;
|
|
827
|
+
/**
|
|
828
|
+
* User ID to be used in the generated token (set as the 'sub' property).
|
|
829
|
+
*
|
|
830
|
+
* If not specified, a random User ID will be used.
|
|
831
|
+
*/
|
|
832
|
+
userId?: Maybe<Scalars['String']>;
|
|
833
|
+
};
|
|
834
|
+
export type DevGenerateEndUserAccessTokenPayload = {
|
|
835
|
+
__typename?: 'DevGenerateEndUserAccessTokenPayload';
|
|
836
|
+
/** Development-time End-User Access Token. */
|
|
837
|
+
accessToken: Scalars['String'];
|
|
838
|
+
expiresInSeconds: Scalars['Int'];
|
|
839
|
+
tokenType: Scalars['String'];
|
|
840
|
+
};
|
|
841
|
+
export type EncryptWithKeyAesInput = {
|
|
842
|
+
/** Encryption Key to be used for the encryption. */
|
|
843
|
+
key: Scalars['String'];
|
|
844
|
+
/** Value to encrypt. */
|
|
845
|
+
valueToEncrypt: Scalars['String'];
|
|
846
|
+
};
|
|
847
|
+
export type EncryptWithKeyAesPayload = {
|
|
848
|
+
__typename?: 'EncryptWithKeyAesPayload';
|
|
849
|
+
/** The encrypted value as a Base 64 encoded string. */
|
|
850
|
+
encryptedValue: Scalars['String'];
|
|
851
|
+
};
|
|
852
|
+
export type EndUserAccessTokenPayload = {
|
|
853
|
+
__typename?: 'EndUserAccessTokenPayload';
|
|
854
|
+
applicationId: Scalars['UUID'];
|
|
855
|
+
email?: Maybe<Scalars['String']>;
|
|
856
|
+
environmentId: Scalars['UUID'];
|
|
857
|
+
extensions?: Maybe<Scalars['JSON']>;
|
|
858
|
+
name: Scalars['String'];
|
|
859
|
+
profileId: Scalars['String'];
|
|
860
|
+
sessionId: Scalars['String'];
|
|
861
|
+
sub: Scalars['String'];
|
|
862
|
+
subjectType: Scalars['String'];
|
|
863
|
+
tenantId: Scalars['UUID'];
|
|
864
|
+
};
|
|
865
|
+
/** Exposes all error codes and messages for errors that a service requests can throw. In some cases, messages that are actually thrown can be different, since they can include more details or a single code can used for different errors of the same type. */
|
|
866
|
+
export declare enum ErrorCodesEnum {
|
|
867
|
+
/** Access Token has expired. */
|
|
868
|
+
ACCESS_TOKEN_EXPIRED = "ACCESS_TOKEN_EXPIRED",
|
|
869
|
+
/** Error while generating the Access Token. */
|
|
870
|
+
ACCESS_TOKEN_GENERATION_ERROR = "ACCESS_TOKEN_GENERATION_ERROR",
|
|
871
|
+
/** Access Token is invalid */
|
|
872
|
+
ACCESS_TOKEN_INVALID = "ACCESS_TOKEN_INVALID",
|
|
873
|
+
/** Access Token is not provided */
|
|
874
|
+
ACCESS_TOKEN_REQUIRED = "ACCESS_TOKEN_REQUIRED",
|
|
875
|
+
/** Access token verification failed */
|
|
876
|
+
ACCESS_TOKEN_VERIFICATION_FAILED = "ACCESS_TOKEN_VERIFICATION_FAILED",
|
|
877
|
+
/** Application "%s" does not exist. */
|
|
878
|
+
APPLICATION_DOES_NOT_EXIST = "APPLICATION_DOES_NOT_EXIST",
|
|
879
|
+
/** Application error. */
|
|
880
|
+
APPLICATION_ERROR = "APPLICATION_ERROR",
|
|
881
|
+
/** Application [%s] is not enabled for use. */
|
|
882
|
+
APPLICATION_NOT_ENABLED = "APPLICATION_NOT_ENABLED",
|
|
883
|
+
/** Application [%s] does not exist or you have provided an invalid Application Key. */
|
|
884
|
+
APPLICATION_NOT_FOUND = "APPLICATION_NOT_FOUND",
|
|
885
|
+
/** Could not find an Application with the provided ID. Please check the value and try again. Hint: the Application must be enabled. */
|
|
886
|
+
APPLICATION_NOT_FOUND_OR_NOT_ENABLED = "APPLICATION_NOT_FOUND_OR_NOT_ENABLED",
|
|
887
|
+
/** No active signing key found for application "%s". */
|
|
888
|
+
APPLICATION_SIGNING_KEY_NOT_FOUND = "APPLICATION_SIGNING_KEY_NOT_FOUND",
|
|
889
|
+
/** The assertion check for the identifier %s failed. */
|
|
890
|
+
ASSERTION_FAILED = "ASSERTION_FAILED",
|
|
891
|
+
/** Auth config is invalid. */
|
|
892
|
+
AUTH_CONFIG_INVALID = "AUTH_CONFIG_INVALID",
|
|
893
|
+
/** Authenticated End User not found. */
|
|
894
|
+
AUTHENTICATED_END_USER_NOT_FOUND = "AUTHENTICATED_END_USER_NOT_FOUND",
|
|
895
|
+
/** Authenticated Management Subject not found. */
|
|
896
|
+
AUTHENTICATED_MANAGEMENT_SUBJECT_NOT_FOUND = "AUTHENTICATED_MANAGEMENT_SUBJECT_NOT_FOUND",
|
|
897
|
+
/** A Permission Definition or an EndUserAuthorizationConfig was not found to be passed into Postgraphile build options. This is a development time issue. */
|
|
898
|
+
AUTHORIZATION_OPTIONS_MISCONFIGURED = "AUTHORIZATION_OPTIONS_MISCONFIGURED",
|
|
899
|
+
/** Bad request */
|
|
900
|
+
BAD_REQUEST = "BAD_REQUEST",
|
|
901
|
+
/** Default User Profile cannot be deleted. */
|
|
902
|
+
CANNOT_DELETE_DEFAULT_PROFILE = "CANNOT_DELETE_DEFAULT_PROFILE",
|
|
903
|
+
/** A database operation has failed because of a lock timeout. */
|
|
904
|
+
DATABASE_LOCK_TIMEOUT_ERROR = "DATABASE_LOCK_TIMEOUT_ERROR",
|
|
905
|
+
/** An authorization database error has occurred. The user might not have enough permissions. */
|
|
906
|
+
DATABASE_PERMISSIONS_CHECK_FAILED = "DATABASE_PERMISSIONS_CHECK_FAILED",
|
|
907
|
+
/** An expected and handled database constraint error has occurred. The actual message will have more information. */
|
|
908
|
+
DATABASE_VALIDATION_FAILED = "DATABASE_VALIDATION_FAILED",
|
|
909
|
+
/** Error while decrypting. */
|
|
910
|
+
DECRYPTION_ERROR = "DECRYPTION_ERROR",
|
|
911
|
+
/** No default profile found for user. Contact Axinom Support. */
|
|
912
|
+
DEFAULT_PROFILE_NOT_FOUND = "DEFAULT_PROFILE_NOT_FOUND",
|
|
913
|
+
/** Application must have an IDP connection of type AX_DELEGATED_AUTH assigned to generate a Delegated Access Token. */
|
|
914
|
+
DELEGATED_AUTH_NOT_ASSIGNED_TO_APPLICATION = "DELEGATED_AUTH_NOT_ASSIGNED_TO_APPLICATION",
|
|
915
|
+
/** An IDP connection of type AX_DELEGATED_AUTH must be configured and enabled to generate a Delegated Access Token. */
|
|
916
|
+
DELEGATED_AUTH_NOT_CONFIGURED = "DELEGATED_AUTH_NOT_CONFIGURED",
|
|
917
|
+
/** An IDP Connection for provider 'Delegated Authentication' already exists. An environment can only have at most one IDP Connection with this provider. */
|
|
918
|
+
DELEGATED_AUTH_PROVIDER_EXISTS = "DELEGATED_AUTH_PROVIDER_EXISTS",
|
|
919
|
+
/** Email(s) already used by another User account. Contact Axinom support to add this email to your account. */
|
|
920
|
+
EMAIL_IN_USE = "EMAIL_IN_USE",
|
|
921
|
+
/** Error while encrypting */
|
|
922
|
+
ENCRYPTION_ERROR = "ENCRYPTION_ERROR",
|
|
923
|
+
/** Error while generating End-User Application Access Token. */
|
|
924
|
+
END_USER_ACCESS_TOKEN_GENERATION_ERROR = "END_USER_ACCESS_TOKEN_GENERATION_ERROR",
|
|
925
|
+
/** Error occurred while generating token for End User Application. */
|
|
926
|
+
END_USER_APP_TOKEN_GENERATION_ERROR = "END_USER_APP_TOKEN_GENERATION_ERROR",
|
|
927
|
+
/** This is a wrapper error for the original unhandled error of unsupported type. */
|
|
928
|
+
ERROR_WRAPPER = "ERROR_WRAPPER",
|
|
929
|
+
/** A GraphQL validation error has occurred. Please make sure that the GraphQL request is made with correct syntax or parameters. */
|
|
930
|
+
GRAPHQL_VALIDATION_FAILED = "GRAPHQL_VALIDATION_FAILED",
|
|
931
|
+
/** The Hosting service is not accessible. Please contact Axinom support. */
|
|
932
|
+
HOSTING_SERVICE_NOT_ACCESSIBLE = "HOSTING_SERVICE_NOT_ACCESSIBLE",
|
|
933
|
+
/** The Identity service is not accessible. Please contact Axinom support. */
|
|
934
|
+
IDENTITY_SERVICE_NOT_ACCESSIBLE = "IDENTITY_SERVICE_NOT_ACCESSIBLE",
|
|
935
|
+
/** IDP Connection [%s] does not exist. */
|
|
936
|
+
IDP_CONNECTION_DOES_NOT_EXIST = "IDP_CONNECTION_DOES_NOT_EXIST",
|
|
937
|
+
/** IDP Connection error. */
|
|
938
|
+
IDP_CONNECTION_ERROR = "IDP_CONNECTION_ERROR",
|
|
939
|
+
/** The protocol is required when creating a custom provider for the first time. */
|
|
940
|
+
IDP_PROTOCOL_MISSING = "IDP_PROTOCOL_MISSING",
|
|
941
|
+
/** Error occurred while generating token for Impersonated End User. */
|
|
942
|
+
IMPERSONATED_END_USER_ACCESS_TOKEN_GENERATION_ERROR = "IMPERSONATED_END_USER_ACCESS_TOKEN_GENERATION_ERROR",
|
|
943
|
+
/** An unhandled and unexpected error has occurred. Please contact the service support. */
|
|
944
|
+
INTERNAL_SERVER_ERROR = "INTERNAL_SERVER_ERROR",
|
|
945
|
+
/** Error accessing database. */
|
|
946
|
+
INTERNAL_SERVER_OR_DB_ACCESS_ERROR = "INTERNAL_SERVER_OR_DB_ACCESS_ERROR",
|
|
947
|
+
/** Invalid constructor arguments for "%s". */
|
|
948
|
+
INVALID_CONSTRUCTOR_ARGS = "INVALID_CONSTRUCTOR_ARGS",
|
|
949
|
+
/** Custom provider name cannot begin with 'Ax'. */
|
|
950
|
+
INVALID_CUSTOM_PROVIDER_NAME = "INVALID_CUSTOM_PROVIDER_NAME",
|
|
951
|
+
/** Invalid email format. Please provide a valid email address. */
|
|
952
|
+
INVALID_EMAIL_FORMAT = "INVALID_EMAIL_FORMAT",
|
|
953
|
+
/** Invalid URL format in [%s]. */
|
|
954
|
+
INVALID_URL_FORMAT = "INVALID_URL_FORMAT",
|
|
955
|
+
/** User store category of the referenced user store ID must be 'END_USER'. */
|
|
956
|
+
INVALID_USER_STORE_CATEGORY = "INVALID_USER_STORE_CATEGORY",
|
|
957
|
+
/** Error occurred while trying to fetch signing keys from the JWKS endpoint for the Tenant/Environment/Application. */
|
|
958
|
+
JWKS_ERROR = "JWKS_ERROR",
|
|
959
|
+
/** Passed JWT is not a Mosaic End-User Token. Cannot be verified. */
|
|
960
|
+
JWT_IS_NOT_MOSAIC_TOKEN = "JWT_IS_NOT_MOSAIC_TOKEN",
|
|
961
|
+
/** Malformed access token received */
|
|
962
|
+
MALFORMED_TOKEN = "MALFORMED_TOKEN",
|
|
963
|
+
/** Could not find a matching signing key using JWKS. */
|
|
964
|
+
MATCHING_SIGNING_KEY_NOT_FOUND = "MATCHING_SIGNING_KEY_NOT_FOUND",
|
|
965
|
+
/** The token is not an Authenticated End-User */
|
|
966
|
+
NOT_AUTHENTICATED_END_USER = "NOT_AUTHENTICATED_END_USER",
|
|
967
|
+
/** The object is not a AuthenticatedManagementSubject */
|
|
968
|
+
NOT_AUTHENTICATED_MANAGEMENT_SUBJECT = "NOT_AUTHENTICATED_MANAGEMENT_SUBJECT",
|
|
969
|
+
/** The object is not a AuthenticatedRequest */
|
|
970
|
+
NOT_AUTHENTICATED_REQUEST = "NOT_AUTHENTICATED_REQUEST",
|
|
971
|
+
/** The token is not an End-User Application */
|
|
972
|
+
NOT_END_USER_APPLICATION = "NOT_END_USER_APPLICATION",
|
|
973
|
+
/** The object is not an EndUserAuthenticationContext */
|
|
974
|
+
NOT_END_USER_AUTHENTICATION_CONTEXT = "NOT_END_USER_AUTHENTICATION_CONTEXT",
|
|
975
|
+
/** The object is not a GenericAuthenticatedSubject */
|
|
976
|
+
NOT_GENERIC_AUTHENTICATED_SUBJECT = "NOT_GENERIC_AUTHENTICATED_SUBJECT",
|
|
977
|
+
/** The object is not a ManagementAuthenticationContext */
|
|
978
|
+
NOT_MANAGEMENT_AUTHENTICATION_CONTEXT = "NOT_MANAGEMENT_AUTHENTICATION_CONTEXT",
|
|
979
|
+
/** The %s is missing required properties: %s. */
|
|
980
|
+
OBJECT_IS_MISSING_PROPERTIES = "OBJECT_IS_MISSING_PROPERTIES",
|
|
981
|
+
/** The provider name is already in use. Please use a different name or use the existing provider. */
|
|
982
|
+
PROVIDER_NAME_IN_USE = "PROVIDER_NAME_IN_USE",
|
|
983
|
+
/** The Reference User Store ID does not exist in the AxAuth Service. */
|
|
984
|
+
REFERENCE_USER_STORE_ID_NOT_FOUND = "REFERENCE_USER_STORE_ID_NOT_FOUND",
|
|
985
|
+
/** Service Configuration does not exist for the environment. */
|
|
986
|
+
SERVICE_CONFIG_ERROR = "SERVICE_CONFIG_ERROR",
|
|
987
|
+
/** Could not find a matching signing key to verify the access token. The signing key used to create the token may have been revoked or the Tenant/Environment/Application configuration is erroneous. */
|
|
988
|
+
SIGNING_KEY_NOT_FOUND = "SIGNING_KEY_NOT_FOUND",
|
|
989
|
+
/** An application startup error has occurred. The actual message will have more information. */
|
|
990
|
+
STARTUP_ERROR = "STARTUP_ERROR",
|
|
991
|
+
/** User is authenticated, but subject information was not found. Please contact Axinom Support. */
|
|
992
|
+
SUBJECT_INFORMATION_NOT_FOUND = "SUBJECT_INFORMATION_NOT_FOUND",
|
|
993
|
+
/** User is authenticated, but subject information was not found. Please contact Axinom Support. */
|
|
994
|
+
SUBJECT_NOT_FOUND = "SUBJECT_NOT_FOUND",
|
|
995
|
+
/** User Token enrichment content cannot exceed 10240 characters. */
|
|
996
|
+
TOKEN_ENRICHMENT_EXCEEDS_LIMIT = "TOKEN_ENRICHMENT_EXCEEDS_LIMIT",
|
|
997
|
+
/** Retrieving user information from Access Token Enrichment Webhook failed. */
|
|
998
|
+
TOKEN_ENRICHMENT_WEBHOOK_FAILURE = "TOKEN_ENRICHMENT_WEBHOOK_FAILURE",
|
|
999
|
+
/** Token validity duration cannot exceed %s. */
|
|
1000
|
+
TOKEN_VALIDITY_DURATION_EXCEEDED = "TOKEN_VALIDITY_DURATION_EXCEEDED",
|
|
1001
|
+
/** Unable to get the %s secret. Please contact Axinom Support. */
|
|
1002
|
+
UNABLE_TO_GET_SECRET = "UNABLE_TO_GET_SECRET",
|
|
1003
|
+
/** Unable to set the %s secret. Please contact Axinom Support. */
|
|
1004
|
+
UNABLE_TO_SET_SECRET = "UNABLE_TO_SET_SECRET",
|
|
1005
|
+
/** The subject has no permissions. */
|
|
1006
|
+
UNAUTHORIZED = "UNAUTHORIZED",
|
|
1007
|
+
/** Unexpected null or undefined value received. */
|
|
1008
|
+
UNEXPECTED_NULL_UNDEFINED = "UNEXPECTED_NULL_UNDEFINED",
|
|
1009
|
+
/** An unhandled error occurred while making requests through Axios. */
|
|
1010
|
+
UNHANDLED_AXIOS_ERROR = "UNHANDLED_AXIOS_ERROR",
|
|
1011
|
+
/** An unhandled database-related error has occurred. Please contact the service support. */
|
|
1012
|
+
UNHANDLED_DATABASE_ERROR = "UNHANDLED_DATABASE_ERROR",
|
|
1013
|
+
/** An unhandled error has occurred. Please contact the service support. */
|
|
1014
|
+
UNHANDLED_ERROR = "UNHANDLED_ERROR",
|
|
1015
|
+
/** Attempt to create or update an element failed, as it would have resulted in a duplicate element. */
|
|
1016
|
+
UNIQUE_CONSTRAINT_ERROR = "UNIQUE_CONSTRAINT_ERROR",
|
|
1017
|
+
/** An error occurred while generating long lived token. %s. */
|
|
1018
|
+
UNKNOWN_ERROR_GENERATING_LONG_LIVED_TOKEN = "UNKNOWN_ERROR_GENERATING_LONG_LIVED_TOKEN",
|
|
1019
|
+
/** Unsupported token type received to generateEndUserLongLivedToken. %s */
|
|
1020
|
+
UNSUPPORTED_TOKEN_RECEIVED = "UNSUPPORTED_TOKEN_RECEIVED",
|
|
1021
|
+
/** No payload was found in User Info Retrieval webhook response. */
|
|
1022
|
+
USER_INFO_WEBHOOK_RESPONSE_PAYLOAD_NOT_FOUND = "USER_INFO_WEBHOOK_RESPONSE_PAYLOAD_NOT_FOUND",
|
|
1023
|
+
/** User is not authorized to access the operation. */
|
|
1024
|
+
USER_NOT_AUTHORIZED = "USER_NOT_AUTHORIZED",
|
|
1025
|
+
/** User does not exist or you have provided an invalid user ID. */
|
|
1026
|
+
USER_NOT_FOUND = "USER_NOT_FOUND",
|
|
1027
|
+
/** The User service is not accessible. Please contact Axinom support. */
|
|
1028
|
+
USER_SERVICE_NOT_ACCESSIBLE = "USER_SERVICE_NOT_ACCESSIBLE",
|
|
1029
|
+
/** User Store can only be set when creating an IDP Connection for the "AxAuth" provider. */
|
|
1030
|
+
USER_STORE_SHOULD_BE_EMPTY = "USER_STORE_SHOULD_BE_EMPTY",
|
|
1031
|
+
/** A User Store is required when creating an IDP Connection for the "AxAuth" provider. */
|
|
1032
|
+
USER_STORE_SHOULD_NOT_BE_EMPTY = "USER_STORE_SHOULD_NOT_BE_EMPTY",
|
|
1033
|
+
/** Could not decode the user token when trying to create a long-lived end-user token. */
|
|
1034
|
+
USER_TOKEN_DECODE_FAILED = "USER_TOKEN_DECODE_FAILED",
|
|
1035
|
+
/** User token is expired. */
|
|
1036
|
+
USER_TOKEN_EXPIRED = "USER_TOKEN_EXPIRED",
|
|
1037
|
+
/** The %s is not an object. */
|
|
1038
|
+
VALUE_IS_NOT_OBJECT = "VALUE_IS_NOT_OBJECT",
|
|
1039
|
+
/** Unable to make a request to the webhook URL "%s". Please make sure that the endpoint is reachable. */
|
|
1040
|
+
WEBHOOK_ENDPOINT_NOT_REACHABLE = "WEBHOOK_ENDPOINT_NOT_REACHABLE",
|
|
1041
|
+
/** A webhook request has failed. A more concrete error message will be returned with this code. */
|
|
1042
|
+
WEBHOOK_REQUEST_FAILURE = "WEBHOOK_REQUEST_FAILURE",
|
|
1043
|
+
/** The webhook for the URL "%s" responded with error(s). Please check the details for more information. */
|
|
1044
|
+
WEBHOOK_RESPONDED_WITH_ERRORS = "WEBHOOK_RESPONDED_WITH_ERRORS",
|
|
1045
|
+
/** The request to get the %s secret succeeded, but the secret was not found. Please contact Axinom Support. */
|
|
1046
|
+
WEBHOOK_SECRET_NOT_FOUND = "WEBHOOK_SECRET_NOT_FOUND",
|
|
1047
|
+
/** The %s secret is not set. Please call an appropriate mutation to generate it. */
|
|
1048
|
+
WEBHOOK_SECRET_NOT_SET = "WEBHOOK_SECRET_NOT_SET",
|
|
1049
|
+
/** Websocket not found in ExtendedGraphQLContext. This is a development time issue. A reference to the websocket must be included in Postgraphile build options. */
|
|
1050
|
+
WEBSOCKET_NOT_FOUND = "WEBSOCKET_NOT_FOUND"
|
|
1051
|
+
}
|
|
1052
|
+
export type GenerateAccessTokenEnrichmentWebhookSecretInput = {
|
|
1053
|
+
applicationId: Scalars['String'];
|
|
1054
|
+
};
|
|
1055
|
+
export type GenerateAccessTokenEnrichmentWebhookSecretPayload = {
|
|
1056
|
+
__typename?: 'GenerateAccessTokenEnrichmentWebhookSecretPayload';
|
|
1057
|
+
secret: Scalars['String'];
|
|
1058
|
+
};
|
|
1059
|
+
export type GenerateApplicationKeyInput = {
|
|
1060
|
+
applicationId: Scalars['UUID'];
|
|
1061
|
+
};
|
|
1062
|
+
export type GenerateApplicationKeyPayload = {
|
|
1063
|
+
__typename?: 'GenerateApplicationKeyPayload';
|
|
1064
|
+
applicationKey: Scalars['String'];
|
|
1065
|
+
};
|
|
1066
|
+
export type GenerateDelegatedAccessTokenInput = {
|
|
1067
|
+
/** Application ID the Delegated Token that must be generated against. */
|
|
1068
|
+
applicationId: Scalars['UUID'];
|
|
1069
|
+
/**
|
|
1070
|
+
* Email address of the end-user on the external system
|
|
1071
|
+
* the token is generated for. This is an optional value.
|
|
1072
|
+
* When the email is not provided, the user will be identified only by
|
|
1073
|
+
* the subjectId.
|
|
1074
|
+
*/
|
|
1075
|
+
email?: Maybe<Scalars['String']>;
|
|
1076
|
+
/**
|
|
1077
|
+
* Name of the end-user.
|
|
1078
|
+
* If a name is not given, the local-part of the email address (portion before the @ sign) is taken as the name.
|
|
1079
|
+
* If no email is given either, the name will have the UUID of the User.
|
|
1080
|
+
*/
|
|
1081
|
+
name?: Maybe<Scalars['String']>;
|
|
1082
|
+
/**
|
|
1083
|
+
* Subject ID of the end-user given by the Authentication Provider.
|
|
1084
|
+
* This is a unique value to identify the user as determined by the external system.
|
|
1085
|
+
*/
|
|
1086
|
+
subjectId: Scalars['String'];
|
|
1087
|
+
/**
|
|
1088
|
+
* A unique identifier which represents the user's profile on the external system.
|
|
1089
|
+
*
|
|
1090
|
+
* Based on the value of this identifier, either a new User Profile
|
|
1091
|
+
* will be created, or an existing User Profile will be associated with the token.
|
|
1092
|
+
*
|
|
1093
|
+
* If no value is provided, a default user profile will be created and associated
|
|
1094
|
+
* with the token (the same profile will be used in subsequent invocations).
|
|
1095
|
+
*/
|
|
1096
|
+
uniqueProfileIdentifier?: Maybe<Scalars['String']>;
|
|
1097
|
+
};
|
|
1098
|
+
export type GenerateDelegatedAccessTokenPayload = {
|
|
1099
|
+
__typename?: 'GenerateDelegatedAccessTokenPayload';
|
|
1100
|
+
accessToken: Scalars['String'];
|
|
1101
|
+
expiresInSeconds: Scalars['Int'];
|
|
1102
|
+
payload: EndUserAccessTokenPayload;
|
|
1103
|
+
tokenType: Scalars['String'];
|
|
1104
|
+
};
|
|
1105
|
+
export type GenerateEndUserLongLivedTokenInput = {
|
|
1106
|
+
/** User access token to extend the validity period for. */
|
|
1107
|
+
userToken: Scalars['String'];
|
|
1108
|
+
/** Validity duration from time of invocation. Defaults to 30 days if unspecified. */
|
|
1109
|
+
validityDurationInSeconds?: Maybe<Scalars['Int']>;
|
|
1110
|
+
};
|
|
1111
|
+
export type GenerateEndUserLongLivedTokenPayload = {
|
|
1112
|
+
__typename?: 'GenerateEndUserLongLivedTokenPayload';
|
|
1113
|
+
/** User Token expiration timeout in seconds */
|
|
1114
|
+
expiresInSeconds: Scalars['Int'];
|
|
1115
|
+
/** User Token type to use when making client requests */
|
|
1116
|
+
tokenType: Scalars['String'];
|
|
1117
|
+
/** Long lived user token */
|
|
1118
|
+
userToken: Scalars['String'];
|
|
1119
|
+
};
|
|
1120
|
+
export type GenerateImpersonatedEndUserAccessTokenInput = {
|
|
1121
|
+
/** Application ID to be used in the generated token. */
|
|
1122
|
+
applicationId: Scalars['String'];
|
|
1123
|
+
/**
|
|
1124
|
+
* Profile ID to be used in the generated token.
|
|
1125
|
+
* If not specified, the user's default Profile ID will be used.
|
|
1126
|
+
*/
|
|
1127
|
+
profileId?: Maybe<Scalars['String']>;
|
|
1128
|
+
/**
|
|
1129
|
+
* Token Expiration time in seconds.
|
|
1130
|
+
* If not specified, the default end-user token lifetime of the Application will be used.
|
|
1131
|
+
*/
|
|
1132
|
+
tokenExpirationInSeconds?: Maybe<Scalars['Int']>;
|
|
1133
|
+
/** User ID to be used in the generated token (set as the 'sub' property). */
|
|
1134
|
+
userId: Scalars['String'];
|
|
1135
|
+
};
|
|
1136
|
+
export type GenerateImpersonatedEndUserAccessTokenPayload = {
|
|
1137
|
+
__typename?: 'GenerateImpersonatedEndUserAccessTokenPayload';
|
|
1138
|
+
/** Impersonated End-User Access Token. */
|
|
1139
|
+
accessToken: Scalars['String'];
|
|
1140
|
+
expiresInSeconds: Scalars['Int'];
|
|
1141
|
+
tokenType: Scalars['String'];
|
|
1142
|
+
};
|
|
1143
|
+
export type GenerateUserCreatedWebhookSecretInput = {
|
|
1144
|
+
serviceConfigurationId: Scalars['String'];
|
|
1145
|
+
};
|
|
1146
|
+
export type GenerateUserCreatedWebhookSecretPayload = {
|
|
1147
|
+
__typename?: 'GenerateUserCreatedWebhookSecretPayload';
|
|
1148
|
+
secret: Scalars['String'];
|
|
1149
|
+
};
|
|
1150
|
+
export type GenerateUserInfoWebhookSecretInput = {
|
|
1151
|
+
idpConnectionId: Scalars['String'];
|
|
1152
|
+
};
|
|
1153
|
+
export type GenerateUserInfoWebhookSecretPayload = {
|
|
1154
|
+
__typename?: 'GenerateUserInfoWebhookSecretPayload';
|
|
1155
|
+
secret: Scalars['String'];
|
|
1156
|
+
};
|
|
1157
|
+
/** A filter to be used against IdpAdditionalParamsObject fields. All fields are combined with a logical ‘and.’ */
|
|
1158
|
+
export type IdpAdditionalParamsObjectFilter = {
|
|
1159
|
+
/** Contained by the specified JSON. */
|
|
1160
|
+
containedBy?: Maybe<Scalars['IdpAdditionalParamsObject']>;
|
|
1161
|
+
/** Contains the specified JSON. */
|
|
1162
|
+
contains?: Maybe<Scalars['IdpAdditionalParamsObject']>;
|
|
1163
|
+
/** Contains all of the specified keys. */
|
|
1164
|
+
containsAllKeys?: Maybe<Array<Scalars['String']>>;
|
|
1165
|
+
/** Contains any of the specified keys. */
|
|
1166
|
+
containsAnyKeys?: Maybe<Array<Scalars['String']>>;
|
|
1167
|
+
/** Contains the specified key. */
|
|
1168
|
+
containsKey?: Maybe<Scalars['String']>;
|
|
1169
|
+
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
1170
|
+
distinctFrom?: Maybe<Scalars['IdpAdditionalParamsObject']>;
|
|
1171
|
+
/** Equal to the specified value. */
|
|
1172
|
+
equalTo?: Maybe<Scalars['IdpAdditionalParamsObject']>;
|
|
1173
|
+
/** Greater than the specified value. */
|
|
1174
|
+
greaterThan?: Maybe<Scalars['IdpAdditionalParamsObject']>;
|
|
1175
|
+
/** Greater than or equal to the specified value. */
|
|
1176
|
+
greaterThanOrEqualTo?: Maybe<Scalars['IdpAdditionalParamsObject']>;
|
|
1177
|
+
/** Included in the specified list. */
|
|
1178
|
+
in?: Maybe<Array<Scalars['IdpAdditionalParamsObject']>>;
|
|
1179
|
+
/** Is null (if `true` is specified) or is not null (if `false` is specified). */
|
|
1180
|
+
isNull?: Maybe<Scalars['Boolean']>;
|
|
1181
|
+
/** Less than the specified value. */
|
|
1182
|
+
lessThan?: Maybe<Scalars['IdpAdditionalParamsObject']>;
|
|
1183
|
+
/** Less than or equal to the specified value. */
|
|
1184
|
+
lessThanOrEqualTo?: Maybe<Scalars['IdpAdditionalParamsObject']>;
|
|
1185
|
+
/** Equal to the specified value, treating null like an ordinary value. */
|
|
1186
|
+
notDistinctFrom?: Maybe<Scalars['IdpAdditionalParamsObject']>;
|
|
1187
|
+
/** Not equal to the specified value. */
|
|
1188
|
+
notEqualTo?: Maybe<Scalars['IdpAdditionalParamsObject']>;
|
|
1189
|
+
/** Not included in the specified list. */
|
|
1190
|
+
notIn?: Maybe<Array<Scalars['IdpAdditionalParamsObject']>>;
|
|
1191
|
+
};
|
|
1192
|
+
export type IdpConnection = {
|
|
1193
|
+
__typename?: 'IdpConnection';
|
|
1194
|
+
additionalParams?: Maybe<Scalars['IdpAdditionalParamsObject']>;
|
|
1195
|
+
allManagedScopes?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
1196
|
+
/** Reads and enables pagination through a set of `ApplicationIdpConnection`. */
|
|
1197
|
+
applicationIdpConnections: ApplicationIdpConnectionsConnection;
|
|
1198
|
+
authorizationEndpointUrl?: Maybe<Scalars['String']>;
|
|
1199
|
+
clientId?: Maybe<Scalars['String']>;
|
|
1200
|
+
clientSecret?: Maybe<Scalars['String']>;
|
|
1201
|
+
createdDate: Scalars['Datetime'];
|
|
1202
|
+
createdUser: Scalars['String'];
|
|
1203
|
+
discoveryDocumentUrl?: Maybe<Scalars['String']>;
|
|
1204
|
+
enabled: Scalars['Boolean'];
|
|
1205
|
+
environmentId: Scalars['UUID'];
|
|
1206
|
+
extraScopes?: Maybe<Array<Scalars['String']>>;
|
|
1207
|
+
id: Scalars['UUID'];
|
|
1208
|
+
protocol: IdpProtocol;
|
|
1209
|
+
providerIconUrl?: Maybe<Scalars['String']>;
|
|
1210
|
+
providerId: Scalars['String'];
|
|
1211
|
+
providerName?: Maybe<Scalars['String']>;
|
|
1212
|
+
referenceUserStoreId?: Maybe<Scalars['String']>;
|
|
1213
|
+
scopes?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
1214
|
+
sortOrder?: Maybe<Scalars['Int']>;
|
|
1215
|
+
tenantId: Scalars['UUID'];
|
|
1216
|
+
title: Scalars['String'];
|
|
1217
|
+
tokenEndpointUrl?: Maybe<Scalars['String']>;
|
|
1218
|
+
updatedDate: Scalars['Datetime'];
|
|
1219
|
+
updatedUser: Scalars['String'];
|
|
1220
|
+
/** Reads and enables pagination through a set of `UserIdpDatum`. */
|
|
1221
|
+
userIdpData: UserIdpDataConnection;
|
|
1222
|
+
userInfoEndpointUrl?: Maybe<Scalars['String']>;
|
|
1223
|
+
userInfoRetrievalWebhook?: Maybe<Scalars['String']>;
|
|
1224
|
+
userInfoRetrievalWebhookSecretIsSet: Scalars['Boolean'];
|
|
1225
|
+
};
|
|
1226
|
+
export type IdpConnectionApplicationIdpConnectionsArgs = {
|
|
1227
|
+
after?: Maybe<Scalars['Cursor']>;
|
|
1228
|
+
before?: Maybe<Scalars['Cursor']>;
|
|
1229
|
+
condition?: Maybe<ApplicationIdpConnectionCondition>;
|
|
1230
|
+
filter?: Maybe<ApplicationIdpConnectionFilter>;
|
|
1231
|
+
first?: Maybe<Scalars['Int']>;
|
|
1232
|
+
last?: Maybe<Scalars['Int']>;
|
|
1233
|
+
offset?: Maybe<Scalars['Int']>;
|
|
1234
|
+
orderBy?: Maybe<Array<ApplicationIdpConnectionsOrderBy>>;
|
|
1235
|
+
};
|
|
1236
|
+
export type IdpConnectionUserIdpDataArgs = {
|
|
1237
|
+
after?: Maybe<Scalars['Cursor']>;
|
|
1238
|
+
before?: Maybe<Scalars['Cursor']>;
|
|
1239
|
+
condition?: Maybe<UserIdpDatumCondition>;
|
|
1240
|
+
filter?: Maybe<UserIdpDatumFilter>;
|
|
1241
|
+
first?: Maybe<Scalars['Int']>;
|
|
1242
|
+
last?: Maybe<Scalars['Int']>;
|
|
1243
|
+
offset?: Maybe<Scalars['Int']>;
|
|
1244
|
+
orderBy?: Maybe<Array<UserIdpDataOrderBy>>;
|
|
1245
|
+
};
|
|
1246
|
+
/**
|
|
1247
|
+
* A condition to be used against `IdpConnection` object types. All fields are
|
|
1248
|
+
* tested for equality and combined with a logical ‘and.’
|
|
1249
|
+
*/
|
|
1250
|
+
export type IdpConnectionCondition = {
|
|
1251
|
+
/** Checks for equality with the object’s `additionalParams` field. */
|
|
1252
|
+
additionalParams?: Maybe<Scalars['IdpAdditionalParamsObject']>;
|
|
1253
|
+
/** Checks for equality with the object’s `authorizationEndpointUrl` field. */
|
|
1254
|
+
authorizationEndpointUrl?: Maybe<Scalars['String']>;
|
|
1255
|
+
/** Checks for equality with the object’s `clientId` field. */
|
|
1256
|
+
clientId?: Maybe<Scalars['String']>;
|
|
1257
|
+
/** Checks for equality with the object’s `clientSecret` field. */
|
|
1258
|
+
clientSecret?: Maybe<Scalars['String']>;
|
|
1259
|
+
/** Checks for equality with the object’s `createdDate` field. */
|
|
1260
|
+
createdDate?: Maybe<Scalars['Datetime']>;
|
|
1261
|
+
/** Checks for equality with the object’s `createdUser` field. */
|
|
1262
|
+
createdUser?: Maybe<Scalars['String']>;
|
|
1263
|
+
/** Checks for equality with the object’s `discoveryDocumentUrl` field. */
|
|
1264
|
+
discoveryDocumentUrl?: Maybe<Scalars['String']>;
|
|
1265
|
+
/** Checks for equality with the object’s `enabled` field. */
|
|
1266
|
+
enabled?: Maybe<Scalars['Boolean']>;
|
|
1267
|
+
/** Checks for equality with the object’s `environmentId` field. */
|
|
1268
|
+
environmentId?: Maybe<Scalars['UUID']>;
|
|
1269
|
+
/** Checks for equality with the object’s `id` field. */
|
|
1270
|
+
id?: Maybe<Scalars['UUID']>;
|
|
1271
|
+
/** Checks for equality with the object’s `protocol` field. */
|
|
1272
|
+
protocol?: Maybe<IdpProtocol>;
|
|
1273
|
+
/** Checks for equality with the object’s `providerIconUrl` field. */
|
|
1274
|
+
providerIconUrl?: Maybe<Scalars['String']>;
|
|
1275
|
+
/** Checks for equality with the object’s `providerId` field. */
|
|
1276
|
+
providerId?: Maybe<Scalars['String']>;
|
|
1277
|
+
/** Checks for equality with the object’s `referenceUserStoreId` field. */
|
|
1278
|
+
referenceUserStoreId?: Maybe<Scalars['String']>;
|
|
1279
|
+
/** Checks for equality with the object’s `scopes` field. */
|
|
1280
|
+
scopes?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
1281
|
+
/** Checks for equality with the object’s `sortOrder` field. */
|
|
1282
|
+
sortOrder?: Maybe<Scalars['Int']>;
|
|
1283
|
+
/** Checks for equality with the object’s `tenantId` field. */
|
|
1284
|
+
tenantId?: Maybe<Scalars['UUID']>;
|
|
1285
|
+
/** Checks for equality with the object’s `title` field. */
|
|
1286
|
+
title?: Maybe<Scalars['String']>;
|
|
1287
|
+
/** Checks for equality with the object’s `tokenEndpointUrl` field. */
|
|
1288
|
+
tokenEndpointUrl?: Maybe<Scalars['String']>;
|
|
1289
|
+
/** Checks for equality with the object’s `updatedDate` field. */
|
|
1290
|
+
updatedDate?: Maybe<Scalars['Datetime']>;
|
|
1291
|
+
/** Checks for equality with the object’s `updatedUser` field. */
|
|
1292
|
+
updatedUser?: Maybe<Scalars['String']>;
|
|
1293
|
+
/** Checks for equality with the object’s `userInfoEndpointUrl` field. */
|
|
1294
|
+
userInfoEndpointUrl?: Maybe<Scalars['String']>;
|
|
1295
|
+
/** Checks for equality with the object’s `userInfoRetrievalWebhook` field. */
|
|
1296
|
+
userInfoRetrievalWebhook?: Maybe<Scalars['String']>;
|
|
1297
|
+
/** Checks for equality with the object’s `userInfoRetrievalWebhookSecretIsSet` field. */
|
|
1298
|
+
userInfoRetrievalWebhookSecretIsSet?: Maybe<Scalars['Boolean']>;
|
|
1299
|
+
};
|
|
1300
|
+
/** A filter to be used against `IdpConnection` object types. All fields are combined with a logical ‘and.’ */
|
|
1301
|
+
export type IdpConnectionFilter = {
|
|
1302
|
+
/** Filter by the object’s `additionalParams` field. */
|
|
1303
|
+
additionalParams?: Maybe<IdpAdditionalParamsObjectFilter>;
|
|
1304
|
+
/** Checks for all expressions in this list. */
|
|
1305
|
+
and?: Maybe<Array<IdpConnectionFilter>>;
|
|
1306
|
+
/** Filter by the object’s `applicationIdpConnections` relation. */
|
|
1307
|
+
applicationIdpConnections?: Maybe<IdpConnectionToManyApplicationIdpConnectionFilter>;
|
|
1308
|
+
/** Some related `applicationIdpConnections` exist. */
|
|
1309
|
+
applicationIdpConnectionsExist?: Maybe<Scalars['Boolean']>;
|
|
1310
|
+
/** Filter by the object’s `authorizationEndpointUrl` field. */
|
|
1311
|
+
authorizationEndpointUrl?: Maybe<StringFilter>;
|
|
1312
|
+
/** Filter by the object’s `clientId` field. */
|
|
1313
|
+
clientId?: Maybe<StringFilter>;
|
|
1314
|
+
/** Filter by the object’s `clientSecret` field. */
|
|
1315
|
+
clientSecret?: Maybe<StringFilter>;
|
|
1316
|
+
/** Filter by the object’s `createdDate` field. */
|
|
1317
|
+
createdDate?: Maybe<DatetimeFilter>;
|
|
1318
|
+
/** Filter by the object’s `createdUser` field. */
|
|
1319
|
+
createdUser?: Maybe<StringFilter>;
|
|
1320
|
+
/** Filter by the object’s `discoveryDocumentUrl` field. */
|
|
1321
|
+
discoveryDocumentUrl?: Maybe<StringFilter>;
|
|
1322
|
+
/** Filter by the object’s `enabled` field. */
|
|
1323
|
+
enabled?: Maybe<BooleanFilter>;
|
|
1324
|
+
/** Filter by the object’s `environmentId` field. */
|
|
1325
|
+
environmentId?: Maybe<UuidFilter>;
|
|
1326
|
+
/** Filter by the object’s `id` field. */
|
|
1327
|
+
id?: Maybe<UuidFilter>;
|
|
1328
|
+
/** Negates the expression. */
|
|
1329
|
+
not?: Maybe<IdpConnectionFilter>;
|
|
1330
|
+
/** Checks for any expressions in this list. */
|
|
1331
|
+
or?: Maybe<Array<IdpConnectionFilter>>;
|
|
1332
|
+
/** Filter by the object’s `protocol` field. */
|
|
1333
|
+
protocol?: Maybe<IdpProtocolFilter>;
|
|
1334
|
+
/** Filter by the object’s `providerIconUrl` field. */
|
|
1335
|
+
providerIconUrl?: Maybe<StringFilter>;
|
|
1336
|
+
/** Filter by the object’s `providerId` field. */
|
|
1337
|
+
providerId?: Maybe<StringFilter>;
|
|
1338
|
+
/** Filter by the object’s `providerName` field. */
|
|
1339
|
+
providerName?: Maybe<StringFilter>;
|
|
1340
|
+
/** Filter by the object’s `referenceUserStoreId` field. */
|
|
1341
|
+
referenceUserStoreId?: Maybe<StringFilter>;
|
|
1342
|
+
/** Filter by the object’s `scopes` field. */
|
|
1343
|
+
scopes?: Maybe<StringListFilter>;
|
|
1344
|
+
/** Filter by the object’s `sortOrder` field. */
|
|
1345
|
+
sortOrder?: Maybe<IntFilter>;
|
|
1346
|
+
/** Filter by the object’s `tenantId` field. */
|
|
1347
|
+
tenantId?: Maybe<UuidFilter>;
|
|
1348
|
+
/** Filter by the object’s `title` field. */
|
|
1349
|
+
title?: Maybe<StringFilter>;
|
|
1350
|
+
/** Filter by the object’s `tokenEndpointUrl` field. */
|
|
1351
|
+
tokenEndpointUrl?: Maybe<StringFilter>;
|
|
1352
|
+
/** Filter by the object’s `updatedDate` field. */
|
|
1353
|
+
updatedDate?: Maybe<DatetimeFilter>;
|
|
1354
|
+
/** Filter by the object’s `updatedUser` field. */
|
|
1355
|
+
updatedUser?: Maybe<StringFilter>;
|
|
1356
|
+
/** Filter by the object’s `userIdpData` relation. */
|
|
1357
|
+
userIdpData?: Maybe<IdpConnectionToManyUserIdpDatumFilter>;
|
|
1358
|
+
/** Some related `userIdpData` exist. */
|
|
1359
|
+
userIdpDataExist?: Maybe<Scalars['Boolean']>;
|
|
1360
|
+
/** Filter by the object’s `userInfoEndpointUrl` field. */
|
|
1361
|
+
userInfoEndpointUrl?: Maybe<StringFilter>;
|
|
1362
|
+
/** Filter by the object’s `userInfoRetrievalWebhook` field. */
|
|
1363
|
+
userInfoRetrievalWebhook?: Maybe<StringFilter>;
|
|
1364
|
+
/** Filter by the object’s `userInfoRetrievalWebhookSecretIsSet` field. */
|
|
1365
|
+
userInfoRetrievalWebhookSecretIsSet?: Maybe<BooleanFilter>;
|
|
1366
|
+
};
|
|
1367
|
+
/** An input for mutations affecting `IdpConnection` */
|
|
1368
|
+
export type IdpConnectionInput = {
|
|
1369
|
+
additionalParams?: Maybe<Scalars['IdpAdditionalParamsObject']>;
|
|
1370
|
+
authorizationEndpointUrl?: Maybe<Scalars['String']>;
|
|
1371
|
+
clientId?: Maybe<Scalars['String']>;
|
|
1372
|
+
clientSecret?: Maybe<Scalars['String']>;
|
|
1373
|
+
discoveryDocumentUrl?: Maybe<Scalars['String']>;
|
|
1374
|
+
protocol?: Maybe<IdpProtocol>;
|
|
1375
|
+
providerIconUrl?: Maybe<Scalars['String']>;
|
|
1376
|
+
providerId: Scalars['String'];
|
|
1377
|
+
referenceUserStoreId?: Maybe<Scalars['String']>;
|
|
1378
|
+
scopes?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
1379
|
+
sortOrder?: Maybe<Scalars['Int']>;
|
|
1380
|
+
title: Scalars['String'];
|
|
1381
|
+
tokenEndpointUrl?: Maybe<Scalars['String']>;
|
|
1382
|
+
userInfoEndpointUrl?: Maybe<Scalars['String']>;
|
|
1383
|
+
userInfoRetrievalWebhook?: Maybe<Scalars['String']>;
|
|
1384
|
+
userInfoRetrievalWebhookSecretIsSet?: Maybe<Scalars['Boolean']>;
|
|
1385
|
+
};
|
|
1386
|
+
/** Represents an update to a `IdpConnection`. Fields that are set will be updated. */
|
|
1387
|
+
export type IdpConnectionPatch = {
|
|
1388
|
+
additionalParams?: Maybe<Scalars['IdpAdditionalParamsObject']>;
|
|
1389
|
+
authorizationEndpointUrl?: Maybe<Scalars['String']>;
|
|
1390
|
+
clientId?: Maybe<Scalars['String']>;
|
|
1391
|
+
clientSecret?: Maybe<Scalars['String']>;
|
|
1392
|
+
discoveryDocumentUrl?: Maybe<Scalars['String']>;
|
|
1393
|
+
enabled?: Maybe<Scalars['Boolean']>;
|
|
1394
|
+
providerIconUrl?: Maybe<Scalars['String']>;
|
|
1395
|
+
scopes?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
1396
|
+
sortOrder?: Maybe<Scalars['Int']>;
|
|
1397
|
+
title?: Maybe<Scalars['String']>;
|
|
1398
|
+
tokenEndpointUrl?: Maybe<Scalars['String']>;
|
|
1399
|
+
userInfoEndpointUrl?: Maybe<Scalars['String']>;
|
|
1400
|
+
userInfoRetrievalWebhook?: Maybe<Scalars['String']>;
|
|
1401
|
+
userInfoRetrievalWebhookSecretIsSet?: Maybe<Scalars['Boolean']>;
|
|
1402
|
+
};
|
|
1403
|
+
/** A connection to a list of `IdpConnection` values. */
|
|
1404
|
+
export type IdpConnectionsConnection = {
|
|
1405
|
+
__typename?: 'IdpConnectionsConnection';
|
|
1406
|
+
/** A list of edges which contains the `IdpConnection` and cursor to aid in pagination. */
|
|
1407
|
+
edges: Array<IdpConnectionsEdge>;
|
|
1408
|
+
/** A list of `IdpConnection` objects. */
|
|
1409
|
+
nodes: Array<IdpConnection>;
|
|
1410
|
+
/** Information to aid in pagination. */
|
|
1411
|
+
pageInfo: PageInfo;
|
|
1412
|
+
/** The count of *all* `IdpConnection` you could get from the connection. */
|
|
1413
|
+
totalCount: Scalars['Int'];
|
|
1414
|
+
};
|
|
1415
|
+
/** A `IdpConnection` edge in the connection. */
|
|
1416
|
+
export type IdpConnectionsEdge = {
|
|
1417
|
+
__typename?: 'IdpConnectionsEdge';
|
|
1418
|
+
/** A cursor for use in pagination. */
|
|
1419
|
+
cursor?: Maybe<Scalars['Cursor']>;
|
|
1420
|
+
/** The `IdpConnection` at the end of the edge. */
|
|
1421
|
+
node: IdpConnection;
|
|
1422
|
+
};
|
|
1423
|
+
/** Methods to use when ordering `IdpConnection`. */
|
|
1424
|
+
export declare enum IdpConnectionsOrderBy {
|
|
1425
|
+
ADDITIONAL_PARAMS_ASC = "ADDITIONAL_PARAMS_ASC",
|
|
1426
|
+
ADDITIONAL_PARAMS_DESC = "ADDITIONAL_PARAMS_DESC",
|
|
1427
|
+
AUTHORIZATION_ENDPOINT_URL_ASC = "AUTHORIZATION_ENDPOINT_URL_ASC",
|
|
1428
|
+
AUTHORIZATION_ENDPOINT_URL_DESC = "AUTHORIZATION_ENDPOINT_URL_DESC",
|
|
1429
|
+
CLIENT_ID_ASC = "CLIENT_ID_ASC",
|
|
1430
|
+
CLIENT_ID_DESC = "CLIENT_ID_DESC",
|
|
1431
|
+
CLIENT_SECRET_ASC = "CLIENT_SECRET_ASC",
|
|
1432
|
+
CLIENT_SECRET_DESC = "CLIENT_SECRET_DESC",
|
|
1433
|
+
CREATED_DATE_ASC = "CREATED_DATE_ASC",
|
|
1434
|
+
CREATED_DATE_DESC = "CREATED_DATE_DESC",
|
|
1435
|
+
CREATED_USER_ASC = "CREATED_USER_ASC",
|
|
1436
|
+
CREATED_USER_DESC = "CREATED_USER_DESC",
|
|
1437
|
+
DISCOVERY_DOCUMENT_URL_ASC = "DISCOVERY_DOCUMENT_URL_ASC",
|
|
1438
|
+
DISCOVERY_DOCUMENT_URL_DESC = "DISCOVERY_DOCUMENT_URL_DESC",
|
|
1439
|
+
ENABLED_ASC = "ENABLED_ASC",
|
|
1440
|
+
ENABLED_DESC = "ENABLED_DESC",
|
|
1441
|
+
ENVIRONMENT_ID_ASC = "ENVIRONMENT_ID_ASC",
|
|
1442
|
+
ENVIRONMENT_ID_DESC = "ENVIRONMENT_ID_DESC",
|
|
1443
|
+
ID_ASC = "ID_ASC",
|
|
1444
|
+
ID_DESC = "ID_DESC",
|
|
1445
|
+
NATURAL = "NATURAL",
|
|
1446
|
+
PRIMARY_KEY_ASC = "PRIMARY_KEY_ASC",
|
|
1447
|
+
PRIMARY_KEY_DESC = "PRIMARY_KEY_DESC",
|
|
1448
|
+
PROTOCOL_ASC = "PROTOCOL_ASC",
|
|
1449
|
+
PROTOCOL_DESC = "PROTOCOL_DESC",
|
|
1450
|
+
PROVIDER_ICON_URL_ASC = "PROVIDER_ICON_URL_ASC",
|
|
1451
|
+
PROVIDER_ICON_URL_DESC = "PROVIDER_ICON_URL_DESC",
|
|
1452
|
+
PROVIDER_ID_ASC = "PROVIDER_ID_ASC",
|
|
1453
|
+
PROVIDER_ID_DESC = "PROVIDER_ID_DESC",
|
|
1454
|
+
PROVIDER_NAME_ASC = "PROVIDER_NAME_ASC",
|
|
1455
|
+
PROVIDER_NAME_DESC = "PROVIDER_NAME_DESC",
|
|
1456
|
+
REFERENCE_USER_STORE_ID_ASC = "REFERENCE_USER_STORE_ID_ASC",
|
|
1457
|
+
REFERENCE_USER_STORE_ID_DESC = "REFERENCE_USER_STORE_ID_DESC",
|
|
1458
|
+
SCOPES_ASC = "SCOPES_ASC",
|
|
1459
|
+
SCOPES_DESC = "SCOPES_DESC",
|
|
1460
|
+
SORT_ORDER_ASC = "SORT_ORDER_ASC",
|
|
1461
|
+
SORT_ORDER_DESC = "SORT_ORDER_DESC",
|
|
1462
|
+
TENANT_ID_ASC = "TENANT_ID_ASC",
|
|
1463
|
+
TENANT_ID_DESC = "TENANT_ID_DESC",
|
|
1464
|
+
TITLE_ASC = "TITLE_ASC",
|
|
1465
|
+
TITLE_DESC = "TITLE_DESC",
|
|
1466
|
+
TOKEN_ENDPOINT_URL_ASC = "TOKEN_ENDPOINT_URL_ASC",
|
|
1467
|
+
TOKEN_ENDPOINT_URL_DESC = "TOKEN_ENDPOINT_URL_DESC",
|
|
1468
|
+
UPDATED_DATE_ASC = "UPDATED_DATE_ASC",
|
|
1469
|
+
UPDATED_DATE_DESC = "UPDATED_DATE_DESC",
|
|
1470
|
+
UPDATED_USER_ASC = "UPDATED_USER_ASC",
|
|
1471
|
+
UPDATED_USER_DESC = "UPDATED_USER_DESC",
|
|
1472
|
+
USER_INFO_ENDPOINT_URL_ASC = "USER_INFO_ENDPOINT_URL_ASC",
|
|
1473
|
+
USER_INFO_ENDPOINT_URL_DESC = "USER_INFO_ENDPOINT_URL_DESC",
|
|
1474
|
+
USER_INFO_RETRIEVAL_WEBHOOK_ASC = "USER_INFO_RETRIEVAL_WEBHOOK_ASC",
|
|
1475
|
+
USER_INFO_RETRIEVAL_WEBHOOK_DESC = "USER_INFO_RETRIEVAL_WEBHOOK_DESC",
|
|
1476
|
+
USER_INFO_RETRIEVAL_WEBHOOK_SECRET_IS_SET_ASC = "USER_INFO_RETRIEVAL_WEBHOOK_SECRET_IS_SET_ASC",
|
|
1477
|
+
USER_INFO_RETRIEVAL_WEBHOOK_SECRET_IS_SET_DESC = "USER_INFO_RETRIEVAL_WEBHOOK_SECRET_IS_SET_DESC"
|
|
1478
|
+
}
|
|
1479
|
+
/** A filter to be used against many `ApplicationIdpConnection` object types. All fields are combined with a logical ‘and.’ */
|
|
1480
|
+
export type IdpConnectionToManyApplicationIdpConnectionFilter = {
|
|
1481
|
+
/** Every related `ApplicationIdpConnection` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
1482
|
+
every?: Maybe<ApplicationIdpConnectionFilter>;
|
|
1483
|
+
/** No related `ApplicationIdpConnection` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
1484
|
+
none?: Maybe<ApplicationIdpConnectionFilter>;
|
|
1485
|
+
/** Some related `ApplicationIdpConnection` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
1486
|
+
some?: Maybe<ApplicationIdpConnectionFilter>;
|
|
1487
|
+
};
|
|
1488
|
+
/** A filter to be used against many `UserIdpDatum` object types. All fields are combined with a logical ‘and.’ */
|
|
1489
|
+
export type IdpConnectionToManyUserIdpDatumFilter = {
|
|
1490
|
+
/** Every related `UserIdpDatum` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
1491
|
+
every?: Maybe<UserIdpDatumFilter>;
|
|
1492
|
+
/** No related `UserIdpDatum` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
1493
|
+
none?: Maybe<UserIdpDatumFilter>;
|
|
1494
|
+
/** Some related `UserIdpDatum` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
1495
|
+
some?: Maybe<UserIdpDatumFilter>;
|
|
1496
|
+
};
|
|
1497
|
+
export declare enum IdpProtocol {
|
|
1498
|
+
/** Delegated */
|
|
1499
|
+
DELEGATED = "DELEGATED",
|
|
1500
|
+
/** OAuth 2.0 */
|
|
1501
|
+
OAUTH2 = "OAUTH2",
|
|
1502
|
+
/** OIDC */
|
|
1503
|
+
OIDC = "OIDC"
|
|
1504
|
+
}
|
|
1505
|
+
/** A filter to be used against IdpProtocol fields. All fields are combined with a logical ‘and.’ */
|
|
1506
|
+
export type IdpProtocolFilter = {
|
|
1507
|
+
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
1508
|
+
distinctFrom?: Maybe<IdpProtocol>;
|
|
1509
|
+
/** Equal to the specified value. */
|
|
1510
|
+
equalTo?: Maybe<IdpProtocol>;
|
|
1511
|
+
/** Greater than the specified value. */
|
|
1512
|
+
greaterThan?: Maybe<IdpProtocol>;
|
|
1513
|
+
/** Greater than or equal to the specified value. */
|
|
1514
|
+
greaterThanOrEqualTo?: Maybe<IdpProtocol>;
|
|
1515
|
+
/** Included in the specified list. */
|
|
1516
|
+
in?: Maybe<Array<IdpProtocol>>;
|
|
1517
|
+
/** Is null (if `true` is specified) or is not null (if `false` is specified). */
|
|
1518
|
+
isNull?: Maybe<Scalars['Boolean']>;
|
|
1519
|
+
/** Less than the specified value. */
|
|
1520
|
+
lessThan?: Maybe<IdpProtocol>;
|
|
1521
|
+
/** Less than or equal to the specified value. */
|
|
1522
|
+
lessThanOrEqualTo?: Maybe<IdpProtocol>;
|
|
1523
|
+
/** Equal to the specified value, treating null like an ordinary value. */
|
|
1524
|
+
notDistinctFrom?: Maybe<IdpProtocol>;
|
|
1525
|
+
/** Not equal to the specified value. */
|
|
1526
|
+
notEqualTo?: Maybe<IdpProtocol>;
|
|
1527
|
+
/** Not included in the specified list. */
|
|
1528
|
+
notIn?: Maybe<Array<IdpProtocol>>;
|
|
1529
|
+
};
|
|
1530
|
+
export type IdProvider = {
|
|
1531
|
+
__typename?: 'IdProvider';
|
|
1532
|
+
createdDate: Scalars['Datetime'];
|
|
1533
|
+
createdUser: Scalars['String'];
|
|
1534
|
+
id: Scalars['String'];
|
|
1535
|
+
name: Scalars['String'];
|
|
1536
|
+
updatedDate: Scalars['Datetime'];
|
|
1537
|
+
updatedUser: Scalars['String'];
|
|
1538
|
+
};
|
|
1539
|
+
/**
|
|
1540
|
+
* A condition to be used against `IdProvider` object types. All fields are tested
|
|
1541
|
+
* for equality and combined with a logical ‘and.’
|
|
1542
|
+
*/
|
|
1543
|
+
export type IdProviderCondition = {
|
|
1544
|
+
/** Checks for equality with the object’s `createdDate` field. */
|
|
1545
|
+
createdDate?: Maybe<Scalars['Datetime']>;
|
|
1546
|
+
/** Checks for equality with the object’s `createdUser` field. */
|
|
1547
|
+
createdUser?: Maybe<Scalars['String']>;
|
|
1548
|
+
/** Checks for equality with the object’s `id` field. */
|
|
1549
|
+
id?: Maybe<Scalars['String']>;
|
|
1550
|
+
/** Checks for equality with the object’s `name` field. */
|
|
1551
|
+
name?: Maybe<Scalars['String']>;
|
|
1552
|
+
/** Checks for equality with the object’s `updatedDate` field. */
|
|
1553
|
+
updatedDate?: Maybe<Scalars['Datetime']>;
|
|
1554
|
+
/** Checks for equality with the object’s `updatedUser` field. */
|
|
1555
|
+
updatedUser?: Maybe<Scalars['String']>;
|
|
1556
|
+
};
|
|
1557
|
+
/** A filter to be used against `IdProvider` object types. All fields are combined with a logical ‘and.’ */
|
|
1558
|
+
export type IdProviderFilter = {
|
|
1559
|
+
/** Checks for all expressions in this list. */
|
|
1560
|
+
and?: Maybe<Array<IdProviderFilter>>;
|
|
1561
|
+
/** Filter by the object’s `createdDate` field. */
|
|
1562
|
+
createdDate?: Maybe<DatetimeFilter>;
|
|
1563
|
+
/** Filter by the object’s `createdUser` field. */
|
|
1564
|
+
createdUser?: Maybe<StringFilter>;
|
|
1565
|
+
/** Filter by the object’s `id` field. */
|
|
1566
|
+
id?: Maybe<StringFilter>;
|
|
1567
|
+
/** Filter by the object’s `name` field. */
|
|
1568
|
+
name?: Maybe<StringFilter>;
|
|
1569
|
+
/** Negates the expression. */
|
|
1570
|
+
not?: Maybe<IdProviderFilter>;
|
|
1571
|
+
/** Checks for any expressions in this list. */
|
|
1572
|
+
or?: Maybe<Array<IdProviderFilter>>;
|
|
1573
|
+
/** Filter by the object’s `updatedDate` field. */
|
|
1574
|
+
updatedDate?: Maybe<DatetimeFilter>;
|
|
1575
|
+
/** Filter by the object’s `updatedUser` field. */
|
|
1576
|
+
updatedUser?: Maybe<StringFilter>;
|
|
1577
|
+
};
|
|
1578
|
+
/** A connection to a list of `IdProvider` values. */
|
|
1579
|
+
export type IdProvidersConnection = {
|
|
1580
|
+
__typename?: 'IdProvidersConnection';
|
|
1581
|
+
/** A list of edges which contains the `IdProvider` and cursor to aid in pagination. */
|
|
1582
|
+
edges: Array<IdProvidersEdge>;
|
|
1583
|
+
/** A list of `IdProvider` objects. */
|
|
1584
|
+
nodes: Array<IdProvider>;
|
|
1585
|
+
/** Information to aid in pagination. */
|
|
1586
|
+
pageInfo: PageInfo;
|
|
1587
|
+
/** The count of *all* `IdProvider` you could get from the connection. */
|
|
1588
|
+
totalCount: Scalars['Int'];
|
|
1589
|
+
};
|
|
1590
|
+
/** A `IdProvider` edge in the connection. */
|
|
1591
|
+
export type IdProvidersEdge = {
|
|
1592
|
+
__typename?: 'IdProvidersEdge';
|
|
1593
|
+
/** A cursor for use in pagination. */
|
|
1594
|
+
cursor?: Maybe<Scalars['Cursor']>;
|
|
1595
|
+
/** The `IdProvider` at the end of the edge. */
|
|
1596
|
+
node: IdProvider;
|
|
1597
|
+
};
|
|
1598
|
+
/** Methods to use when ordering `IdProvider`. */
|
|
1599
|
+
export declare enum IdProvidersOrderBy {
|
|
1600
|
+
CREATED_DATE_ASC = "CREATED_DATE_ASC",
|
|
1601
|
+
CREATED_DATE_DESC = "CREATED_DATE_DESC",
|
|
1602
|
+
CREATED_USER_ASC = "CREATED_USER_ASC",
|
|
1603
|
+
CREATED_USER_DESC = "CREATED_USER_DESC",
|
|
1604
|
+
ID_ASC = "ID_ASC",
|
|
1605
|
+
ID_DESC = "ID_DESC",
|
|
1606
|
+
NAME_ASC = "NAME_ASC",
|
|
1607
|
+
NAME_DESC = "NAME_DESC",
|
|
1608
|
+
NATURAL = "NATURAL",
|
|
1609
|
+
UPDATED_DATE_ASC = "UPDATED_DATE_ASC",
|
|
1610
|
+
UPDATED_DATE_DESC = "UPDATED_DATE_DESC",
|
|
1611
|
+
UPDATED_USER_ASC = "UPDATED_USER_ASC",
|
|
1612
|
+
UPDATED_USER_DESC = "UPDATED_USER_DESC"
|
|
1613
|
+
}
|
|
1614
|
+
/** A filter to be used against Int fields. All fields are combined with a logical ‘and.’ */
|
|
1615
|
+
export type IntFilter = {
|
|
1616
|
+
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
1617
|
+
distinctFrom?: Maybe<Scalars['Int']>;
|
|
1618
|
+
/** Equal to the specified value. */
|
|
1619
|
+
equalTo?: Maybe<Scalars['Int']>;
|
|
1620
|
+
/** Greater than the specified value. */
|
|
1621
|
+
greaterThan?: Maybe<Scalars['Int']>;
|
|
1622
|
+
/** Greater than or equal to the specified value. */
|
|
1623
|
+
greaterThanOrEqualTo?: Maybe<Scalars['Int']>;
|
|
1624
|
+
/** Included in the specified list. */
|
|
1625
|
+
in?: Maybe<Array<Scalars['Int']>>;
|
|
1626
|
+
/** Is null (if `true` is specified) or is not null (if `false` is specified). */
|
|
1627
|
+
isNull?: Maybe<Scalars['Boolean']>;
|
|
1628
|
+
/** Less than the specified value. */
|
|
1629
|
+
lessThan?: Maybe<Scalars['Int']>;
|
|
1630
|
+
/** Less than or equal to the specified value. */
|
|
1631
|
+
lessThanOrEqualTo?: Maybe<Scalars['Int']>;
|
|
1632
|
+
/** Equal to the specified value, treating null like an ordinary value. */
|
|
1633
|
+
notDistinctFrom?: Maybe<Scalars['Int']>;
|
|
1634
|
+
/** Not equal to the specified value. */
|
|
1635
|
+
notEqualTo?: Maybe<Scalars['Int']>;
|
|
1636
|
+
/** Not included in the specified list. */
|
|
1637
|
+
notIn?: Maybe<Array<Scalars['Int']>>;
|
|
1638
|
+
};
|
|
1639
|
+
/** A filter to be used against JSON fields. All fields are combined with a logical ‘and.’ */
|
|
1640
|
+
export type JsonFilter = {
|
|
1641
|
+
/** Contained by the specified JSON. */
|
|
1642
|
+
containedBy?: Maybe<Scalars['JSON']>;
|
|
1643
|
+
/** Contains the specified JSON. */
|
|
1644
|
+
contains?: Maybe<Scalars['JSON']>;
|
|
1645
|
+
/** Contains all of the specified keys. */
|
|
1646
|
+
containsAllKeys?: Maybe<Array<Scalars['String']>>;
|
|
1647
|
+
/** Contains any of the specified keys. */
|
|
1648
|
+
containsAnyKeys?: Maybe<Array<Scalars['String']>>;
|
|
1649
|
+
/** Contains the specified key. */
|
|
1650
|
+
containsKey?: Maybe<Scalars['String']>;
|
|
1651
|
+
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
1652
|
+
distinctFrom?: Maybe<Scalars['JSON']>;
|
|
1653
|
+
/** Equal to the specified value. */
|
|
1654
|
+
equalTo?: Maybe<Scalars['JSON']>;
|
|
1655
|
+
/** Greater than the specified value. */
|
|
1656
|
+
greaterThan?: Maybe<Scalars['JSON']>;
|
|
1657
|
+
/** Greater than or equal to the specified value. */
|
|
1658
|
+
greaterThanOrEqualTo?: Maybe<Scalars['JSON']>;
|
|
1659
|
+
/** Included in the specified list. */
|
|
1660
|
+
in?: Maybe<Array<Scalars['JSON']>>;
|
|
1661
|
+
/** Is null (if `true` is specified) or is not null (if `false` is specified). */
|
|
1662
|
+
isNull?: Maybe<Scalars['Boolean']>;
|
|
1663
|
+
/** Less than the specified value. */
|
|
1664
|
+
lessThan?: Maybe<Scalars['JSON']>;
|
|
1665
|
+
/** Less than or equal to the specified value. */
|
|
1666
|
+
lessThanOrEqualTo?: Maybe<Scalars['JSON']>;
|
|
1667
|
+
/** Equal to the specified value, treating null like an ordinary value. */
|
|
1668
|
+
notDistinctFrom?: Maybe<Scalars['JSON']>;
|
|
1669
|
+
/** Not equal to the specified value. */
|
|
1670
|
+
notEqualTo?: Maybe<Scalars['JSON']>;
|
|
1671
|
+
/** Not included in the specified list. */
|
|
1672
|
+
notIn?: Maybe<Array<Scalars['JSON']>>;
|
|
1673
|
+
};
|
|
1674
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1675
|
+
export type Mutation = {
|
|
1676
|
+
__typename?: 'Mutation';
|
|
1677
|
+
/** Adds a custom mutation to authenticate an end-user application token for a given tenant/environment/application combination */
|
|
1678
|
+
authenticateEndUserApplication: AuthenticateEndUserApplicationPayload;
|
|
1679
|
+
clearAccessTokenEnrichmentWebhookSecret: ClearAccessTokenEnrichmentWebhookSecretPayload;
|
|
1680
|
+
clearUserCreatedWebhookSecret: ClearUserCreatedWebhookSecretPayload;
|
|
1681
|
+
clearUserInfoWebhookSecret: ClearUserInfoWebhookSecretPayload;
|
|
1682
|
+
/** Creates a single `Application`. */
|
|
1683
|
+
createApplication?: Maybe<CreateApplicationPayload>;
|
|
1684
|
+
/** Creates a single `ApplicationIdpConnection`. */
|
|
1685
|
+
createApplicationIdpConnection?: Maybe<CreateApplicationIdpConnectionPayload>;
|
|
1686
|
+
/** Creates a single `IdpConnection`. */
|
|
1687
|
+
createIdpConnection?: Maybe<CreateIdpConnectionPayload>;
|
|
1688
|
+
/** Creates a single `UserProfile`. */
|
|
1689
|
+
createUserProfile?: Maybe<CreateUserProfilePayload>;
|
|
1690
|
+
/**
|
|
1691
|
+
* Custom mutation to to decrypt any value encrypted with AES256-CBC algorithm.
|
|
1692
|
+
* This can be used for decrypting the cookie object passed to native apps using deep linking.
|
|
1693
|
+
*/
|
|
1694
|
+
decryptWithKeyAes: DecryptWithKeyAesPayload;
|
|
1695
|
+
/** Deletes a single `Application` using a unique key. */
|
|
1696
|
+
deleteApplication?: Maybe<DeleteApplicationPayload>;
|
|
1697
|
+
/** Deletes a single `ApplicationIdpConnection` using a unique key. */
|
|
1698
|
+
deleteApplicationIdpConnection?: Maybe<DeleteApplicationIdpConnectionPayload>;
|
|
1699
|
+
/** Deletes a single `IdpConnection` using a unique key. */
|
|
1700
|
+
deleteIdpConnection?: Maybe<DeleteIdpConnectionPayload>;
|
|
1701
|
+
/** Deletes a single `User` using a unique key. */
|
|
1702
|
+
deleteUser?: Maybe<DeleteUserPayload>;
|
|
1703
|
+
/** Deletes a single `UserIdpDatum` using a unique key. */
|
|
1704
|
+
deleteUserIdpDatum?: Maybe<DeleteUserIdpDatumPayload>;
|
|
1705
|
+
/** Deletes a single `UserProfile` using a unique key. */
|
|
1706
|
+
deleteUserProfile?: Maybe<DeleteUserProfilePayload>;
|
|
1707
|
+
/**
|
|
1708
|
+
* Generate a development-time End-User access-token.
|
|
1709
|
+
*
|
|
1710
|
+
* NOTE: The access-token will be generated against non-existent user & profile data. If the access-token is
|
|
1711
|
+
* used to query/mutate the user-service, the request will most likely result in no-data or an exception.
|
|
1712
|
+
*/
|
|
1713
|
+
devGenerateEndUserAccessToken?: Maybe<DevGenerateEndUserAccessTokenPayload>;
|
|
1714
|
+
/**
|
|
1715
|
+
* Custom mutation to to encrypt any value with AES256-CBC algorithm.
|
|
1716
|
+
* This can be used for encrypting the cookie object passed to native apps using deep linking.
|
|
1717
|
+
*/
|
|
1718
|
+
encryptWithKeyAes: EncryptWithKeyAesPayload;
|
|
1719
|
+
generateAccessTokenEnrichmentWebhookSecret: GenerateAccessTokenEnrichmentWebhookSecretPayload;
|
|
1720
|
+
/** Adds a custom mutation to generate an Application Key for a given Application ID. */
|
|
1721
|
+
generateApplicationKey: GenerateApplicationKeyPayload;
|
|
1722
|
+
/** Adds a custom mutation to generated a delegated end-user access token for a given tenant/environment/application/email combination */
|
|
1723
|
+
generateDelegatedAccessToken: GenerateDelegatedAccessTokenPayload;
|
|
1724
|
+
/** Generate a long lived access token for a user access token */
|
|
1725
|
+
generateEndUserLongLivedToken: GenerateEndUserLongLivedTokenPayload;
|
|
1726
|
+
/** Adds a custom mutation to generated impersonated end user token for a given application/user/profile combination */
|
|
1727
|
+
generateImpersonatedEndUserToken: GenerateImpersonatedEndUserAccessTokenPayload;
|
|
1728
|
+
generateUserCreatedWebhookSecret: GenerateUserCreatedWebhookSecretPayload;
|
|
1729
|
+
generateUserInfoWebhookSecret: GenerateUserInfoWebhookSecretPayload;
|
|
1730
|
+
/** Adds a custom mutation to revoke and rotate the user token signing key */
|
|
1731
|
+
revokeAndRotateUserTokenSigningKey: RevokeAndRotateUserTokenSigningKeyPayload;
|
|
1732
|
+
/** Updates a single `Application` using a unique key and a patch. */
|
|
1733
|
+
updateApplication?: Maybe<UpdateApplicationPayload>;
|
|
1734
|
+
/** Updates a single `IdpConnection` using a unique key and a patch. */
|
|
1735
|
+
updateIdpConnection?: Maybe<UpdateIdpConnectionPayload>;
|
|
1736
|
+
/** Updates a single `ServiceConfiguration` using a unique key and a patch. */
|
|
1737
|
+
updateServiceConfiguration?: Maybe<UpdateServiceConfigurationPayload>;
|
|
1738
|
+
/** Updates a single `User` using a unique key and a patch. */
|
|
1739
|
+
updateUser?: Maybe<UpdateUserPayload>;
|
|
1740
|
+
/** Updates a single `UserProfile` using a unique key and a patch. */
|
|
1741
|
+
updateUserProfile?: Maybe<UpdateUserProfilePayload>;
|
|
1742
|
+
};
|
|
1743
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1744
|
+
export type MutationAuthenticateEndUserApplicationArgs = {
|
|
1745
|
+
input: AuthenticateEndUserApplicationInput;
|
|
1746
|
+
};
|
|
1747
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1748
|
+
export type MutationClearAccessTokenEnrichmentWebhookSecretArgs = {
|
|
1749
|
+
input: ClearAccessTokenEnrichmentWebhookSecretInput;
|
|
1750
|
+
};
|
|
1751
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1752
|
+
export type MutationClearUserCreatedWebhookSecretArgs = {
|
|
1753
|
+
input: ClearUserCreatedWebhookSecretInput;
|
|
1754
|
+
};
|
|
1755
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1756
|
+
export type MutationClearUserInfoWebhookSecretArgs = {
|
|
1757
|
+
input: ClearUserInfoWebhookSecretInput;
|
|
1758
|
+
};
|
|
1759
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1760
|
+
export type MutationCreateApplicationArgs = {
|
|
1761
|
+
input: CreateApplicationInput;
|
|
1762
|
+
};
|
|
1763
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1764
|
+
export type MutationCreateApplicationIdpConnectionArgs = {
|
|
1765
|
+
input: CreateApplicationIdpConnectionInput;
|
|
1766
|
+
};
|
|
1767
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1768
|
+
export type MutationCreateIdpConnectionArgs = {
|
|
1769
|
+
input: CreateIdpConnectionInput;
|
|
1770
|
+
};
|
|
1771
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1772
|
+
export type MutationCreateUserProfileArgs = {
|
|
1773
|
+
input: CreateUserProfileInput;
|
|
1774
|
+
};
|
|
1775
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1776
|
+
export type MutationDecryptWithKeyAesArgs = {
|
|
1777
|
+
input: DecryptWithKeyAesInput;
|
|
1778
|
+
};
|
|
1779
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1780
|
+
export type MutationDeleteApplicationArgs = {
|
|
1781
|
+
input: DeleteApplicationInput;
|
|
1782
|
+
};
|
|
1783
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1784
|
+
export type MutationDeleteApplicationIdpConnectionArgs = {
|
|
1785
|
+
input: DeleteApplicationIdpConnectionInput;
|
|
1786
|
+
};
|
|
1787
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1788
|
+
export type MutationDeleteIdpConnectionArgs = {
|
|
1789
|
+
input: DeleteIdpConnectionInput;
|
|
1790
|
+
};
|
|
1791
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1792
|
+
export type MutationDeleteUserArgs = {
|
|
1793
|
+
input: DeleteUserInput;
|
|
1794
|
+
};
|
|
1795
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1796
|
+
export type MutationDeleteUserIdpDatumArgs = {
|
|
1797
|
+
input: DeleteUserIdpDatumInput;
|
|
1798
|
+
};
|
|
1799
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1800
|
+
export type MutationDeleteUserProfileArgs = {
|
|
1801
|
+
input: DeleteUserProfileInput;
|
|
1802
|
+
};
|
|
1803
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1804
|
+
export type MutationDevGenerateEndUserAccessTokenArgs = {
|
|
1805
|
+
input: DevGenerateEndUserAccessTokenInput;
|
|
1806
|
+
};
|
|
1807
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1808
|
+
export type MutationEncryptWithKeyAesArgs = {
|
|
1809
|
+
input: EncryptWithKeyAesInput;
|
|
1810
|
+
};
|
|
1811
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1812
|
+
export type MutationGenerateAccessTokenEnrichmentWebhookSecretArgs = {
|
|
1813
|
+
input: GenerateAccessTokenEnrichmentWebhookSecretInput;
|
|
1814
|
+
};
|
|
1815
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1816
|
+
export type MutationGenerateApplicationKeyArgs = {
|
|
1817
|
+
input: GenerateApplicationKeyInput;
|
|
1818
|
+
};
|
|
1819
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1820
|
+
export type MutationGenerateDelegatedAccessTokenArgs = {
|
|
1821
|
+
input: GenerateDelegatedAccessTokenInput;
|
|
1822
|
+
};
|
|
1823
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1824
|
+
export type MutationGenerateEndUserLongLivedTokenArgs = {
|
|
1825
|
+
input: GenerateEndUserLongLivedTokenInput;
|
|
1826
|
+
};
|
|
1827
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1828
|
+
export type MutationGenerateImpersonatedEndUserTokenArgs = {
|
|
1829
|
+
input: GenerateImpersonatedEndUserAccessTokenInput;
|
|
1830
|
+
};
|
|
1831
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1832
|
+
export type MutationGenerateUserCreatedWebhookSecretArgs = {
|
|
1833
|
+
input: GenerateUserCreatedWebhookSecretInput;
|
|
1834
|
+
};
|
|
1835
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1836
|
+
export type MutationGenerateUserInfoWebhookSecretArgs = {
|
|
1837
|
+
input: GenerateUserInfoWebhookSecretInput;
|
|
1838
|
+
};
|
|
1839
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1840
|
+
export type MutationRevokeAndRotateUserTokenSigningKeyArgs = {
|
|
1841
|
+
applicationId: Scalars['UUID'];
|
|
1842
|
+
};
|
|
1843
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1844
|
+
export type MutationUpdateApplicationArgs = {
|
|
1845
|
+
input: UpdateApplicationInput;
|
|
1846
|
+
};
|
|
1847
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1848
|
+
export type MutationUpdateIdpConnectionArgs = {
|
|
1849
|
+
input: UpdateIdpConnectionInput;
|
|
1850
|
+
};
|
|
1851
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1852
|
+
export type MutationUpdateServiceConfigurationArgs = {
|
|
1853
|
+
input: UpdateServiceConfigurationInput;
|
|
1854
|
+
};
|
|
1855
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1856
|
+
export type MutationUpdateUserArgs = {
|
|
1857
|
+
input: UpdateUserInput;
|
|
1858
|
+
};
|
|
1859
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
1860
|
+
export type MutationUpdateUserProfileArgs = {
|
|
1861
|
+
input: UpdateUserProfileInput;
|
|
1862
|
+
};
|
|
1863
|
+
/** Information about pagination in a connection. */
|
|
1864
|
+
export type PageInfo = {
|
|
1865
|
+
__typename?: 'PageInfo';
|
|
1866
|
+
/** When paginating forwards, the cursor to continue. */
|
|
1867
|
+
endCursor?: Maybe<Scalars['Cursor']>;
|
|
1868
|
+
/** When paginating forwards, are there more items? */
|
|
1869
|
+
hasNextPage: Scalars['Boolean'];
|
|
1870
|
+
/** When paginating backwards, are there more items? */
|
|
1871
|
+
hasPreviousPage: Scalars['Boolean'];
|
|
1872
|
+
/** When paginating backwards, the cursor to continue. */
|
|
1873
|
+
startCursor?: Maybe<Scalars['Cursor']>;
|
|
1874
|
+
};
|
|
1875
|
+
/** The root query type which gives access points into the data universe. */
|
|
1876
|
+
export type Query = {
|
|
1877
|
+
__typename?: 'Query';
|
|
1878
|
+
application?: Maybe<Application>;
|
|
1879
|
+
applicationIdpConnection?: Maybe<ApplicationIdpConnection>;
|
|
1880
|
+
/** Reads and enables pagination through a set of `ApplicationIdpConnection`. */
|
|
1881
|
+
applicationIdpConnections?: Maybe<ApplicationIdpConnectionsConnection>;
|
|
1882
|
+
/** Reads and enables pagination through a set of `Application`. */
|
|
1883
|
+
applications?: Maybe<ApplicationsConnection>;
|
|
1884
|
+
idpConnection?: Maybe<IdpConnection>;
|
|
1885
|
+
/** Reads and enables pagination through a set of `IdpConnection`. */
|
|
1886
|
+
idpConnections?: Maybe<IdpConnectionsConnection>;
|
|
1887
|
+
/** Reads and enables pagination through a set of `IdProvider`. */
|
|
1888
|
+
idProviders?: Maybe<IdProvidersConnection>;
|
|
1889
|
+
/**
|
|
1890
|
+
* Exposes the root query type nested one level down. This is helpful for Relay 1
|
|
1891
|
+
* which can only query top level fields if they are in a particular form.
|
|
1892
|
+
*/
|
|
1893
|
+
query: Query;
|
|
1894
|
+
serviceConfiguration?: Maybe<ServiceConfiguration>;
|
|
1895
|
+
/** Reads and enables pagination through a set of `ServiceConfiguration`. */
|
|
1896
|
+
serviceConfigurations?: Maybe<ServiceConfigurationsConnection>;
|
|
1897
|
+
user?: Maybe<User>;
|
|
1898
|
+
/** Reads and enables pagination through a set of `UserIdpDatum`. */
|
|
1899
|
+
userIdpData?: Maybe<UserIdpDataConnection>;
|
|
1900
|
+
userIdpDatum?: Maybe<UserIdpDatum>;
|
|
1901
|
+
userProfile?: Maybe<UserProfile>;
|
|
1902
|
+
/** Reads and enables pagination through a set of `UserProfile`. */
|
|
1903
|
+
userProfiles?: Maybe<UserProfilesConnection>;
|
|
1904
|
+
/** Reads and enables pagination through a set of `User`. */
|
|
1905
|
+
users?: Maybe<UsersConnection>;
|
|
1906
|
+
};
|
|
1907
|
+
/** The root query type which gives access points into the data universe. */
|
|
1908
|
+
export type QueryApplicationArgs = {
|
|
1909
|
+
id: Scalars['UUID'];
|
|
1910
|
+
};
|
|
1911
|
+
/** The root query type which gives access points into the data universe. */
|
|
1912
|
+
export type QueryApplicationIdpConnectionArgs = {
|
|
1913
|
+
id: Scalars['UUID'];
|
|
1914
|
+
};
|
|
1915
|
+
/** The root query type which gives access points into the data universe. */
|
|
1916
|
+
export type QueryApplicationIdpConnectionsArgs = {
|
|
1917
|
+
after?: Maybe<Scalars['Cursor']>;
|
|
1918
|
+
before?: Maybe<Scalars['Cursor']>;
|
|
1919
|
+
condition?: Maybe<ApplicationIdpConnectionCondition>;
|
|
1920
|
+
filter?: Maybe<ApplicationIdpConnectionFilter>;
|
|
1921
|
+
first?: Maybe<Scalars['Int']>;
|
|
1922
|
+
last?: Maybe<Scalars['Int']>;
|
|
1923
|
+
offset?: Maybe<Scalars['Int']>;
|
|
1924
|
+
orderBy?: Maybe<Array<ApplicationIdpConnectionsOrderBy>>;
|
|
1925
|
+
};
|
|
1926
|
+
/** The root query type which gives access points into the data universe. */
|
|
1927
|
+
export type QueryApplicationsArgs = {
|
|
1928
|
+
after?: Maybe<Scalars['Cursor']>;
|
|
1929
|
+
before?: Maybe<Scalars['Cursor']>;
|
|
1930
|
+
condition?: Maybe<ApplicationCondition>;
|
|
1931
|
+
filter?: Maybe<ApplicationFilter>;
|
|
1932
|
+
first?: Maybe<Scalars['Int']>;
|
|
1933
|
+
last?: Maybe<Scalars['Int']>;
|
|
1934
|
+
offset?: Maybe<Scalars['Int']>;
|
|
1935
|
+
orderBy?: Maybe<Array<ApplicationsOrderBy>>;
|
|
1936
|
+
};
|
|
1937
|
+
/** The root query type which gives access points into the data universe. */
|
|
1938
|
+
export type QueryIdpConnectionArgs = {
|
|
1939
|
+
id: Scalars['UUID'];
|
|
1940
|
+
};
|
|
1941
|
+
/** The root query type which gives access points into the data universe. */
|
|
1942
|
+
export type QueryIdpConnectionsArgs = {
|
|
1943
|
+
after?: Maybe<Scalars['Cursor']>;
|
|
1944
|
+
before?: Maybe<Scalars['Cursor']>;
|
|
1945
|
+
condition?: Maybe<IdpConnectionCondition>;
|
|
1946
|
+
filter?: Maybe<IdpConnectionFilter>;
|
|
1947
|
+
first?: Maybe<Scalars['Int']>;
|
|
1948
|
+
last?: Maybe<Scalars['Int']>;
|
|
1949
|
+
offset?: Maybe<Scalars['Int']>;
|
|
1950
|
+
orderBy?: Maybe<Array<IdpConnectionsOrderBy>>;
|
|
1951
|
+
};
|
|
1952
|
+
/** The root query type which gives access points into the data universe. */
|
|
1953
|
+
export type QueryIdProvidersArgs = {
|
|
1954
|
+
after?: Maybe<Scalars['Cursor']>;
|
|
1955
|
+
before?: Maybe<Scalars['Cursor']>;
|
|
1956
|
+
condition?: Maybe<IdProviderCondition>;
|
|
1957
|
+
filter?: Maybe<IdProviderFilter>;
|
|
1958
|
+
first?: Maybe<Scalars['Int']>;
|
|
1959
|
+
last?: Maybe<Scalars['Int']>;
|
|
1960
|
+
offset?: Maybe<Scalars['Int']>;
|
|
1961
|
+
orderBy?: Maybe<Array<IdProvidersOrderBy>>;
|
|
1962
|
+
};
|
|
1963
|
+
/** The root query type which gives access points into the data universe. */
|
|
1964
|
+
export type QueryServiceConfigurationArgs = {
|
|
1965
|
+
id: Scalars['UUID'];
|
|
1966
|
+
};
|
|
1967
|
+
/** The root query type which gives access points into the data universe. */
|
|
1968
|
+
export type QueryServiceConfigurationsArgs = {
|
|
1969
|
+
after?: Maybe<Scalars['Cursor']>;
|
|
1970
|
+
before?: Maybe<Scalars['Cursor']>;
|
|
1971
|
+
condition?: Maybe<ServiceConfigurationCondition>;
|
|
1972
|
+
filter?: Maybe<ServiceConfigurationFilter>;
|
|
1973
|
+
first?: Maybe<Scalars['Int']>;
|
|
1974
|
+
last?: Maybe<Scalars['Int']>;
|
|
1975
|
+
offset?: Maybe<Scalars['Int']>;
|
|
1976
|
+
orderBy?: Maybe<Array<ServiceConfigurationsOrderBy>>;
|
|
1977
|
+
};
|
|
1978
|
+
/** The root query type which gives access points into the data universe. */
|
|
1979
|
+
export type QueryUserArgs = {
|
|
1980
|
+
id: Scalars['UUID'];
|
|
1981
|
+
};
|
|
1982
|
+
/** The root query type which gives access points into the data universe. */
|
|
1983
|
+
export type QueryUserIdpDataArgs = {
|
|
1984
|
+
after?: Maybe<Scalars['Cursor']>;
|
|
1985
|
+
before?: Maybe<Scalars['Cursor']>;
|
|
1986
|
+
condition?: Maybe<UserIdpDatumCondition>;
|
|
1987
|
+
filter?: Maybe<UserIdpDatumFilter>;
|
|
1988
|
+
first?: Maybe<Scalars['Int']>;
|
|
1989
|
+
last?: Maybe<Scalars['Int']>;
|
|
1990
|
+
offset?: Maybe<Scalars['Int']>;
|
|
1991
|
+
orderBy?: Maybe<Array<UserIdpDataOrderBy>>;
|
|
1992
|
+
};
|
|
1993
|
+
/** The root query type which gives access points into the data universe. */
|
|
1994
|
+
export type QueryUserIdpDatumArgs = {
|
|
1995
|
+
idpConnectionId: Scalars['UUID'];
|
|
1996
|
+
userId: Scalars['UUID'];
|
|
1997
|
+
};
|
|
1998
|
+
/** The root query type which gives access points into the data universe. */
|
|
1999
|
+
export type QueryUserProfileArgs = {
|
|
2000
|
+
id: Scalars['UUID'];
|
|
2001
|
+
};
|
|
2002
|
+
/** The root query type which gives access points into the data universe. */
|
|
2003
|
+
export type QueryUserProfilesArgs = {
|
|
2004
|
+
after?: Maybe<Scalars['Cursor']>;
|
|
2005
|
+
before?: Maybe<Scalars['Cursor']>;
|
|
2006
|
+
condition?: Maybe<UserProfileCondition>;
|
|
2007
|
+
filter?: Maybe<UserProfileFilter>;
|
|
2008
|
+
first?: Maybe<Scalars['Int']>;
|
|
2009
|
+
last?: Maybe<Scalars['Int']>;
|
|
2010
|
+
offset?: Maybe<Scalars['Int']>;
|
|
2011
|
+
orderBy?: Maybe<Array<UserProfilesOrderBy>>;
|
|
2012
|
+
};
|
|
2013
|
+
/** The root query type which gives access points into the data universe. */
|
|
2014
|
+
export type QueryUsersArgs = {
|
|
2015
|
+
after?: Maybe<Scalars['Cursor']>;
|
|
2016
|
+
before?: Maybe<Scalars['Cursor']>;
|
|
2017
|
+
condition?: Maybe<UserCondition>;
|
|
2018
|
+
filter?: Maybe<UserFilter>;
|
|
2019
|
+
first?: Maybe<Scalars['Int']>;
|
|
2020
|
+
last?: Maybe<Scalars['Int']>;
|
|
2021
|
+
offset?: Maybe<Scalars['Int']>;
|
|
2022
|
+
orderBy?: Maybe<Array<UsersOrderBy>>;
|
|
2023
|
+
};
|
|
2024
|
+
export type RevokeAndRotateUserTokenSigningKeyPayload = {
|
|
2025
|
+
__typename?: 'RevokeAndRotateUserTokenSigningKeyPayload';
|
|
2026
|
+
tokenSigningKey: RevokedUserTokenSigningKey;
|
|
2027
|
+
};
|
|
2028
|
+
export type RevokedUserTokenSigningKey = {
|
|
2029
|
+
__typename?: 'RevokedUserTokenSigningKey';
|
|
2030
|
+
applicationId?: Maybe<Scalars['UUID']>;
|
|
2031
|
+
environmentId?: Maybe<Scalars['UUID']>;
|
|
2032
|
+
kid: Scalars['String'];
|
|
2033
|
+
nextRotationAt: Scalars['Datetime'];
|
|
2034
|
+
tenantId?: Maybe<Scalars['UUID']>;
|
|
2035
|
+
};
|
|
2036
|
+
export type ServiceConfiguration = {
|
|
2037
|
+
__typename?: 'ServiceConfiguration';
|
|
2038
|
+
createdDate: Scalars['Datetime'];
|
|
2039
|
+
createdUser: Scalars['String'];
|
|
2040
|
+
environmentId: Scalars['UUID'];
|
|
2041
|
+
id: Scalars['UUID'];
|
|
2042
|
+
signingKeyRotationInterval: Scalars['Int'];
|
|
2043
|
+
tenantId: Scalars['UUID'];
|
|
2044
|
+
updatedDate: Scalars['Datetime'];
|
|
2045
|
+
updatedUser: Scalars['String'];
|
|
2046
|
+
userCreatedWebhookSecretIsSet: Scalars['Boolean'];
|
|
2047
|
+
userCreatedWebhookUrl?: Maybe<Scalars['String']>;
|
|
2048
|
+
webhookTimeout: Scalars['Int'];
|
|
2049
|
+
};
|
|
2050
|
+
/**
|
|
2051
|
+
* A condition to be used against `ServiceConfiguration` object types. All fields
|
|
2052
|
+
* are tested for equality and combined with a logical ‘and.’
|
|
2053
|
+
*/
|
|
2054
|
+
export type ServiceConfigurationCondition = {
|
|
2055
|
+
/** Checks for equality with the object’s `createdDate` field. */
|
|
2056
|
+
createdDate?: Maybe<Scalars['Datetime']>;
|
|
2057
|
+
/** Checks for equality with the object’s `createdUser` field. */
|
|
2058
|
+
createdUser?: Maybe<Scalars['String']>;
|
|
2059
|
+
/** Checks for equality with the object’s `environmentId` field. */
|
|
2060
|
+
environmentId?: Maybe<Scalars['UUID']>;
|
|
2061
|
+
/** Checks for equality with the object’s `id` field. */
|
|
2062
|
+
id?: Maybe<Scalars['UUID']>;
|
|
2063
|
+
/** Checks for equality with the object’s `signingKeyRotationInterval` field. */
|
|
2064
|
+
signingKeyRotationInterval?: Maybe<Scalars['Int']>;
|
|
2065
|
+
/** Checks for equality with the object’s `tenantId` field. */
|
|
2066
|
+
tenantId?: Maybe<Scalars['UUID']>;
|
|
2067
|
+
/** Checks for equality with the object’s `updatedDate` field. */
|
|
2068
|
+
updatedDate?: Maybe<Scalars['Datetime']>;
|
|
2069
|
+
/** Checks for equality with the object’s `updatedUser` field. */
|
|
2070
|
+
updatedUser?: Maybe<Scalars['String']>;
|
|
2071
|
+
/** Checks for equality with the object’s `userCreatedWebhookSecretIsSet` field. */
|
|
2072
|
+
userCreatedWebhookSecretIsSet?: Maybe<Scalars['Boolean']>;
|
|
2073
|
+
/** Checks for equality with the object’s `userCreatedWebhookUrl` field. */
|
|
2074
|
+
userCreatedWebhookUrl?: Maybe<Scalars['String']>;
|
|
2075
|
+
/** Checks for equality with the object’s `webhookTimeout` field. */
|
|
2076
|
+
webhookTimeout?: Maybe<Scalars['Int']>;
|
|
2077
|
+
};
|
|
2078
|
+
/** A filter to be used against `ServiceConfiguration` object types. All fields are combined with a logical ‘and.’ */
|
|
2079
|
+
export type ServiceConfigurationFilter = {
|
|
2080
|
+
/** Checks for all expressions in this list. */
|
|
2081
|
+
and?: Maybe<Array<ServiceConfigurationFilter>>;
|
|
2082
|
+
/** Filter by the object’s `createdDate` field. */
|
|
2083
|
+
createdDate?: Maybe<DatetimeFilter>;
|
|
2084
|
+
/** Filter by the object’s `createdUser` field. */
|
|
2085
|
+
createdUser?: Maybe<StringFilter>;
|
|
2086
|
+
/** Filter by the object’s `environmentId` field. */
|
|
2087
|
+
environmentId?: Maybe<UuidFilter>;
|
|
2088
|
+
/** Filter by the object’s `id` field. */
|
|
2089
|
+
id?: Maybe<UuidFilter>;
|
|
2090
|
+
/** Negates the expression. */
|
|
2091
|
+
not?: Maybe<ServiceConfigurationFilter>;
|
|
2092
|
+
/** Checks for any expressions in this list. */
|
|
2093
|
+
or?: Maybe<Array<ServiceConfigurationFilter>>;
|
|
2094
|
+
/** Filter by the object’s `signingKeyRotationInterval` field. */
|
|
2095
|
+
signingKeyRotationInterval?: Maybe<IntFilter>;
|
|
2096
|
+
/** Filter by the object’s `tenantId` field. */
|
|
2097
|
+
tenantId?: Maybe<UuidFilter>;
|
|
2098
|
+
/** Filter by the object’s `updatedDate` field. */
|
|
2099
|
+
updatedDate?: Maybe<DatetimeFilter>;
|
|
2100
|
+
/** Filter by the object’s `updatedUser` field. */
|
|
2101
|
+
updatedUser?: Maybe<StringFilter>;
|
|
2102
|
+
/** Filter by the object’s `userCreatedWebhookSecretIsSet` field. */
|
|
2103
|
+
userCreatedWebhookSecretIsSet?: Maybe<BooleanFilter>;
|
|
2104
|
+
/** Filter by the object’s `userCreatedWebhookUrl` field. */
|
|
2105
|
+
userCreatedWebhookUrl?: Maybe<StringFilter>;
|
|
2106
|
+
/** Filter by the object’s `webhookTimeout` field. */
|
|
2107
|
+
webhookTimeout?: Maybe<IntFilter>;
|
|
2108
|
+
};
|
|
2109
|
+
/** Represents an update to a `ServiceConfiguration`. Fields that are set will be updated. */
|
|
2110
|
+
export type ServiceConfigurationPatch = {
|
|
2111
|
+
signingKeyRotationInterval?: Maybe<Scalars['Int']>;
|
|
2112
|
+
userCreatedWebhookSecretIsSet?: Maybe<Scalars['Boolean']>;
|
|
2113
|
+
userCreatedWebhookUrl?: Maybe<Scalars['String']>;
|
|
2114
|
+
webhookTimeout?: Maybe<Scalars['Int']>;
|
|
2115
|
+
};
|
|
2116
|
+
/** A connection to a list of `ServiceConfiguration` values. */
|
|
2117
|
+
export type ServiceConfigurationsConnection = {
|
|
2118
|
+
__typename?: 'ServiceConfigurationsConnection';
|
|
2119
|
+
/** A list of edges which contains the `ServiceConfiguration` and cursor to aid in pagination. */
|
|
2120
|
+
edges: Array<ServiceConfigurationsEdge>;
|
|
2121
|
+
/** A list of `ServiceConfiguration` objects. */
|
|
2122
|
+
nodes: Array<ServiceConfiguration>;
|
|
2123
|
+
/** Information to aid in pagination. */
|
|
2124
|
+
pageInfo: PageInfo;
|
|
2125
|
+
/** The count of *all* `ServiceConfiguration` you could get from the connection. */
|
|
2126
|
+
totalCount: Scalars['Int'];
|
|
2127
|
+
};
|
|
2128
|
+
/** A `ServiceConfiguration` edge in the connection. */
|
|
2129
|
+
export type ServiceConfigurationsEdge = {
|
|
2130
|
+
__typename?: 'ServiceConfigurationsEdge';
|
|
2131
|
+
/** A cursor for use in pagination. */
|
|
2132
|
+
cursor?: Maybe<Scalars['Cursor']>;
|
|
2133
|
+
/** The `ServiceConfiguration` at the end of the edge. */
|
|
2134
|
+
node: ServiceConfiguration;
|
|
2135
|
+
};
|
|
2136
|
+
/** Methods to use when ordering `ServiceConfiguration`. */
|
|
2137
|
+
export declare enum ServiceConfigurationsOrderBy {
|
|
2138
|
+
CREATED_DATE_ASC = "CREATED_DATE_ASC",
|
|
2139
|
+
CREATED_DATE_DESC = "CREATED_DATE_DESC",
|
|
2140
|
+
CREATED_USER_ASC = "CREATED_USER_ASC",
|
|
2141
|
+
CREATED_USER_DESC = "CREATED_USER_DESC",
|
|
2142
|
+
ENVIRONMENT_ID_ASC = "ENVIRONMENT_ID_ASC",
|
|
2143
|
+
ENVIRONMENT_ID_DESC = "ENVIRONMENT_ID_DESC",
|
|
2144
|
+
ID_ASC = "ID_ASC",
|
|
2145
|
+
ID_DESC = "ID_DESC",
|
|
2146
|
+
NATURAL = "NATURAL",
|
|
2147
|
+
PRIMARY_KEY_ASC = "PRIMARY_KEY_ASC",
|
|
2148
|
+
PRIMARY_KEY_DESC = "PRIMARY_KEY_DESC",
|
|
2149
|
+
SIGNING_KEY_ROTATION_INTERVAL_ASC = "SIGNING_KEY_ROTATION_INTERVAL_ASC",
|
|
2150
|
+
SIGNING_KEY_ROTATION_INTERVAL_DESC = "SIGNING_KEY_ROTATION_INTERVAL_DESC",
|
|
2151
|
+
TENANT_ID_ASC = "TENANT_ID_ASC",
|
|
2152
|
+
TENANT_ID_DESC = "TENANT_ID_DESC",
|
|
2153
|
+
UPDATED_DATE_ASC = "UPDATED_DATE_ASC",
|
|
2154
|
+
UPDATED_DATE_DESC = "UPDATED_DATE_DESC",
|
|
2155
|
+
UPDATED_USER_ASC = "UPDATED_USER_ASC",
|
|
2156
|
+
UPDATED_USER_DESC = "UPDATED_USER_DESC",
|
|
2157
|
+
USER_CREATED_WEBHOOK_SECRET_IS_SET_ASC = "USER_CREATED_WEBHOOK_SECRET_IS_SET_ASC",
|
|
2158
|
+
USER_CREATED_WEBHOOK_SECRET_IS_SET_DESC = "USER_CREATED_WEBHOOK_SECRET_IS_SET_DESC",
|
|
2159
|
+
USER_CREATED_WEBHOOK_URL_ASC = "USER_CREATED_WEBHOOK_URL_ASC",
|
|
2160
|
+
USER_CREATED_WEBHOOK_URL_DESC = "USER_CREATED_WEBHOOK_URL_DESC",
|
|
2161
|
+
WEBHOOK_TIMEOUT_ASC = "WEBHOOK_TIMEOUT_ASC",
|
|
2162
|
+
WEBHOOK_TIMEOUT_DESC = "WEBHOOK_TIMEOUT_DESC"
|
|
2163
|
+
}
|
|
2164
|
+
/** A filter to be used against String fields. All fields are combined with a logical ‘and.’ */
|
|
2165
|
+
export type StringFilter = {
|
|
2166
|
+
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
2167
|
+
distinctFrom?: Maybe<Scalars['String']>;
|
|
2168
|
+
/** Not equal to the specified value, treating null like an ordinary value (case-insensitive). */
|
|
2169
|
+
distinctFromInsensitive?: Maybe<Scalars['String']>;
|
|
2170
|
+
/** Ends with the specified string (case-sensitive). */
|
|
2171
|
+
endsWith?: Maybe<Scalars['String']>;
|
|
2172
|
+
/** Ends with the specified string (case-insensitive). */
|
|
2173
|
+
endsWithInsensitive?: Maybe<Scalars['String']>;
|
|
2174
|
+
/** Equal to the specified value. */
|
|
2175
|
+
equalTo?: Maybe<Scalars['String']>;
|
|
2176
|
+
/** Equal to the specified value (case-insensitive). */
|
|
2177
|
+
equalToInsensitive?: Maybe<Scalars['String']>;
|
|
2178
|
+
/** Greater than the specified value. */
|
|
2179
|
+
greaterThan?: Maybe<Scalars['String']>;
|
|
2180
|
+
/** Greater than the specified value (case-insensitive). */
|
|
2181
|
+
greaterThanInsensitive?: Maybe<Scalars['String']>;
|
|
2182
|
+
/** Greater than or equal to the specified value. */
|
|
2183
|
+
greaterThanOrEqualTo?: Maybe<Scalars['String']>;
|
|
2184
|
+
/** Greater than or equal to the specified value (case-insensitive). */
|
|
2185
|
+
greaterThanOrEqualToInsensitive?: Maybe<Scalars['String']>;
|
|
2186
|
+
/** Included in the specified list. */
|
|
2187
|
+
in?: Maybe<Array<Scalars['String']>>;
|
|
2188
|
+
/** Contains the specified string (case-sensitive). */
|
|
2189
|
+
includes?: Maybe<Scalars['String']>;
|
|
2190
|
+
/** Contains the specified string (case-insensitive). */
|
|
2191
|
+
includesInsensitive?: Maybe<Scalars['String']>;
|
|
2192
|
+
/** Included in the specified list (case-insensitive). */
|
|
2193
|
+
inInsensitive?: Maybe<Array<Scalars['String']>>;
|
|
2194
|
+
/** Is null (if `true` is specified) or is not null (if `false` is specified). */
|
|
2195
|
+
isNull?: Maybe<Scalars['Boolean']>;
|
|
2196
|
+
/** Less than the specified value. */
|
|
2197
|
+
lessThan?: Maybe<Scalars['String']>;
|
|
2198
|
+
/** Less than the specified value (case-insensitive). */
|
|
2199
|
+
lessThanInsensitive?: Maybe<Scalars['String']>;
|
|
2200
|
+
/** Less than or equal to the specified value. */
|
|
2201
|
+
lessThanOrEqualTo?: Maybe<Scalars['String']>;
|
|
2202
|
+
/** Less than or equal to the specified value (case-insensitive). */
|
|
2203
|
+
lessThanOrEqualToInsensitive?: Maybe<Scalars['String']>;
|
|
2204
|
+
/** Matches the specified pattern (case-sensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. */
|
|
2205
|
+
like?: Maybe<Scalars['String']>;
|
|
2206
|
+
/** Matches the specified pattern (case-insensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. */
|
|
2207
|
+
likeInsensitive?: Maybe<Scalars['String']>;
|
|
2208
|
+
/** Equal to the specified value, treating null like an ordinary value. */
|
|
2209
|
+
notDistinctFrom?: Maybe<Scalars['String']>;
|
|
2210
|
+
/** Equal to the specified value, treating null like an ordinary value (case-insensitive). */
|
|
2211
|
+
notDistinctFromInsensitive?: Maybe<Scalars['String']>;
|
|
2212
|
+
/** Does not end with the specified string (case-sensitive). */
|
|
2213
|
+
notEndsWith?: Maybe<Scalars['String']>;
|
|
2214
|
+
/** Does not end with the specified string (case-insensitive). */
|
|
2215
|
+
notEndsWithInsensitive?: Maybe<Scalars['String']>;
|
|
2216
|
+
/** Not equal to the specified value. */
|
|
2217
|
+
notEqualTo?: Maybe<Scalars['String']>;
|
|
2218
|
+
/** Not equal to the specified value (case-insensitive). */
|
|
2219
|
+
notEqualToInsensitive?: Maybe<Scalars['String']>;
|
|
2220
|
+
/** Not included in the specified list. */
|
|
2221
|
+
notIn?: Maybe<Array<Scalars['String']>>;
|
|
2222
|
+
/** Does not contain the specified string (case-sensitive). */
|
|
2223
|
+
notIncludes?: Maybe<Scalars['String']>;
|
|
2224
|
+
/** Does not contain the specified string (case-insensitive). */
|
|
2225
|
+
notIncludesInsensitive?: Maybe<Scalars['String']>;
|
|
2226
|
+
/** Not included in the specified list (case-insensitive). */
|
|
2227
|
+
notInInsensitive?: Maybe<Array<Scalars['String']>>;
|
|
2228
|
+
/** Does not match the specified pattern (case-sensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. */
|
|
2229
|
+
notLike?: Maybe<Scalars['String']>;
|
|
2230
|
+
/** Does not match the specified pattern (case-insensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. */
|
|
2231
|
+
notLikeInsensitive?: Maybe<Scalars['String']>;
|
|
2232
|
+
/** Does not start with the specified string (case-sensitive). */
|
|
2233
|
+
notStartsWith?: Maybe<Scalars['String']>;
|
|
2234
|
+
/** Does not start with the specified string (case-insensitive). */
|
|
2235
|
+
notStartsWithInsensitive?: Maybe<Scalars['String']>;
|
|
2236
|
+
/** Starts with the specified string (case-sensitive). */
|
|
2237
|
+
startsWith?: Maybe<Scalars['String']>;
|
|
2238
|
+
/** Starts with the specified string (case-insensitive). */
|
|
2239
|
+
startsWithInsensitive?: Maybe<Scalars['String']>;
|
|
2240
|
+
};
|
|
2241
|
+
/** A filter to be used against String List fields. All fields are combined with a logical ‘and.’ */
|
|
2242
|
+
export type StringListFilter = {
|
|
2243
|
+
/** Any array item is equal to the specified value. */
|
|
2244
|
+
anyEqualTo?: Maybe<Scalars['String']>;
|
|
2245
|
+
/** Any array item is greater than the specified value. */
|
|
2246
|
+
anyGreaterThan?: Maybe<Scalars['String']>;
|
|
2247
|
+
/** Any array item is greater than or equal to the specified value. */
|
|
2248
|
+
anyGreaterThanOrEqualTo?: Maybe<Scalars['String']>;
|
|
2249
|
+
/** Any array item is less than the specified value. */
|
|
2250
|
+
anyLessThan?: Maybe<Scalars['String']>;
|
|
2251
|
+
/** Any array item is less than or equal to the specified value. */
|
|
2252
|
+
anyLessThanOrEqualTo?: Maybe<Scalars['String']>;
|
|
2253
|
+
/** Any array item is not equal to the specified value. */
|
|
2254
|
+
anyNotEqualTo?: Maybe<Scalars['String']>;
|
|
2255
|
+
/** Contained by the specified list of values. */
|
|
2256
|
+
containedBy?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
2257
|
+
/** Contains the specified list of values. */
|
|
2258
|
+
contains?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
2259
|
+
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
2260
|
+
distinctFrom?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
2261
|
+
/** Equal to the specified value. */
|
|
2262
|
+
equalTo?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
2263
|
+
/** Greater than the specified value. */
|
|
2264
|
+
greaterThan?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
2265
|
+
/** Greater than or equal to the specified value. */
|
|
2266
|
+
greaterThanOrEqualTo?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
2267
|
+
/** Is null (if `true` is specified) or is not null (if `false` is specified). */
|
|
2268
|
+
isNull?: Maybe<Scalars['Boolean']>;
|
|
2269
|
+
/** Less than the specified value. */
|
|
2270
|
+
lessThan?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
2271
|
+
/** Less than or equal to the specified value. */
|
|
2272
|
+
lessThanOrEqualTo?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
2273
|
+
/** Equal to the specified value, treating null like an ordinary value. */
|
|
2274
|
+
notDistinctFrom?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
2275
|
+
/** Not equal to the specified value. */
|
|
2276
|
+
notEqualTo?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
2277
|
+
/** Overlaps the specified list of values. */
|
|
2278
|
+
overlaps?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
2279
|
+
};
|
|
2280
|
+
/** All input for the `updateApplication` mutation. */
|
|
2281
|
+
export type UpdateApplicationInput = {
|
|
2282
|
+
/**
|
|
2283
|
+
* An arbitrary string value with no semantic meaning. Will be included in the
|
|
2284
|
+
* payload verbatim. May be used to track mutations by the client.
|
|
2285
|
+
*/
|
|
2286
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
2287
|
+
id: Scalars['UUID'];
|
|
2288
|
+
/** An object where the defined keys will be set on the `Application` being updated. */
|
|
2289
|
+
patch: ApplicationPatch;
|
|
2290
|
+
};
|
|
2291
|
+
/** The output of our update `Application` mutation. */
|
|
2292
|
+
export type UpdateApplicationPayload = {
|
|
2293
|
+
__typename?: 'UpdateApplicationPayload';
|
|
2294
|
+
/** The `Application` that was updated by this mutation. */
|
|
2295
|
+
application?: Maybe<Application>;
|
|
2296
|
+
/** An edge for our `Application`. May be used by Relay 1. */
|
|
2297
|
+
applicationEdge?: Maybe<ApplicationsEdge>;
|
|
2298
|
+
/**
|
|
2299
|
+
* The exact same `clientMutationId` that was provided in the mutation input,
|
|
2300
|
+
* unchanged and unused. May be used by a client to track mutations.
|
|
2301
|
+
*/
|
|
2302
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
2303
|
+
/** Our root query field type. Allows us to run any query from our mutation payload. */
|
|
2304
|
+
query?: Maybe<Query>;
|
|
2305
|
+
};
|
|
2306
|
+
/** The output of our update `Application` mutation. */
|
|
2307
|
+
export type UpdateApplicationPayloadApplicationEdgeArgs = {
|
|
2308
|
+
orderBy?: Maybe<Array<ApplicationsOrderBy>>;
|
|
2309
|
+
};
|
|
2310
|
+
/** All input for the `updateIdpConnection` mutation. */
|
|
2311
|
+
export type UpdateIdpConnectionInput = {
|
|
2312
|
+
/**
|
|
2313
|
+
* An arbitrary string value with no semantic meaning. Will be included in the
|
|
2314
|
+
* payload verbatim. May be used to track mutations by the client.
|
|
2315
|
+
*/
|
|
2316
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
2317
|
+
id: Scalars['UUID'];
|
|
2318
|
+
/** An object where the defined keys will be set on the `IdpConnection` being updated. */
|
|
2319
|
+
patch: IdpConnectionPatch;
|
|
2320
|
+
};
|
|
2321
|
+
/** The output of our update `IdpConnection` mutation. */
|
|
2322
|
+
export type UpdateIdpConnectionPayload = {
|
|
2323
|
+
__typename?: 'UpdateIdpConnectionPayload';
|
|
2324
|
+
/**
|
|
2325
|
+
* The exact same `clientMutationId` that was provided in the mutation input,
|
|
2326
|
+
* unchanged and unused. May be used by a client to track mutations.
|
|
2327
|
+
*/
|
|
2328
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
2329
|
+
/** The `IdpConnection` that was updated by this mutation. */
|
|
2330
|
+
idpConnection?: Maybe<IdpConnection>;
|
|
2331
|
+
/** An edge for our `IdpConnection`. May be used by Relay 1. */
|
|
2332
|
+
idpConnectionEdge?: Maybe<IdpConnectionsEdge>;
|
|
2333
|
+
/** Our root query field type. Allows us to run any query from our mutation payload. */
|
|
2334
|
+
query?: Maybe<Query>;
|
|
2335
|
+
};
|
|
2336
|
+
/** The output of our update `IdpConnection` mutation. */
|
|
2337
|
+
export type UpdateIdpConnectionPayloadIdpConnectionEdgeArgs = {
|
|
2338
|
+
orderBy?: Maybe<Array<IdpConnectionsOrderBy>>;
|
|
2339
|
+
};
|
|
2340
|
+
/** All input for the `updateServiceConfiguration` mutation. */
|
|
2341
|
+
export type UpdateServiceConfigurationInput = {
|
|
2342
|
+
/**
|
|
2343
|
+
* An arbitrary string value with no semantic meaning. Will be included in the
|
|
2344
|
+
* payload verbatim. May be used to track mutations by the client.
|
|
2345
|
+
*/
|
|
2346
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
2347
|
+
id: Scalars['UUID'];
|
|
2348
|
+
/** An object where the defined keys will be set on the `ServiceConfiguration` being updated. */
|
|
2349
|
+
patch: ServiceConfigurationPatch;
|
|
2350
|
+
};
|
|
2351
|
+
/** The output of our update `ServiceConfiguration` mutation. */
|
|
2352
|
+
export type UpdateServiceConfigurationPayload = {
|
|
2353
|
+
__typename?: 'UpdateServiceConfigurationPayload';
|
|
2354
|
+
/**
|
|
2355
|
+
* The exact same `clientMutationId` that was provided in the mutation input,
|
|
2356
|
+
* unchanged and unused. May be used by a client to track mutations.
|
|
2357
|
+
*/
|
|
2358
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
2359
|
+
/** Our root query field type. Allows us to run any query from our mutation payload. */
|
|
2360
|
+
query?: Maybe<Query>;
|
|
2361
|
+
/** The `ServiceConfiguration` that was updated by this mutation. */
|
|
2362
|
+
serviceConfiguration?: Maybe<ServiceConfiguration>;
|
|
2363
|
+
/** An edge for our `ServiceConfiguration`. May be used by Relay 1. */
|
|
2364
|
+
serviceConfigurationEdge?: Maybe<ServiceConfigurationsEdge>;
|
|
2365
|
+
};
|
|
2366
|
+
/** The output of our update `ServiceConfiguration` mutation. */
|
|
2367
|
+
export type UpdateServiceConfigurationPayloadServiceConfigurationEdgeArgs = {
|
|
2368
|
+
orderBy?: Maybe<Array<ServiceConfigurationsOrderBy>>;
|
|
2369
|
+
};
|
|
2370
|
+
/** All input for the `updateUser` mutation. */
|
|
2371
|
+
export type UpdateUserInput = {
|
|
2372
|
+
/**
|
|
2373
|
+
* An arbitrary string value with no semantic meaning. Will be included in the
|
|
2374
|
+
* payload verbatim. May be used to track mutations by the client.
|
|
2375
|
+
*/
|
|
2376
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
2377
|
+
id: Scalars['UUID'];
|
|
2378
|
+
/** An object where the defined keys will be set on the `User` being updated. */
|
|
2379
|
+
patch: UserPatch;
|
|
2380
|
+
};
|
|
2381
|
+
/** The output of our update `User` mutation. */
|
|
2382
|
+
export type UpdateUserPayload = {
|
|
2383
|
+
__typename?: 'UpdateUserPayload';
|
|
2384
|
+
/**
|
|
2385
|
+
* The exact same `clientMutationId` that was provided in the mutation input,
|
|
2386
|
+
* unchanged and unused. May be used by a client to track mutations.
|
|
2387
|
+
*/
|
|
2388
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
2389
|
+
/** Our root query field type. Allows us to run any query from our mutation payload. */
|
|
2390
|
+
query?: Maybe<Query>;
|
|
2391
|
+
/** The `User` that was updated by this mutation. */
|
|
2392
|
+
user?: Maybe<User>;
|
|
2393
|
+
/** An edge for our `User`. May be used by Relay 1. */
|
|
2394
|
+
userEdge?: Maybe<UsersEdge>;
|
|
2395
|
+
};
|
|
2396
|
+
/** The output of our update `User` mutation. */
|
|
2397
|
+
export type UpdateUserPayloadUserEdgeArgs = {
|
|
2398
|
+
orderBy?: Maybe<Array<UsersOrderBy>>;
|
|
2399
|
+
};
|
|
2400
|
+
/** All input for the `updateUserProfile` mutation. */
|
|
2401
|
+
export type UpdateUserProfileInput = {
|
|
2402
|
+
/**
|
|
2403
|
+
* An arbitrary string value with no semantic meaning. Will be included in the
|
|
2404
|
+
* payload verbatim. May be used to track mutations by the client.
|
|
2405
|
+
*/
|
|
2406
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
2407
|
+
id: Scalars['UUID'];
|
|
2408
|
+
/** An object where the defined keys will be set on the `UserProfile` being updated. */
|
|
2409
|
+
patch: UserProfilePatch;
|
|
2410
|
+
};
|
|
2411
|
+
/** The output of our update `UserProfile` mutation. */
|
|
2412
|
+
export type UpdateUserProfilePayload = {
|
|
2413
|
+
__typename?: 'UpdateUserProfilePayload';
|
|
2414
|
+
/**
|
|
2415
|
+
* The exact same `clientMutationId` that was provided in the mutation input,
|
|
2416
|
+
* unchanged and unused. May be used by a client to track mutations.
|
|
2417
|
+
*/
|
|
2418
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
2419
|
+
/** Our root query field type. Allows us to run any query from our mutation payload. */
|
|
2420
|
+
query?: Maybe<Query>;
|
|
2421
|
+
/** Reads a single `User` that is related to this `UserProfile`. */
|
|
2422
|
+
user?: Maybe<User>;
|
|
2423
|
+
/** The `UserProfile` that was updated by this mutation. */
|
|
2424
|
+
userProfile?: Maybe<UserProfile>;
|
|
2425
|
+
/** An edge for our `UserProfile`. May be used by Relay 1. */
|
|
2426
|
+
userProfileEdge?: Maybe<UserProfilesEdge>;
|
|
2427
|
+
};
|
|
2428
|
+
/** The output of our update `UserProfile` mutation. */
|
|
2429
|
+
export type UpdateUserProfilePayloadUserProfileEdgeArgs = {
|
|
2430
|
+
orderBy?: Maybe<Array<UserProfilesOrderBy>>;
|
|
2431
|
+
};
|
|
2432
|
+
export type User = {
|
|
2433
|
+
__typename?: 'User';
|
|
2434
|
+
createdDate: Scalars['Datetime'];
|
|
2435
|
+
createdUser: Scalars['String'];
|
|
2436
|
+
email?: Maybe<Scalars['String']>;
|
|
2437
|
+
enabled: Scalars['Boolean'];
|
|
2438
|
+
environmentId: Scalars['UUID'];
|
|
2439
|
+
id: Scalars['UUID'];
|
|
2440
|
+
lastActiveAt: Scalars['Datetime'];
|
|
2441
|
+
loginCount: Scalars['Int'];
|
|
2442
|
+
name?: Maybe<Scalars['String']>;
|
|
2443
|
+
phone?: Maybe<Scalars['String']>;
|
|
2444
|
+
tenantId: Scalars['UUID'];
|
|
2445
|
+
updatedDate: Scalars['Datetime'];
|
|
2446
|
+
updatedUser: Scalars['String'];
|
|
2447
|
+
/** Reads and enables pagination through a set of `UserIdpDatum`. */
|
|
2448
|
+
userIdpData: UserIdpDataConnection;
|
|
2449
|
+
/** Reads and enables pagination through a set of `UserProfile`. */
|
|
2450
|
+
userProfiles: UserProfilesConnection;
|
|
2451
|
+
};
|
|
2452
|
+
export type UserUserIdpDataArgs = {
|
|
2453
|
+
after?: Maybe<Scalars['Cursor']>;
|
|
2454
|
+
before?: Maybe<Scalars['Cursor']>;
|
|
2455
|
+
condition?: Maybe<UserIdpDatumCondition>;
|
|
2456
|
+
filter?: Maybe<UserIdpDatumFilter>;
|
|
2457
|
+
first?: Maybe<Scalars['Int']>;
|
|
2458
|
+
last?: Maybe<Scalars['Int']>;
|
|
2459
|
+
offset?: Maybe<Scalars['Int']>;
|
|
2460
|
+
orderBy?: Maybe<Array<UserIdpDataOrderBy>>;
|
|
2461
|
+
};
|
|
2462
|
+
export type UserUserProfilesArgs = {
|
|
2463
|
+
after?: Maybe<Scalars['Cursor']>;
|
|
2464
|
+
before?: Maybe<Scalars['Cursor']>;
|
|
2465
|
+
condition?: Maybe<UserProfileCondition>;
|
|
2466
|
+
filter?: Maybe<UserProfileFilter>;
|
|
2467
|
+
first?: Maybe<Scalars['Int']>;
|
|
2468
|
+
last?: Maybe<Scalars['Int']>;
|
|
2469
|
+
offset?: Maybe<Scalars['Int']>;
|
|
2470
|
+
orderBy?: Maybe<Array<UserProfilesOrderBy>>;
|
|
2471
|
+
};
|
|
2472
|
+
/** A condition to be used against `User` object types. All fields are tested for equality and combined with a logical ‘and.’ */
|
|
2473
|
+
export type UserCondition = {
|
|
2474
|
+
/** Checks for equality with the object’s `createdDate` field. */
|
|
2475
|
+
createdDate?: Maybe<Scalars['Datetime']>;
|
|
2476
|
+
/** Checks for equality with the object’s `createdUser` field. */
|
|
2477
|
+
createdUser?: Maybe<Scalars['String']>;
|
|
2478
|
+
/** Checks for equality with the object’s `email` field. */
|
|
2479
|
+
email?: Maybe<Scalars['String']>;
|
|
2480
|
+
/** Checks for equality with the object’s `enabled` field. */
|
|
2481
|
+
enabled?: Maybe<Scalars['Boolean']>;
|
|
2482
|
+
/** Checks for equality with the object’s `environmentId` field. */
|
|
2483
|
+
environmentId?: Maybe<Scalars['UUID']>;
|
|
2484
|
+
/** Checks for equality with the object’s `id` field. */
|
|
2485
|
+
id?: Maybe<Scalars['UUID']>;
|
|
2486
|
+
/** Checks for equality with the object’s `lastActiveAt` field. */
|
|
2487
|
+
lastActiveAt?: Maybe<Scalars['Datetime']>;
|
|
2488
|
+
/** Checks for equality with the object’s `loginCount` field. */
|
|
2489
|
+
loginCount?: Maybe<Scalars['Int']>;
|
|
2490
|
+
/** Checks for equality with the object’s `name` field. */
|
|
2491
|
+
name?: Maybe<Scalars['String']>;
|
|
2492
|
+
/** Checks for equality with the object’s `phone` field. */
|
|
2493
|
+
phone?: Maybe<Scalars['String']>;
|
|
2494
|
+
/** Checks for equality with the object’s `tenantId` field. */
|
|
2495
|
+
tenantId?: Maybe<Scalars['UUID']>;
|
|
2496
|
+
/** Checks for equality with the object’s `updatedDate` field. */
|
|
2497
|
+
updatedDate?: Maybe<Scalars['Datetime']>;
|
|
2498
|
+
/** Checks for equality with the object’s `updatedUser` field. */
|
|
2499
|
+
updatedUser?: Maybe<Scalars['String']>;
|
|
2500
|
+
};
|
|
2501
|
+
/** A filter to be used against `User` object types. All fields are combined with a logical ‘and.’ */
|
|
2502
|
+
export type UserFilter = {
|
|
2503
|
+
/** Checks for all expressions in this list. */
|
|
2504
|
+
and?: Maybe<Array<UserFilter>>;
|
|
2505
|
+
/** Filter by the object’s `createdDate` field. */
|
|
2506
|
+
createdDate?: Maybe<DatetimeFilter>;
|
|
2507
|
+
/** Filter by the object’s `createdUser` field. */
|
|
2508
|
+
createdUser?: Maybe<StringFilter>;
|
|
2509
|
+
/** Filter by the object’s `email` field. */
|
|
2510
|
+
email?: Maybe<StringFilter>;
|
|
2511
|
+
/** Filter by the object’s `enabled` field. */
|
|
2512
|
+
enabled?: Maybe<BooleanFilter>;
|
|
2513
|
+
/** Filter by the object’s `environmentId` field. */
|
|
2514
|
+
environmentId?: Maybe<UuidFilter>;
|
|
2515
|
+
/** Filter by the object’s `id` field. */
|
|
2516
|
+
id?: Maybe<UuidFilter>;
|
|
2517
|
+
/** Filter by the object’s `lastActiveAt` field. */
|
|
2518
|
+
lastActiveAt?: Maybe<DatetimeFilter>;
|
|
2519
|
+
/** Filter by the object’s `loginCount` field. */
|
|
2520
|
+
loginCount?: Maybe<IntFilter>;
|
|
2521
|
+
/** Filter by the object’s `name` field. */
|
|
2522
|
+
name?: Maybe<StringFilter>;
|
|
2523
|
+
/** Negates the expression. */
|
|
2524
|
+
not?: Maybe<UserFilter>;
|
|
2525
|
+
/** Checks for any expressions in this list. */
|
|
2526
|
+
or?: Maybe<Array<UserFilter>>;
|
|
2527
|
+
/** Filter by the object’s `phone` field. */
|
|
2528
|
+
phone?: Maybe<StringFilter>;
|
|
2529
|
+
/** Filter by the object’s `tenantId` field. */
|
|
2530
|
+
tenantId?: Maybe<UuidFilter>;
|
|
2531
|
+
/** Filter by the object’s `updatedDate` field. */
|
|
2532
|
+
updatedDate?: Maybe<DatetimeFilter>;
|
|
2533
|
+
/** Filter by the object’s `updatedUser` field. */
|
|
2534
|
+
updatedUser?: Maybe<StringFilter>;
|
|
2535
|
+
/** Filter by the object’s `userIdpData` relation. */
|
|
2536
|
+
userIdpData?: Maybe<UserToManyUserIdpDatumFilter>;
|
|
2537
|
+
/** Some related `userIdpData` exist. */
|
|
2538
|
+
userIdpDataExist?: Maybe<Scalars['Boolean']>;
|
|
2539
|
+
/** Filter by the object’s `userProfiles` relation. */
|
|
2540
|
+
userProfiles?: Maybe<UserToManyUserProfileFilter>;
|
|
2541
|
+
/** Some related `userProfiles` exist. */
|
|
2542
|
+
userProfilesExist?: Maybe<Scalars['Boolean']>;
|
|
2543
|
+
};
|
|
2544
|
+
/** A connection to a list of `UserIdpDatum` values. */
|
|
2545
|
+
export type UserIdpDataConnection = {
|
|
2546
|
+
__typename?: 'UserIdpDataConnection';
|
|
2547
|
+
/** A list of edges which contains the `UserIdpDatum` and cursor to aid in pagination. */
|
|
2548
|
+
edges: Array<UserIdpDataEdge>;
|
|
2549
|
+
/** A list of `UserIdpDatum` objects. */
|
|
2550
|
+
nodes: Array<UserIdpDatum>;
|
|
2551
|
+
/** Information to aid in pagination. */
|
|
2552
|
+
pageInfo: PageInfo;
|
|
2553
|
+
/** The count of *all* `UserIdpDatum` you could get from the connection. */
|
|
2554
|
+
totalCount: Scalars['Int'];
|
|
2555
|
+
};
|
|
2556
|
+
/** A `UserIdpDatum` edge in the connection. */
|
|
2557
|
+
export type UserIdpDataEdge = {
|
|
2558
|
+
__typename?: 'UserIdpDataEdge';
|
|
2559
|
+
/** A cursor for use in pagination. */
|
|
2560
|
+
cursor?: Maybe<Scalars['Cursor']>;
|
|
2561
|
+
/** The `UserIdpDatum` at the end of the edge. */
|
|
2562
|
+
node: UserIdpDatum;
|
|
2563
|
+
};
|
|
2564
|
+
/** Methods to use when ordering `UserIdpDatum`. */
|
|
2565
|
+
export declare enum UserIdpDataOrderBy {
|
|
2566
|
+
CREATED_DATE_ASC = "CREATED_DATE_ASC",
|
|
2567
|
+
CREATED_DATE_DESC = "CREATED_DATE_DESC",
|
|
2568
|
+
IDP_CONNECTION_ID_ASC = "IDP_CONNECTION_ID_ASC",
|
|
2569
|
+
IDP_CONNECTION_ID_DESC = "IDP_CONNECTION_ID_DESC",
|
|
2570
|
+
IDP_SUBJECT_ID_ASC = "IDP_SUBJECT_ID_ASC",
|
|
2571
|
+
IDP_SUBJECT_ID_DESC = "IDP_SUBJECT_ID_DESC",
|
|
2572
|
+
INITIAL_IDP_REFRESH_TOKEN_ASC = "INITIAL_IDP_REFRESH_TOKEN_ASC",
|
|
2573
|
+
INITIAL_IDP_REFRESH_TOKEN_DESC = "INITIAL_IDP_REFRESH_TOKEN_DESC",
|
|
2574
|
+
NATURAL = "NATURAL",
|
|
2575
|
+
PRIMARY_KEY_ASC = "PRIMARY_KEY_ASC",
|
|
2576
|
+
PRIMARY_KEY_DESC = "PRIMARY_KEY_DESC",
|
|
2577
|
+
PROVIDER_ID_ASC = "PROVIDER_ID_ASC",
|
|
2578
|
+
PROVIDER_ID_DESC = "PROVIDER_ID_DESC",
|
|
2579
|
+
RAW_PAYLOAD_ASC = "RAW_PAYLOAD_ASC",
|
|
2580
|
+
RAW_PAYLOAD_DESC = "RAW_PAYLOAD_DESC",
|
|
2581
|
+
UPDATED_DATE_ASC = "UPDATED_DATE_ASC",
|
|
2582
|
+
UPDATED_DATE_DESC = "UPDATED_DATE_DESC",
|
|
2583
|
+
USER_ID_ASC = "USER_ID_ASC",
|
|
2584
|
+
USER_ID_DESC = "USER_ID_DESC"
|
|
2585
|
+
}
|
|
2586
|
+
export type UserIdpDatum = {
|
|
2587
|
+
__typename?: 'UserIdpDatum';
|
|
2588
|
+
createdDate: Scalars['Datetime'];
|
|
2589
|
+
/** Reads a single `IdpConnection` that is related to this `UserIdpDatum`. */
|
|
2590
|
+
idpConnection?: Maybe<IdpConnection>;
|
|
2591
|
+
idpConnectionId: Scalars['UUID'];
|
|
2592
|
+
idpSubjectId: Scalars['String'];
|
|
2593
|
+
initialIdpRefreshToken?: Maybe<Scalars['String']>;
|
|
2594
|
+
providerId: Scalars['String'];
|
|
2595
|
+
rawPayload: Scalars['JSON'];
|
|
2596
|
+
updatedDate: Scalars['Datetime'];
|
|
2597
|
+
/** Reads a single `User` that is related to this `UserIdpDatum`. */
|
|
2598
|
+
user?: Maybe<User>;
|
|
2599
|
+
userId: Scalars['UUID'];
|
|
2600
|
+
};
|
|
2601
|
+
/**
|
|
2602
|
+
* A condition to be used against `UserIdpDatum` object types. All fields are
|
|
2603
|
+
* tested for equality and combined with a logical ‘and.’
|
|
2604
|
+
*/
|
|
2605
|
+
export type UserIdpDatumCondition = {
|
|
2606
|
+
/** Checks for equality with the object’s `createdDate` field. */
|
|
2607
|
+
createdDate?: Maybe<Scalars['Datetime']>;
|
|
2608
|
+
/** Checks for equality with the object’s `idpConnectionId` field. */
|
|
2609
|
+
idpConnectionId?: Maybe<Scalars['UUID']>;
|
|
2610
|
+
/** Checks for equality with the object’s `idpSubjectId` field. */
|
|
2611
|
+
idpSubjectId?: Maybe<Scalars['String']>;
|
|
2612
|
+
/** Checks for equality with the object’s `initialIdpRefreshToken` field. */
|
|
2613
|
+
initialIdpRefreshToken?: Maybe<Scalars['String']>;
|
|
2614
|
+
/** Checks for equality with the object’s `providerId` field. */
|
|
2615
|
+
providerId?: Maybe<Scalars['String']>;
|
|
2616
|
+
/** Checks for equality with the object’s `rawPayload` field. */
|
|
2617
|
+
rawPayload?: Maybe<Scalars['JSON']>;
|
|
2618
|
+
/** Checks for equality with the object’s `updatedDate` field. */
|
|
2619
|
+
updatedDate?: Maybe<Scalars['Datetime']>;
|
|
2620
|
+
/** Checks for equality with the object’s `userId` field. */
|
|
2621
|
+
userId?: Maybe<Scalars['UUID']>;
|
|
2622
|
+
};
|
|
2623
|
+
/** A filter to be used against `UserIdpDatum` object types. All fields are combined with a logical ‘and.’ */
|
|
2624
|
+
export type UserIdpDatumFilter = {
|
|
2625
|
+
/** Checks for all expressions in this list. */
|
|
2626
|
+
and?: Maybe<Array<UserIdpDatumFilter>>;
|
|
2627
|
+
/** Filter by the object’s `createdDate` field. */
|
|
2628
|
+
createdDate?: Maybe<DatetimeFilter>;
|
|
2629
|
+
/** Filter by the object’s `idpConnection` relation. */
|
|
2630
|
+
idpConnection?: Maybe<IdpConnectionFilter>;
|
|
2631
|
+
/** Filter by the object’s `idpConnectionId` field. */
|
|
2632
|
+
idpConnectionId?: Maybe<UuidFilter>;
|
|
2633
|
+
/** Filter by the object’s `idpSubjectId` field. */
|
|
2634
|
+
idpSubjectId?: Maybe<StringFilter>;
|
|
2635
|
+
/** Filter by the object’s `initialIdpRefreshToken` field. */
|
|
2636
|
+
initialIdpRefreshToken?: Maybe<StringFilter>;
|
|
2637
|
+
/** Negates the expression. */
|
|
2638
|
+
not?: Maybe<UserIdpDatumFilter>;
|
|
2639
|
+
/** Checks for any expressions in this list. */
|
|
2640
|
+
or?: Maybe<Array<UserIdpDatumFilter>>;
|
|
2641
|
+
/** Filter by the object’s `providerId` field. */
|
|
2642
|
+
providerId?: Maybe<StringFilter>;
|
|
2643
|
+
/** Filter by the object’s `rawPayload` field. */
|
|
2644
|
+
rawPayload?: Maybe<JsonFilter>;
|
|
2645
|
+
/** Filter by the object’s `updatedDate` field. */
|
|
2646
|
+
updatedDate?: Maybe<DatetimeFilter>;
|
|
2647
|
+
/** Filter by the object’s `user` relation. */
|
|
2648
|
+
user?: Maybe<UserFilter>;
|
|
2649
|
+
/** Filter by the object’s `userId` field. */
|
|
2650
|
+
userId?: Maybe<UuidFilter>;
|
|
2651
|
+
};
|
|
2652
|
+
/** Represents an update to a `User`. Fields that are set will be updated. */
|
|
2653
|
+
export type UserPatch = {
|
|
2654
|
+
email?: Maybe<Scalars['String']>;
|
|
2655
|
+
enabled?: Maybe<Scalars['Boolean']>;
|
|
2656
|
+
lastActiveAt?: Maybe<Scalars['Datetime']>;
|
|
2657
|
+
loginCount?: Maybe<Scalars['Int']>;
|
|
2658
|
+
name?: Maybe<Scalars['String']>;
|
|
2659
|
+
phone?: Maybe<Scalars['String']>;
|
|
2660
|
+
};
|
|
2661
|
+
export type UserProfile = {
|
|
2662
|
+
__typename?: 'UserProfile';
|
|
2663
|
+
createdDate: Scalars['Datetime'];
|
|
2664
|
+
createdUser: Scalars['String'];
|
|
2665
|
+
defaultProfile: Scalars['Boolean'];
|
|
2666
|
+
displayName: Scalars['String'];
|
|
2667
|
+
environmentId: Scalars['UUID'];
|
|
2668
|
+
id: Scalars['UUID'];
|
|
2669
|
+
profilePictureUrl?: Maybe<Scalars['String']>;
|
|
2670
|
+
tenantId: Scalars['UUID'];
|
|
2671
|
+
updatedDate: Scalars['Datetime'];
|
|
2672
|
+
updatedUser: Scalars['String'];
|
|
2673
|
+
/** Reads a single `User` that is related to this `UserProfile`. */
|
|
2674
|
+
user?: Maybe<User>;
|
|
2675
|
+
userId: Scalars['UUID'];
|
|
2676
|
+
};
|
|
2677
|
+
/**
|
|
2678
|
+
* A condition to be used against `UserProfile` object types. All fields are tested
|
|
2679
|
+
* for equality and combined with a logical ‘and.’
|
|
2680
|
+
*/
|
|
2681
|
+
export type UserProfileCondition = {
|
|
2682
|
+
/** Checks for equality with the object’s `createdDate` field. */
|
|
2683
|
+
createdDate?: Maybe<Scalars['Datetime']>;
|
|
2684
|
+
/** Checks for equality with the object’s `createdUser` field. */
|
|
2685
|
+
createdUser?: Maybe<Scalars['String']>;
|
|
2686
|
+
/** Checks for equality with the object’s `defaultProfile` field. */
|
|
2687
|
+
defaultProfile?: Maybe<Scalars['Boolean']>;
|
|
2688
|
+
/** Checks for equality with the object’s `displayName` field. */
|
|
2689
|
+
displayName?: Maybe<Scalars['String']>;
|
|
2690
|
+
/** Checks for equality with the object’s `environmentId` field. */
|
|
2691
|
+
environmentId?: Maybe<Scalars['UUID']>;
|
|
2692
|
+
/** Checks for equality with the object’s `id` field. */
|
|
2693
|
+
id?: Maybe<Scalars['UUID']>;
|
|
2694
|
+
/** Checks for equality with the object’s `profilePictureUrl` field. */
|
|
2695
|
+
profilePictureUrl?: Maybe<Scalars['String']>;
|
|
2696
|
+
/** Checks for equality with the object’s `tenantId` field. */
|
|
2697
|
+
tenantId?: Maybe<Scalars['UUID']>;
|
|
2698
|
+
/** Checks for equality with the object’s `updatedDate` field. */
|
|
2699
|
+
updatedDate?: Maybe<Scalars['Datetime']>;
|
|
2700
|
+
/** Checks for equality with the object’s `updatedUser` field. */
|
|
2701
|
+
updatedUser?: Maybe<Scalars['String']>;
|
|
2702
|
+
/** Checks for equality with the object’s `userId` field. */
|
|
2703
|
+
userId?: Maybe<Scalars['UUID']>;
|
|
2704
|
+
};
|
|
2705
|
+
/** A filter to be used against `UserProfile` object types. All fields are combined with a logical ‘and.’ */
|
|
2706
|
+
export type UserProfileFilter = {
|
|
2707
|
+
/** Checks for all expressions in this list. */
|
|
2708
|
+
and?: Maybe<Array<UserProfileFilter>>;
|
|
2709
|
+
/** Filter by the object’s `createdDate` field. */
|
|
2710
|
+
createdDate?: Maybe<DatetimeFilter>;
|
|
2711
|
+
/** Filter by the object’s `createdUser` field. */
|
|
2712
|
+
createdUser?: Maybe<StringFilter>;
|
|
2713
|
+
/** Filter by the object’s `defaultProfile` field. */
|
|
2714
|
+
defaultProfile?: Maybe<BooleanFilter>;
|
|
2715
|
+
/** Filter by the object’s `displayName` field. */
|
|
2716
|
+
displayName?: Maybe<StringFilter>;
|
|
2717
|
+
/** Filter by the object’s `environmentId` field. */
|
|
2718
|
+
environmentId?: Maybe<UuidFilter>;
|
|
2719
|
+
/** Filter by the object’s `id` field. */
|
|
2720
|
+
id?: Maybe<UuidFilter>;
|
|
2721
|
+
/** Negates the expression. */
|
|
2722
|
+
not?: Maybe<UserProfileFilter>;
|
|
2723
|
+
/** Checks for any expressions in this list. */
|
|
2724
|
+
or?: Maybe<Array<UserProfileFilter>>;
|
|
2725
|
+
/** Filter by the object’s `profilePictureUrl` field. */
|
|
2726
|
+
profilePictureUrl?: Maybe<StringFilter>;
|
|
2727
|
+
/** Filter by the object’s `tenantId` field. */
|
|
2728
|
+
tenantId?: Maybe<UuidFilter>;
|
|
2729
|
+
/** Filter by the object’s `updatedDate` field. */
|
|
2730
|
+
updatedDate?: Maybe<DatetimeFilter>;
|
|
2731
|
+
/** Filter by the object’s `updatedUser` field. */
|
|
2732
|
+
updatedUser?: Maybe<StringFilter>;
|
|
2733
|
+
/** Filter by the object’s `user` relation. */
|
|
2734
|
+
user?: Maybe<UserFilter>;
|
|
2735
|
+
/** Filter by the object’s `userId` field. */
|
|
2736
|
+
userId?: Maybe<UuidFilter>;
|
|
2737
|
+
};
|
|
2738
|
+
/** An input for mutations affecting `UserProfile` */
|
|
2739
|
+
export type UserProfileInput = {
|
|
2740
|
+
defaultProfile?: Maybe<Scalars['Boolean']>;
|
|
2741
|
+
displayName: Scalars['String'];
|
|
2742
|
+
profilePictureUrl?: Maybe<Scalars['String']>;
|
|
2743
|
+
userId: Scalars['UUID'];
|
|
2744
|
+
};
|
|
2745
|
+
/** Represents an update to a `UserProfile`. Fields that are set will be updated. */
|
|
2746
|
+
export type UserProfilePatch = {
|
|
2747
|
+
displayName?: Maybe<Scalars['String']>;
|
|
2748
|
+
profilePictureUrl?: Maybe<Scalars['String']>;
|
|
2749
|
+
};
|
|
2750
|
+
/** A connection to a list of `UserProfile` values. */
|
|
2751
|
+
export type UserProfilesConnection = {
|
|
2752
|
+
__typename?: 'UserProfilesConnection';
|
|
2753
|
+
/** A list of edges which contains the `UserProfile` and cursor to aid in pagination. */
|
|
2754
|
+
edges: Array<UserProfilesEdge>;
|
|
2755
|
+
/** A list of `UserProfile` objects. */
|
|
2756
|
+
nodes: Array<UserProfile>;
|
|
2757
|
+
/** Information to aid in pagination. */
|
|
2758
|
+
pageInfo: PageInfo;
|
|
2759
|
+
/** The count of *all* `UserProfile` you could get from the connection. */
|
|
2760
|
+
totalCount: Scalars['Int'];
|
|
2761
|
+
};
|
|
2762
|
+
/** A `UserProfile` edge in the connection. */
|
|
2763
|
+
export type UserProfilesEdge = {
|
|
2764
|
+
__typename?: 'UserProfilesEdge';
|
|
2765
|
+
/** A cursor for use in pagination. */
|
|
2766
|
+
cursor?: Maybe<Scalars['Cursor']>;
|
|
2767
|
+
/** The `UserProfile` at the end of the edge. */
|
|
2768
|
+
node: UserProfile;
|
|
2769
|
+
};
|
|
2770
|
+
/** Methods to use when ordering `UserProfile`. */
|
|
2771
|
+
export declare enum UserProfilesOrderBy {
|
|
2772
|
+
CREATED_DATE_ASC = "CREATED_DATE_ASC",
|
|
2773
|
+
CREATED_DATE_DESC = "CREATED_DATE_DESC",
|
|
2774
|
+
CREATED_USER_ASC = "CREATED_USER_ASC",
|
|
2775
|
+
CREATED_USER_DESC = "CREATED_USER_DESC",
|
|
2776
|
+
DEFAULT_PROFILE_ASC = "DEFAULT_PROFILE_ASC",
|
|
2777
|
+
DEFAULT_PROFILE_DESC = "DEFAULT_PROFILE_DESC",
|
|
2778
|
+
DISPLAY_NAME_ASC = "DISPLAY_NAME_ASC",
|
|
2779
|
+
DISPLAY_NAME_DESC = "DISPLAY_NAME_DESC",
|
|
2780
|
+
ENVIRONMENT_ID_ASC = "ENVIRONMENT_ID_ASC",
|
|
2781
|
+
ENVIRONMENT_ID_DESC = "ENVIRONMENT_ID_DESC",
|
|
2782
|
+
ID_ASC = "ID_ASC",
|
|
2783
|
+
ID_DESC = "ID_DESC",
|
|
2784
|
+
NATURAL = "NATURAL",
|
|
2785
|
+
PRIMARY_KEY_ASC = "PRIMARY_KEY_ASC",
|
|
2786
|
+
PRIMARY_KEY_DESC = "PRIMARY_KEY_DESC",
|
|
2787
|
+
PROFILE_PICTURE_URL_ASC = "PROFILE_PICTURE_URL_ASC",
|
|
2788
|
+
PROFILE_PICTURE_URL_DESC = "PROFILE_PICTURE_URL_DESC",
|
|
2789
|
+
TENANT_ID_ASC = "TENANT_ID_ASC",
|
|
2790
|
+
TENANT_ID_DESC = "TENANT_ID_DESC",
|
|
2791
|
+
UPDATED_DATE_ASC = "UPDATED_DATE_ASC",
|
|
2792
|
+
UPDATED_DATE_DESC = "UPDATED_DATE_DESC",
|
|
2793
|
+
UPDATED_USER_ASC = "UPDATED_USER_ASC",
|
|
2794
|
+
UPDATED_USER_DESC = "UPDATED_USER_DESC",
|
|
2795
|
+
USER_ID_ASC = "USER_ID_ASC",
|
|
2796
|
+
USER_ID_DESC = "USER_ID_DESC"
|
|
2797
|
+
}
|
|
2798
|
+
/** A connection to a list of `User` values. */
|
|
2799
|
+
export type UsersConnection = {
|
|
2800
|
+
__typename?: 'UsersConnection';
|
|
2801
|
+
/** A list of edges which contains the `User` and cursor to aid in pagination. */
|
|
2802
|
+
edges: Array<UsersEdge>;
|
|
2803
|
+
/** A list of `User` objects. */
|
|
2804
|
+
nodes: Array<User>;
|
|
2805
|
+
/** Information to aid in pagination. */
|
|
2806
|
+
pageInfo: PageInfo;
|
|
2807
|
+
/** The count of *all* `User` you could get from the connection. */
|
|
2808
|
+
totalCount: Scalars['Int'];
|
|
2809
|
+
};
|
|
2810
|
+
/** A `User` edge in the connection. */
|
|
2811
|
+
export type UsersEdge = {
|
|
2812
|
+
__typename?: 'UsersEdge';
|
|
2813
|
+
/** A cursor for use in pagination. */
|
|
2814
|
+
cursor?: Maybe<Scalars['Cursor']>;
|
|
2815
|
+
/** The `User` at the end of the edge. */
|
|
2816
|
+
node: User;
|
|
2817
|
+
};
|
|
2818
|
+
/** Methods to use when ordering `User`. */
|
|
2819
|
+
export declare enum UsersOrderBy {
|
|
2820
|
+
CREATED_DATE_ASC = "CREATED_DATE_ASC",
|
|
2821
|
+
CREATED_DATE_DESC = "CREATED_DATE_DESC",
|
|
2822
|
+
CREATED_USER_ASC = "CREATED_USER_ASC",
|
|
2823
|
+
CREATED_USER_DESC = "CREATED_USER_DESC",
|
|
2824
|
+
EMAIL_ASC = "EMAIL_ASC",
|
|
2825
|
+
EMAIL_DESC = "EMAIL_DESC",
|
|
2826
|
+
ENABLED_ASC = "ENABLED_ASC",
|
|
2827
|
+
ENABLED_DESC = "ENABLED_DESC",
|
|
2828
|
+
ENVIRONMENT_ID_ASC = "ENVIRONMENT_ID_ASC",
|
|
2829
|
+
ENVIRONMENT_ID_DESC = "ENVIRONMENT_ID_DESC",
|
|
2830
|
+
ID_ASC = "ID_ASC",
|
|
2831
|
+
ID_DESC = "ID_DESC",
|
|
2832
|
+
LAST_ACTIVE_AT_ASC = "LAST_ACTIVE_AT_ASC",
|
|
2833
|
+
LAST_ACTIVE_AT_DESC = "LAST_ACTIVE_AT_DESC",
|
|
2834
|
+
LOGIN_COUNT_ASC = "LOGIN_COUNT_ASC",
|
|
2835
|
+
LOGIN_COUNT_DESC = "LOGIN_COUNT_DESC",
|
|
2836
|
+
NAME_ASC = "NAME_ASC",
|
|
2837
|
+
NAME_DESC = "NAME_DESC",
|
|
2838
|
+
NATURAL = "NATURAL",
|
|
2839
|
+
PHONE_ASC = "PHONE_ASC",
|
|
2840
|
+
PHONE_DESC = "PHONE_DESC",
|
|
2841
|
+
PRIMARY_KEY_ASC = "PRIMARY_KEY_ASC",
|
|
2842
|
+
PRIMARY_KEY_DESC = "PRIMARY_KEY_DESC",
|
|
2843
|
+
TENANT_ID_ASC = "TENANT_ID_ASC",
|
|
2844
|
+
TENANT_ID_DESC = "TENANT_ID_DESC",
|
|
2845
|
+
UPDATED_DATE_ASC = "UPDATED_DATE_ASC",
|
|
2846
|
+
UPDATED_DATE_DESC = "UPDATED_DATE_DESC",
|
|
2847
|
+
UPDATED_USER_ASC = "UPDATED_USER_ASC",
|
|
2848
|
+
UPDATED_USER_DESC = "UPDATED_USER_DESC"
|
|
2849
|
+
}
|
|
2850
|
+
/** A filter to be used against many `UserIdpDatum` object types. All fields are combined with a logical ‘and.’ */
|
|
2851
|
+
export type UserToManyUserIdpDatumFilter = {
|
|
2852
|
+
/** Every related `UserIdpDatum` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
2853
|
+
every?: Maybe<UserIdpDatumFilter>;
|
|
2854
|
+
/** No related `UserIdpDatum` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
2855
|
+
none?: Maybe<UserIdpDatumFilter>;
|
|
2856
|
+
/** Some related `UserIdpDatum` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
2857
|
+
some?: Maybe<UserIdpDatumFilter>;
|
|
2858
|
+
};
|
|
2859
|
+
/** A filter to be used against many `UserProfile` object types. All fields are combined with a logical ‘and.’ */
|
|
2860
|
+
export type UserToManyUserProfileFilter = {
|
|
2861
|
+
/** Every related `UserProfile` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
2862
|
+
every?: Maybe<UserProfileFilter>;
|
|
2863
|
+
/** No related `UserProfile` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
2864
|
+
none?: Maybe<UserProfileFilter>;
|
|
2865
|
+
/** Some related `UserProfile` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
2866
|
+
some?: Maybe<UserProfileFilter>;
|
|
2867
|
+
};
|
|
2868
|
+
/** A filter to be used against UUID fields. All fields are combined with a logical ‘and.’ */
|
|
2869
|
+
export type UuidFilter = {
|
|
2870
|
+
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
2871
|
+
distinctFrom?: Maybe<Scalars['UUID']>;
|
|
2872
|
+
/** Equal to the specified value. */
|
|
2873
|
+
equalTo?: Maybe<Scalars['UUID']>;
|
|
2874
|
+
/** Greater than the specified value. */
|
|
2875
|
+
greaterThan?: Maybe<Scalars['UUID']>;
|
|
2876
|
+
/** Greater than or equal to the specified value. */
|
|
2877
|
+
greaterThanOrEqualTo?: Maybe<Scalars['UUID']>;
|
|
2878
|
+
/** Included in the specified list. */
|
|
2879
|
+
in?: Maybe<Array<Scalars['UUID']>>;
|
|
2880
|
+
/** Is null (if `true` is specified) or is not null (if `false` is specified). */
|
|
2881
|
+
isNull?: Maybe<Scalars['Boolean']>;
|
|
2882
|
+
/** Less than the specified value. */
|
|
2883
|
+
lessThan?: Maybe<Scalars['UUID']>;
|
|
2884
|
+
/** Less than or equal to the specified value. */
|
|
2885
|
+
lessThanOrEqualTo?: Maybe<Scalars['UUID']>;
|
|
2886
|
+
/** Equal to the specified value, treating null like an ordinary value. */
|
|
2887
|
+
notDistinctFrom?: Maybe<Scalars['UUID']>;
|
|
2888
|
+
/** Not equal to the specified value. */
|
|
2889
|
+
notEqualTo?: Maybe<Scalars['UUID']>;
|
|
2890
|
+
/** Not included in the specified list. */
|
|
2891
|
+
notIn?: Maybe<Array<Scalars['UUID']>>;
|
|
2892
|
+
};
|
|
2893
|
+
export type AuthenticateEndUserApplicationMutationVariables = Exact<{
|
|
2894
|
+
input: AuthenticateEndUserApplicationInput;
|
|
2895
|
+
}>;
|
|
2896
|
+
export type AuthenticateEndUserApplicationMutation = ({
|
|
2897
|
+
__typename?: 'Mutation';
|
|
2898
|
+
} & {
|
|
2899
|
+
authenticateEndUserApplication: ({
|
|
2900
|
+
__typename?: 'AuthenticateEndUserApplicationPayload';
|
|
2901
|
+
} & Pick<AuthenticateEndUserApplicationPayload, 'accessToken' | 'expiresInSeconds' | 'tokenType'>);
|
|
2902
|
+
});
|
|
2903
|
+
export type DecryptNativeCookieMutationVariables = Exact<{
|
|
2904
|
+
input: DecryptWithKeyAesInput;
|
|
2905
|
+
}>;
|
|
2906
|
+
export type DecryptNativeCookieMutation = ({
|
|
2907
|
+
__typename?: 'Mutation';
|
|
2908
|
+
} & {
|
|
2909
|
+
decryptWithKeyAes: ({
|
|
2910
|
+
__typename?: 'DecryptWithKeyAesPayload';
|
|
2911
|
+
} & Pick<DecryptWithKeyAesPayload, 'decryptedValue'>);
|
|
2912
|
+
});
|
|
2913
|
+
export declare const AuthenticateEndUserApplicationDocument: DocumentNode<AuthenticateEndUserApplicationMutation, AuthenticateEndUserApplicationMutationVariables>;
|
|
2914
|
+
export declare const DecryptNativeCookieDocument: DocumentNode<DecryptNativeCookieMutation, DecryptNativeCookieMutationVariables>;
|
|
2915
|
+
//# sourceMappingURL=user-service-management-graphql.types.d.ts.map
|