-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvements to AS3 docs that are not related to differences from AS2 #5340
Conversation
84c9364
to
f6a46e7
Compare
bd003ee
to
acc157c
Compare
f6a46e7
to
4060e1b
Compare
These are not AS3 regressions.
acc157c
to
6b851b3
Compare
@@ -29,16 +29,37 @@ For example, here's the GraphQL spec's definition of the `@deprecated` directive | |||
```graphql | |||
directive @deprecated( | |||
reason: String = "No longer supported" | |||
) on FIELD_DEFINITION | ENUM_VALUE | |||
) on FIELD_DEFINITION | ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION | ENUM_VALUE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @glasser
I did make the recommended update and agree with it, but it's worth noting that this is not in the spec yet (even in the working draft, surprisingly, though it's implemented in graphql-js
)!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, this is the current PR: graphql/graphql-spec#805
We can leave it at the old version? I dunno.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than those two notes this looks good! If you can resolve these, feel free to merge (I can't "approve" because it's "my" PR).
These are not AS3 regressions.