Uploaded image for project: 'S2Graph'
  1. S2Graph
  2. S2GRAPH-192

could not find service column when creating the label

    XMLWordPrintableJSON

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

          Activity

            People

              daewon Daewon Jeong
              chul Chul Kang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: