Skip to content

Commit ce46ef6

Browse files
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 graphql/graphql-spec#805
1 parent d100174 commit ce46ef6

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)