Skip to content

Commit c53077a

Browse files
committed
feat: set view rules vai graphql
1 parent a3543af commit c53077a

File tree

1 file changed

+153
-0
lines changed

1 file changed

+153
-0
lines changed

src/main/resources/graphql/schema.json

Lines changed: 153 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4308,6 +4308,37 @@
43084308
"isDeprecated": false,
43094309
"deprecationReason": null
43104310
},
4311+
{
4312+
"name": "saveRule",
4313+
"description": null,
4314+
"args": [
4315+
{
4316+
"name": "input",
4317+
"description": null,
4318+
"type": {
4319+
"kind": "NON_NULL",
4320+
"name": null,
4321+
"ofType": {
4322+
"kind": "INPUT_OBJECT",
4323+
"name": "ViewRuleInput",
4324+
"ofType": null
4325+
}
4326+
},
4327+
"defaultValue": null
4328+
}
4329+
],
4330+
"type": {
4331+
"kind": "NON_NULL",
4332+
"name": null,
4333+
"ofType": {
4334+
"kind": "OBJECT",
4335+
"name": "ViewRule",
4336+
"ofType": null
4337+
}
4338+
},
4339+
"isDeprecated": false,
4340+
"deprecationReason": null
4341+
},
43114342
{
43124343
"name": "addLiveView",
43134344
"description": null,
@@ -6206,6 +6237,45 @@
62066237
"enumValues": null,
62076238
"possibleTypes": null
62086239
},
6240+
{
6241+
"kind": "INPUT_OBJECT",
6242+
"name": "RulePartitionInput",
6243+
"description": null,
6244+
"fields": null,
6245+
"inputFields": [
6246+
{
6247+
"name": "find",
6248+
"description": null,
6249+
"type": {
6250+
"kind": "NON_NULL",
6251+
"name": null,
6252+
"ofType": {
6253+
"kind": "SCALAR",
6254+
"name": "String",
6255+
"ofType": null
6256+
}
6257+
},
6258+
"defaultValue": null
6259+
},
6260+
{
6261+
"name": "replace",
6262+
"description": null,
6263+
"type": {
6264+
"kind": "NON_NULL",
6265+
"name": null,
6266+
"ofType": {
6267+
"kind": "SCALAR",
6268+
"name": "String",
6269+
"ofType": null
6270+
}
6271+
},
6272+
"defaultValue": null
6273+
}
6274+
],
6275+
"interfaces": null,
6276+
"enumValues": null,
6277+
"possibleTypes": null
6278+
},
62096279
{
62106280
"kind": "OBJECT",
62116281
"name": "SelectedRecord",
@@ -7526,6 +7596,89 @@
75267596
"enumValues": null,
75277597
"possibleTypes": null
75287598
},
7599+
{
7600+
"kind": "INPUT_OBJECT",
7601+
"name": "ViewRuleInput",
7602+
"description": null,
7603+
"fields": null,
7604+
"inputFields": [
7605+
{
7606+
"name": "name",
7607+
"description": null,
7608+
"type": {
7609+
"kind": "NON_NULL",
7610+
"name": null,
7611+
"ofType": {
7612+
"kind": "SCALAR",
7613+
"name": "String",
7614+
"ofType": null
7615+
}
7616+
},
7617+
"defaultValue": null
7618+
},
7619+
{
7620+
"name": "exp",
7621+
"description": null,
7622+
"type": {
7623+
"kind": "NON_NULL",
7624+
"name": null,
7625+
"ofType": {
7626+
"kind": "SCALAR",
7627+
"name": "String",
7628+
"ofType": null
7629+
}
7630+
},
7631+
"defaultValue": null
7632+
},
7633+
{
7634+
"name": "partitions",
7635+
"description": null,
7636+
"type": {
7637+
"kind": "NON_NULL",
7638+
"name": null,
7639+
"ofType": {
7640+
"kind": "LIST",
7641+
"name": null,
7642+
"ofType": {
7643+
"kind": "NON_NULL",
7644+
"name": null,
7645+
"ofType": {
7646+
"kind": "INPUT_OBJECT",
7647+
"name": "RulePartitionInput",
7648+
"ofType": null
7649+
}
7650+
}
7651+
}
7652+
},
7653+
"defaultValue": null
7654+
},
7655+
{
7656+
"name": "meterIds",
7657+
"description": null,
7658+
"type": {
7659+
"kind": "NON_NULL",
7660+
"name": null,
7661+
"ofType": {
7662+
"kind": "LIST",
7663+
"name": null,
7664+
"ofType": {
7665+
"kind": "NON_NULL",
7666+
"name": null,
7667+
"ofType": {
7668+
"kind": "SCALAR",
7669+
"name": "String",
7670+
"ofType": null
7671+
}
7672+
}
7673+
}
7674+
},
7675+
"defaultValue": null
7676+
}
7677+
],
7678+
"interfaces": null,
7679+
"enumValues": null,
7680+
"possibleTypes": null
7681+
},
75297682
{
75307683
"kind": "OBJECT",
75317684
"name": "__Directive",

0 commit comments

Comments
 (0)