From ce46ef6ce72437a87f3973571a90b93244843986 Mon Sep 17 00:00:00 2001 From: Zain Arshad Date: Wed, 20 Mar 2024 02:29:23 +0500 Subject: [PATCH] chore: removed warning for argument deprecation It is now safe to remove this warning, this is merged and isn't a proposal anymore, see more https://github.com/graphql/graphql-spec/pull/805 --- guides/fields/arguments.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/guides/fields/arguments.md b/guides/fields/arguments.md index a68fe0d840..a6f38a7c19 100644 --- a/guides/fields/arguments.md +++ b/guides/fields/arguments.md @@ -92,8 +92,6 @@ field :search_posts, [PostType], null: false do end ``` -Note argument deprecation is a stage 2 GraphQL [proposal](https://github.com/graphql/graphql-spec/pull/525) so not all clients will leverage this information. - ## Aliasing Use `as: :alternate_name` to use a different key from within your resolvers while