Skip to content

extend input fails to extend #353

@jek-sfdo

Description

@jek-sfdo

Given this schema, the second definition overwrites the first rather than extending it.

input InputType {
  fieldA: String
}

extend input InputType {
  fieldB: String
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions