Skip to content

Support for schema enum extensions? #3748

Open
@levibuzolic

Description

@levibuzolic

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedrustRelated to the compiler written in Rust

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions