Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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