Skip to content

Commit adf3604

Browse files
committed
yarn run codegen
1 parent f2142c8 commit adf3604

File tree

2 files changed

+376
-5
lines changed

2 files changed

+376
-5
lines changed

front/graphql.schema.json

Lines changed: 229 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6162,6 +6162,94 @@
61626162
"enumValues": null,
61636163
"possibleTypes": null
61646164
},
6165+
{
6166+
"kind": "INPUT_OBJECT",
6167+
"name": "LoginWithOAuth2Input",
6168+
"description": null,
6169+
"isOneOf": false,
6170+
"fields": null,
6171+
"inputFields": [
6172+
{
6173+
"name": "callbackUrl",
6174+
"description": null,
6175+
"type": {
6176+
"kind": "NON_NULL",
6177+
"name": null,
6178+
"ofType": {
6179+
"kind": "SCALAR",
6180+
"name": "String",
6181+
"ofType": null
6182+
}
6183+
},
6184+
"defaultValue": null,
6185+
"isDeprecated": false,
6186+
"deprecationReason": null
6187+
},
6188+
{
6189+
"name": "expectedState",
6190+
"description": null,
6191+
"type": {
6192+
"kind": "SCALAR",
6193+
"name": "String",
6194+
"ofType": null
6195+
},
6196+
"defaultValue": null,
6197+
"isDeprecated": false,
6198+
"deprecationReason": null
6199+
},
6200+
{
6201+
"name": "pkceCodeVerifier",
6202+
"description": null,
6203+
"type": {
6204+
"kind": "SCALAR",
6205+
"name": "String",
6206+
"ofType": null
6207+
},
6208+
"defaultValue": null,
6209+
"isDeprecated": false,
6210+
"deprecationReason": null
6211+
}
6212+
],
6213+
"interfaces": null,
6214+
"enumValues": null,
6215+
"possibleTypes": null
6216+
},
6217+
{
6218+
"kind": "OBJECT",
6219+
"name": "LoginWithOAuth2Payload",
6220+
"description": null,
6221+
"isOneOf": null,
6222+
"fields": [
6223+
{
6224+
"name": "jwt",
6225+
"description": null,
6226+
"args": [],
6227+
"type": {
6228+
"kind": "SCALAR",
6229+
"name": "Jwt",
6230+
"ofType": null
6231+
},
6232+
"isDeprecated": false,
6233+
"deprecationReason": null
6234+
},
6235+
{
6236+
"name": "login",
6237+
"description": null,
6238+
"args": [],
6239+
"type": {
6240+
"kind": "SCALAR",
6241+
"name": "String",
6242+
"ofType": null
6243+
},
6244+
"isDeprecated": false,
6245+
"deprecationReason": null
6246+
}
6247+
],
6248+
"inputFields": null,
6249+
"interfaces": [],
6250+
"enumValues": null,
6251+
"possibleTypes": null
6252+
},
61656253
{
61666254
"kind": "OBJECT",
61676255
"name": "Mutation",
@@ -6885,6 +6973,31 @@
68856973
"isDeprecated": false,
68866974
"deprecationReason": null
68876975
},
6976+
{
6977+
"name": "loginWithOAuth2",
6978+
"description": null,
6979+
"args": [
6980+
{
6981+
"name": "input",
6982+
"description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.",
6983+
"type": {
6984+
"kind": "INPUT_OBJECT",
6985+
"name": "LoginWithOAuth2Input",
6986+
"ofType": null
6987+
},
6988+
"defaultValue": null,
6989+
"isDeprecated": false,
6990+
"deprecationReason": null
6991+
}
6992+
],
6993+
"type": {
6994+
"kind": "OBJECT",
6995+
"name": "LoginWithOAuth2Payload",
6996+
"ofType": null
6997+
},
6998+
"isDeprecated": false,
6999+
"deprecationReason": null
7000+
},
68887001
{
68897002
"name": "register",
68907003
"description": null,
@@ -7728,6 +7841,82 @@
77287841
}
77297842
]
77307843
},
7844+
{
7845+
"kind": "OBJECT",
7846+
"name": "OAuth2Settings",
7847+
"description": null,
7848+
"isOneOf": null,
7849+
"fields": [
7850+
{
7851+
"name": "authorizationEndpoint",
7852+
"description": null,
7853+
"args": [],
7854+
"type": {
7855+
"kind": "NON_NULL",
7856+
"name": null,
7857+
"ofType": {
7858+
"kind": "SCALAR",
7859+
"name": "String",
7860+
"ofType": null
7861+
}
7862+
},
7863+
"isDeprecated": false,
7864+
"deprecationReason": null
7865+
},
7866+
{
7867+
"name": "clientId",
7868+
"description": null,
7869+
"args": [],
7870+
"type": {
7871+
"kind": "NON_NULL",
7872+
"name": null,
7873+
"ofType": {
7874+
"kind": "SCALAR",
7875+
"name": "String",
7876+
"ofType": null
7877+
}
7878+
},
7879+
"isDeprecated": false,
7880+
"deprecationReason": null
7881+
},
7882+
{
7883+
"name": "issuer",
7884+
"description": null,
7885+
"args": [],
7886+
"type": {
7887+
"kind": "NON_NULL",
7888+
"name": null,
7889+
"ofType": {
7890+
"kind": "SCALAR",
7891+
"name": "String",
7892+
"ofType": null
7893+
}
7894+
},
7895+
"isDeprecated": false,
7896+
"deprecationReason": null
7897+
},
7898+
{
7899+
"name": "scope",
7900+
"description": null,
7901+
"args": [],
7902+
"type": {
7903+
"kind": "NON_NULL",
7904+
"name": null,
7905+
"ofType": {
7906+
"kind": "SCALAR",
7907+
"name": "String",
7908+
"ofType": null
7909+
}
7910+
},
7911+
"isDeprecated": false,
7912+
"deprecationReason": null
7913+
}
7914+
],
7915+
"inputFields": null,
7916+
"interfaces": [],
7917+
"enumValues": null,
7918+
"possibleTypes": null
7919+
},
77317920
{
77327921
"kind": "OBJECT",
77337922
"name": "PageInfo",
@@ -10347,6 +10536,18 @@
1034710536
"isDeprecated": false,
1034810537
"deprecationReason": null
1034910538
},
10539+
{
10540+
"name": "oauth2Settings",
10541+
"description": null,
10542+
"args": [],
10543+
"type": {
10544+
"kind": "OBJECT",
10545+
"name": "OAuth2Settings",
10546+
"ofType": null
10547+
},
10548+
"isDeprecated": false,
10549+
"deprecationReason": null
10550+
},
1035010551
{
1035110552
"name": "pastCtf",
1035210553
"description": "Reads and enables pagination through a set of `Ctf`.",
@@ -12515,6 +12716,22 @@
1251512716
"isDeprecated": false,
1251612717
"deprecationReason": null
1251712718
},
12719+
{
12720+
"name": "oauth2Enabled",
12721+
"description": null,
12722+
"args": [],
12723+
"type": {
12724+
"kind": "NON_NULL",
12725+
"name": null,
12726+
"ofType": {
12727+
"kind": "SCALAR",
12728+
"name": "Boolean",
12729+
"ofType": null
12730+
}
12731+
},
12732+
"isDeprecated": false,
12733+
"deprecationReason": null
12734+
},
1251812735
{
1251912736
"name": "registrationAllowed",
1252012737
"description": null,
@@ -12638,6 +12855,18 @@
1263812855
"isDeprecated": false,
1263912856
"deprecationReason": null
1264012857
},
12858+
{
12859+
"name": "oauth2Enabled",
12860+
"description": null,
12861+
"type": {
12862+
"kind": "SCALAR",
12863+
"name": "Boolean",
12864+
"ofType": null
12865+
},
12866+
"defaultValue": null,
12867+
"isDeprecated": false,
12868+
"deprecationReason": null
12869+
},
1264112870
{
1264212871
"name": "registrationAllowed",
1264312872
"description": null,

0 commit comments

Comments
 (0)