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

Support for schema enum extensions? #3748

Open
Tracked by #3749
levibuzolic opened this issue Jan 13, 2022 · 1 comment
Open
Tracked by #3749

Support for schema enum extensions? #3748

levibuzolic opened this issue Jan 13, 2022 · 1 comment
Labels
help wanted rust Related to the compiler written in Rust

Comments

@levibuzolic
Copy link
Contributor

TypeSystemDefinition::SchemaExtension { .. } => todo!("SchemaExtension"),
TypeSystemDefinition::EnumTypeExtension { .. } => todo!("EnumTypeExtension"),
TypeSystemDefinition::UnionTypeExtension { .. } => todo!("UnionTypeExtension"),

Is there already work in progress for the new Rust compiler to support EnumTypeExtension and some of the other features here marked as todo? We're looking to upgrade to Relay 13, but trying to work out if we'll need to work around the missing extension support here.

@alunyov
Copy link
Contributor

alunyov commented Jan 14, 2022

Yeah, I think we should to add this. We don't use this internally, but we need this to complete the schema API.

@alunyov alunyov added the rust Related to the compiler written in Rust label Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted rust Related to the compiler written in Rust
Projects
None yet
Development

No branches or pull requests

2 participants