Skip to content

Commit 7a83412

Browse files
authored
Merge pull request #45 from sourceplusplus/dev
v0.4.4
2 parents abf648a + e5330bc commit 7a83412

File tree

4 files changed

+108
-20
lines changed

4 files changed

+108
-20
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kotlin.code.style=official
22

33
cliGroup=com.sourceplusplus
4-
projectVersion=0.4.3
4+
projectVersion=0.4.4
55

66
vertxVersion=4.2.4
77
graalVersion = 21.3.0

src/main/graphql/schema.json

+107-17
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,18 @@
552552
"isDeprecated": false,
553553
"deprecationReason": null
554554
},
555+
{
556+
"name": "applyImmediately",
557+
"description": null,
558+
"args": [],
559+
"type": {
560+
"kind": "SCALAR",
561+
"name": "Boolean",
562+
"ofType": null
563+
},
564+
"isDeprecated": false,
565+
"deprecationReason": null
566+
},
555567
{
556568
"name": "applied",
557569
"description": null,
@@ -678,6 +690,16 @@
678690
},
679691
"defaultValue": null
680692
},
693+
{
694+
"name": "applyImmediately",
695+
"description": null,
696+
"type": {
697+
"kind": "SCALAR",
698+
"name": "Boolean",
699+
"ofType": null
700+
},
701+
"defaultValue": null
702+
},
681703
{
682704
"name": "throttle",
683705
"description": null,
@@ -780,6 +802,18 @@
780802
"isDeprecated": false,
781803
"deprecationReason": null
782804
},
805+
{
806+
"name": "applyImmediately",
807+
"description": null,
808+
"args": [],
809+
"type": {
810+
"kind": "SCALAR",
811+
"name": "Boolean",
812+
"ofType": null
813+
},
814+
"isDeprecated": false,
815+
"deprecationReason": null
816+
},
783817
{
784818
"name": "applied",
785819
"description": null,
@@ -1019,6 +1053,18 @@
10191053
"isDeprecated": false,
10201054
"deprecationReason": null
10211055
},
1056+
{
1057+
"name": "applyImmediately",
1058+
"description": null,
1059+
"args": [],
1060+
"type": {
1061+
"kind": "SCALAR",
1062+
"name": "Boolean",
1063+
"ofType": null
1064+
},
1065+
"isDeprecated": false,
1066+
"deprecationReason": null
1067+
},
10221068
{
10231069
"name": "applied",
10241070
"description": null,
@@ -1177,6 +1223,16 @@
11771223
},
11781224
"defaultValue": null
11791225
},
1226+
{
1227+
"name": "applyImmediately",
1228+
"description": null,
1229+
"type": {
1230+
"kind": "SCALAR",
1231+
"name": "Boolean",
1232+
"ofType": null
1233+
},
1234+
"defaultValue": null
1235+
},
11801236
{
11811237
"name": "throttle",
11821238
"description": null,
@@ -1327,6 +1383,18 @@
13271383
"isDeprecated": false,
13281384
"deprecationReason": null
13291385
},
1386+
{
1387+
"name": "applyImmediately",
1388+
"description": null,
1389+
"args": [],
1390+
"type": {
1391+
"kind": "SCALAR",
1392+
"name": "Boolean",
1393+
"ofType": null
1394+
},
1395+
"isDeprecated": false,
1396+
"deprecationReason": null
1397+
},
13301398
{
13311399
"name": "applied",
13321400
"description": null,
@@ -1495,6 +1563,16 @@
14951563
},
14961564
"defaultValue": null
14971565
},
1566+
{
1567+
"name": "applyImmediately",
1568+
"description": null,
1569+
"type": {
1570+
"kind": "SCALAR",
1571+
"name": "Boolean",
1572+
"ofType": null
1573+
},
1574+
"defaultValue": null
1575+
},
14981576
{
14991577
"name": "throttle",
15001578
"description": null,
@@ -1695,6 +1773,18 @@
16951773
"isDeprecated": false,
16961774
"deprecationReason": null
16971775
},
1776+
{
1777+
"name": "applyImmediately",
1778+
"description": null,
1779+
"args": [],
1780+
"type": {
1781+
"kind": "SCALAR",
1782+
"name": "Boolean",
1783+
"ofType": null
1784+
},
1785+
"isDeprecated": false,
1786+
"deprecationReason": null
1787+
},
16981788
{
16991789
"name": "applied",
17001790
"description": null,
@@ -1805,9 +1895,19 @@
18051895
},
18061896
"defaultValue": null
18071897
},
1898+
{
1899+
"name": "applyImmediately",
1900+
"description": "condition: String #todo: impl\nexpiresAt: Long #todo: impl\nhitLimit: Int #todo: impl",
1901+
"type": {
1902+
"kind": "SCALAR",
1903+
"name": "Boolean",
1904+
"ofType": null
1905+
},
1906+
"defaultValue": null
1907+
},
18081908
{
18091909
"name": "meta",
1810-
"description": "condition: String #todo: impl\nexpiresAt: Long #todo: impl\nhitLimit: Int #todo: impl\nthrottle: InstrumentThrottleInput #todo: impl",
1910+
"description": "throttle: InstrumentThrottleInput #todo: impl",
18111911
"type": {
18121912
"kind": "LIST",
18131913
"name": null,
@@ -1905,22 +2005,6 @@
19052005
"isDeprecated": false,
19062006
"deprecationReason": null
19072007
},
1908-
{
1909-
"name": "userDefined",
1910-
"description": null,
1911-
"args": [],
1912-
"type": {
1913-
"kind": "NON_NULL",
1914-
"name": null,
1915-
"ofType": {
1916-
"kind": "SCALAR",
1917-
"name": "Boolean",
1918-
"ofType": null
1919-
}
1920-
},
1921-
"isDeprecated": false,
1922-
"deprecationReason": null
1923-
},
19242008
{
19252009
"name": "viewMetrics",
19262010
"description": null,
@@ -4162,6 +4246,12 @@
41624246
"description": null,
41634247
"isDeprecated": false,
41644248
"deprecationReason": null
4249+
},
4250+
{
4251+
"name": "SHOW_QUICK_STATS",
4252+
"description": null,
4253+
"isDeprecated": false,
4254+
"deprecationReason": null
41654255
}
41664256
],
41674257
"possibleTypes": null

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

-1
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

-1
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)