Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 282 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 282 Bytes

HC13.2.1-Field-Naming-Bug

Issue Demonstration of possible Field Naming Bug in HotChocolate 13.2.1

Running this results in the following schema:

type TestEntity {
  plz: String
  vkNummer: String
  pLZ: String
  vKNummer: String
}

Is this a bug or desired by design?