File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -112,21 +112,21 @@ adds more semantic readers to your schema consumers.
112112
113113
114114* ` PositiveInt `
115- * An ` Int ` scalar that MUST be a greater than zero
115+ * An ` Int ` scalar that MUST be greater than zero
116116* ` NegativeInt `
117- * An ` Int ` scalar that MUST be a less than zero
117+ * An ` Int ` scalar that MUST be less than zero
118118* ` NonPositiveInt `
119- * An ` Int ` scalar that MUST be a less than or equal to zero
119+ * An ` Int ` scalar that MUST be less than or equal to zero
120120* ` NonNegativeInt `
121- * An ` Int ` scalar that MUST be a greater than or equal to zero
121+ * An ` Int ` scalar that MUST be greater than or equal to zero
122122* ` PositiveFloat `
123- * An ` Float ` scalar that MUST be a greater than zero
123+ * An ` Float ` scalar that MUST be greater than zero
124124* ` NegativeFloat `
125- * An ` Float ` scalar that MUST be a less than zero
125+ * An ` Float ` scalar that MUST be less than zero
126126* ` NonPositiveFloat `
127- * An ` Float ` scalar that MUST be a less than or equal to zero
127+ * An ` Float ` scalar that MUST be less than or equal to zero
128128* ` NonNegativeFloat `
129- * An ` Float ` scalar that MUST be a greater than or equal to zero
129+ * An ` Float ` scalar that MUST be greater than or equal to zero
130130
131131The numeric scalars are derivations of the standard graphql ` Int ` and ` Float ` scalars that enforce range limits.
132132
You can’t perform that action at this time.
0 commit comments