Skip to content

[entgql] Generate multiple sources #1991

@cliedeman

Description

@cliedeman

EarlySourceInjector allow caters for injecting a single graphql file.
I would like to be able to generate multiple for easier debugging.

E.g.
relay.graphql, enums.graphql, connection1.graphql. etc.

I guess this could also be done as a new plugin to avoid breaking backwards compatibility

type EarlySourcesInjector interface {
	InjectSourcesEarly() ([*ast.Source], error)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions