Skip to content

Commit

Permalink
chore: update metaphysics graphql schema (#14604)
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyit authored Oct 2, 2024
1 parent 3322659 commit 9ee31c3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions data/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -363,11 +363,8 @@ type AlertConnection {

# An edge in a connection.
type AlertEdge {
counts: AlertsCounts

# A cursor for use in pagination
cursor: String!
isRecentlyEnabled: Boolean

# The item at the end of the edge
node: Alert
Expand Down Expand Up @@ -423,10 +420,6 @@ enum AlertsConnectionSortEnum {
NAME_ASC
}

type AlertsCounts {
totalUserSearchCriteriaCount: Int
}

type Algolia {
apiKey: String! @deprecated(reason: "Algolia search is no longer supported")
appID: String! @deprecated(reason: "Algolia search is no longer supported")
Expand Down

0 comments on commit 9ee31c3

Please sign in to comment.