Skip to content

Conversation

@bbakerman
Copy link
Member

SchemaGeneratorPostProcessing was a previous mechanism that graphql.schema.SchemaTransformer is better suited to

We should not have two mechanisms for the same thing

I propose we deprecated it and remove at a later date

@bbakerman bbakerman added this to the 20.0 milestone Oct 29, 2022
* after the schema is built
*/
@Deprecated
@DeprecatedAt(value = "2012-10-29")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: 2022

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

*/
@PublicSpi
@Deprecated
@DeprecatedAt(value = "2012-10-29")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: should be @DeprecatedAt("2022-10-29")

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

*/
@PublicSpi
@Deprecated
@DeprecatedAt(value = "2012-10-29")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
@DeprecatedAt(value = "2012-10-29")
@DeprecatedAt(value = "2022-10-29")

@bbakerman bbakerman merged commit 13ab000 into master Oct 31, 2022
@dondonz dondonz deleted the deprecate_schema_post_processing branch November 11, 2022 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants