Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions sdk/migrate-client/schemas/migrate.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ input SqlActionFilter {

"""Negates the expression."""
not: SqlActionFilter

}

"""
Expand Down Expand Up @@ -531,7 +530,6 @@ input StringFilter {

"""Greater than or equal to the specified value (case-insensitive)."""
greaterThanOrEqualToInsensitive: String

}

"""
Expand Down Expand Up @@ -1182,4 +1180,4 @@ input DeleteSqlActionInput {
"""
clientMutationId: String
id: Int!
}
}
1 change: 0 additions & 1 deletion sdk/migrate-client/src/index.ts

This file was deleted.

Loading