Skip to content
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

Merged
merged 14 commits into from
Jul 9, 2021

Conversation

glasser
Copy link
Member

@glasser glasser commented Jun 18, 2021

These are not AS3 regressions.

@glasser glasser changed the base branch from glasser/as3-doc-pass to release-3.0 July 2, 2021 16:52
@@ -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
Copy link
Member

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)!

Copy link
Member Author

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.

@glasser glasser added this to the July 2021 milestone Jul 8, 2021
@glasser glasser added the 📝 documentation Focuses on changes to the documentation (docs) label Jul 8, 2021
Copy link
Member Author

@glasser glasser left a 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).

docs/source/schema/schema.md Outdated Show resolved Hide resolved
@StephenBarlow StephenBarlow changed the title Other things that may be worth fixing, marked with FIXME Improvements to AS3 docs that are not related to differences from AS2 Jul 9, 2021
@StephenBarlow StephenBarlow merged commit 9099b26 into release-3.0 Jul 9, 2021
@StephenBarlow StephenBarlow deleted the glasser/misc-doc-fixmes branch July 9, 2021 00:59
@hwillson hwillson removed this from the MM-2021-07 milestone Jul 29, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
📝 documentation Focuses on changes to the documentation (docs)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants