Skip to content

Commit

Permalink
chore: removed warning for argument deprecation
Browse files Browse the repository at this point in the history
It is now safe to remove this warning, this is merged and isn't a proposal anymore, see more  graphql/graphql-spec#805
  • Loading branch information
Zain-Bin-Arshad authored Mar 19, 2024
1 parent d100174 commit ce46ef6
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 ce46ef6

Please sign in to comment.