Skip to content

Commit b782a3c

Browse files
committed
chore: rename
1 parent 55d1306 commit b782a3c

File tree

1 file changed

+17
-41
lines changed

1 file changed

+17
-41
lines changed

src/main/resources/graphql/schema.json

Lines changed: 17 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -4465,7 +4465,7 @@
44654465
"deprecationReason": null
44664466
},
44674467
{
4468-
"name": "setSystemConfigValue",
4468+
"name": "setConfigValue",
44694469
"description": null,
44704470
"args": [
44714471
{
@@ -5806,7 +5806,7 @@
58065806
"deprecationReason": null
58075807
},
58085808
{
5809-
"name": "getSystemConfig",
5809+
"name": "getConfiguration",
58105810
"description": null,
58115811
"args": [],
58125812
"type": {
@@ -5830,7 +5830,7 @@
58305830
"deprecationReason": null
58315831
},
58325832
{
5833-
"name": "getSystemConfigValue",
5833+
"name": "getConfigValue",
58345834
"description": null,
58355835
"args": [
58365836
{
@@ -7786,42 +7786,6 @@
77867786
},
77877787
"isDeprecated": false,
77887788
"deprecationReason": null
7789-
},
7790-
{
7791-
"name": "onOperation",
7792-
"description": null,
7793-
"args": [],
7794-
"type": {
7795-
"kind": "SCALAR",
7796-
"name": "Boolean",
7797-
"ofType": null
7798-
},
7799-
"isDeprecated": true,
7800-
"deprecationReason": "Use `locations`."
7801-
},
7802-
{
7803-
"name": "onFragment",
7804-
"description": null,
7805-
"args": [],
7806-
"type": {
7807-
"kind": "SCALAR",
7808-
"name": "Boolean",
7809-
"ofType": null
7810-
},
7811-
"isDeprecated": true,
7812-
"deprecationReason": "Use `locations`."
7813-
},
7814-
{
7815-
"name": "onField",
7816-
"description": null,
7817-
"args": [],
7818-
"type": {
7819-
"kind": "SCALAR",
7820-
"name": "Boolean",
7821-
"ofType": null
7822-
},
7823-
"isDeprecated": true,
7824-
"deprecationReason": "Use `locations`."
78257789
}
78267790
],
78277791
"inputFields": null,
@@ -8532,7 +8496,7 @@
85328496
"deprecationReason": null
85338497
},
85348498
{
8535-
"name": "specifiedByUrl",
8499+
"name": "specifiedByURL",
85368500
"description": null,
85378501
"args": [],
85388502
"type": {
@@ -8542,6 +8506,18 @@
85428506
},
85438507
"isDeprecated": false,
85448508
"deprecationReason": null
8509+
},
8510+
{
8511+
"name": "specifiedByUrl",
8512+
"description": null,
8513+
"args": [],
8514+
"type": {
8515+
"kind": "SCALAR",
8516+
"name": "String",
8517+
"ofType": null
8518+
},
8519+
"isDeprecated": true,
8520+
"deprecationReason": "This legacy name has been replaced by `specifiedByURL`"
85458521
}
85468522
],
85478523
"inputFields": null,
@@ -8559,7 +8535,7 @@
85598535
"enumValues": [
85608536
{
85618537
"name": "SCALAR",
8562-
"description": "Indicates this type is a scalar. 'specifiedByUrl' is a valid field",
8538+
"description": "Indicates this type is a scalar. 'specifiedByURL' is a valid field",
85638539
"isDeprecated": false,
85648540
"deprecationReason": null
85658541
},

0 commit comments

Comments
 (0)