Skip to content

Commit e5330bc

Browse files
committed
schema update
1 parent a43457a commit e5330bc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/main/graphql/schema.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4246,6 +4246,12 @@
42464246
"description": null,
42474247
"isDeprecated": false,
42484248
"deprecationReason": null
4249+
},
4250+
{
4251+
"name": "SHOW_QUICK_STATS",
4252+
"description": null,
4253+
"isDeprecated": false,
4254+
"deprecationReason": null
42494255
}
42504256
],
42514257
"possibleTypes": null

src/main/graphql/view/add-live-view-subscription.graphql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ mutation addLiveViewSubscription($input: LiveViewSubscriptionInput!) {
1515
}
1616
liveViewConfig {
1717
viewName
18-
userDefined
1918
viewMetrics
2019
refreshRateLimit
2120
}

src/main/graphql/view/get-live-view-subscriptions.graphql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ query getLiveViewSubscriptions {
1515
}
1616
liveViewConfig {
1717
viewName
18-
userDefined
1918
viewMetrics
2019
refreshRateLimit
2120
}

0 commit comments

Comments
 (0)