Skip to content

Commit

Permalink
Merge pull request #4885 from Zain-Bin-Arshad/patch-1
Browse files Browse the repository at this point in the history
chore: removed warning for argument deprecation
  • Loading branch information
rmosolgo committed Mar 19, 2024
2 parents d100174 + ce46ef6 commit f9ef0f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions guides/fields/arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9ef0f3

Please sign in to comment.