Skip to content

Turning GQLExtend to extend type keywords instead of extends directive #1530

Open
@coderfromhere

Description

@coderfromhere

Hi!

I wonder if there's a way to instruct schema renderer responsible for api.render attribute to use extend keywords on defined types instead of the @extends directive in the resulting SDL? Apollo docs seem to discourage use of the directive in favour of the keyword.

I.e. turning this:

type Query @extends { ... }

into this

extend type Query { ... }

Metadata

Metadata

Assignees

No one assigned

    Labels

    federationIssue related to federation support

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions