[ 
https://issues.apache.org/jira/browse/S2GRAPH-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16420192#comment-16420192
 ] 

ASF GitHub Bot commented on S2GRAPH-192:
----------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-s2graph/pull/148


> could not find service column when creating the label 
> ------------------------------------------------------
>
>                 Key: S2GRAPH-192
>                 URL: https://issues.apache.org/jira/browse/S2GRAPH-192
>             Project: S2Graph
>          Issue Type: Bug
>            Reporter: Chul Kang
>            Assignee: Daewon Jeong
>            Priority: Major
>
> 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.
>  
> {code:java}
> lazy val serviceColumnOnServiceInputObjectFields = repo.allServices.map { 
> service =>
>   InputField(service.serviceName, OptionInputType(InputObjectType(
>     s"Input_Column",
>     description = "desc here",
>     fields = List(
>       InputField("columnName", makeServiceColumnEnumTypeOnService(service))
>     )
>   )))
> }
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to