Skip to content

when name of a Field overlaps an existing resolver throw an error #42

Description

@capaj

can be tested easily with

  @ArrayField({
    name: 'aaa'
  })
  async getRelatedCampaigns(@Context ctx: UserSessionContext) {
  }

  @ArrayField({
    name: 'aaa'
  })
  async getRelatedDashboards(@Context ctx: UserSessionContext) {
}
}

currently we override without any warning/fail

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions