We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f38375 + 1873f2f commit ed5a497Copy full SHA for ed5a497
2 files changed
sdk/migrate-client/schemas/migrate.graphql
@@ -356,7 +356,6 @@ input SqlActionFilter {
356
357
"""Negates the expression."""
358
not: SqlActionFilter
359
-
360
}
361
362
"""
@@ -531,7 +530,6 @@ input StringFilter {
531
530
532
"""Greater than or equal to the specified value (case-insensitive)."""
533
greaterThanOrEqualToInsensitive: String
534
535
536
537
@@ -1182,4 +1180,4 @@ input DeleteSqlActionInput {
1182
1180
1183
1181
clientMutationId: String
1184
id: Int!
1185
-}
+}
sdk/migrate-client/src/index.ts
0 commit comments