Skip to content

Commit

Permalink
adapt schema
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Sep 20, 2024
1 parent 8f53f9a commit 581bbbc
Showing 1 changed file with 1 addition and 230 deletions.
231 changes: 1 addition & 230 deletions slot/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -11757,87 +11757,6 @@
"name": "CreateKatanaConfigInput",
"possibleTypes": []
},
{
"description": null,
"enumValues": [],
"fields": [],
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "name",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "validator",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "noGrandpa",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "chain",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "basePath",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "dev",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "sealing",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
],
"interfaces": [],
"kind": "INPUT_OBJECT",
"name": "CreateMadaraConfigInput",
"possibleTypes": []
},
{
"description": null,
"enumValues": [],
Expand Down Expand Up @@ -12056,16 +11975,6 @@
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "madara",
"type": {
"kind": "INPUT_OBJECT",
"name": "CreateMadaraConfigInput",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
Expand Down Expand Up @@ -12679,11 +12588,6 @@
"name": "ToriiConfig",
"ofType": null
},
{
"kind": "OBJECT",
"name": "MadaraConfig",
"ofType": null
},
{
"kind": "OBJECT",
"name": "SayaConfig",
Expand Down Expand Up @@ -13569,12 +13473,6 @@
"isDeprecated": false,
"name": "torii"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "madara"
},
{
"deprecationReason": null,
"description": null,
Expand Down Expand Up @@ -20529,133 +20427,6 @@
"name": "Long",
"possibleTypes": []
},
{
"description": null,
"enumValues": [],
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "version",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "rpc",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "name",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "validator",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "noGrandpa",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "chain",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "basePath",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "dev",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "sealing",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
],
"inputFields": [],
"interfaces": [],
"kind": "OBJECT",
"name": "MadaraConfig",
"possibleTypes": []
},
{
"description": null,
"enumValues": [],
Expand Down Expand Up @@ -40490,4 +40261,4 @@
]
}
}
}
}

0 comments on commit 581bbbc

Please sign in to comment.