Details
-
Bug
-
Status: Done
-
Major
-
Resolution: Done
-
None
-
None
-
None
-
None
Description
When using multiple services, graphql could not find the serviceColumn of that label when creating the label.
The code below shows that all labels have the same service column because the InputObjectTypes have the same name without service identification.
lazy val serviceColumnOnServiceInputObjectFields = repo.allServices.map { service => InputField(service.serviceName, OptionInputType(InputObjectType( s"Input_Column", description = "desc here", fields = List( InputField("columnName", makeServiceColumnEnumTypeOnService(service)) ) ))) }
Attachments
Issue Links
- links to