@projectcaluma/ember-testing 13.2.2 → 14.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1559,6 +1559,7 @@ type FloatQuestion implements Question & Node {
|
|
|
1559
1559
|
id: ID!
|
|
1560
1560
|
minValue: Float
|
|
1561
1561
|
maxValue: Float
|
|
1562
|
+
step: Float
|
|
1562
1563
|
}
|
|
1563
1564
|
|
|
1564
1565
|
type Flow implements Node {
|
|
@@ -3153,6 +3154,7 @@ input SaveFloatQuestionInput {
|
|
|
3153
3154
|
isArchived: Boolean
|
|
3154
3155
|
minValue: Float
|
|
3155
3156
|
maxValue: Float
|
|
3157
|
+
step: Float
|
|
3156
3158
|
placeholder: String
|
|
3157
3159
|
hintText: String
|
|
3158
3160
|
clientMutationId: String
|