Skip to content

Commit 22e9607

Browse files
committed
update existing snapshots
1 parent cf1cb3d commit 22e9607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/apollo-mcp-server/src/introspection/tools/snapshots/apollo_mcp_server__introspection__tools__search__tests__search_tool.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type Post implements Node & Content {
2828

2929
type Query {
3030
user(id: ID!): User
31-
post(id: ID!): Post
31+
postsOld(filter: [ID!]): [Post!]! @deprecated(reason: "Use posts instead")
3232
posts(filter: PostFilter): [Post!]!
3333
}
3434

0 commit comments

Comments
 (0)