Skip to content

Commit f9ef0f3

Browse files
authored
Merge pull request #4885 from Zain-Bin-Arshad/patch-1
chore: removed warning for argument deprecation
2 parents d100174 + ce46ef6 commit f9ef0f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

guides/fields/arguments.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ field :search_posts, [PostType], null: false do
9292
end
9393
```
9494

95-
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.
96-
9795
## Aliasing
9896

9997
Use `as: :alternate_name` to use a different key from within your resolvers while

0 commit comments

Comments
 (0)