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

Daewon Jeong commented on S2GRAPH-195:
--------------------------------------

Thanks for reporting the error.

indices were created, but they were not exactly represented in the return value.

Now it works fine.
{noformat}
query {
  Management {
    Labels(name: daewon_idx) {
      id
      name
      indices {
        name
      }
    }
  }
}
{noformat}

> could not create indices using S2GraphQL
> ----------------------------------------
>
>                 Key: S2GRAPH-195
>                 URL: https://issues.apache.org/jira/browse/S2GRAPH-195
>             Project: S2Graph
>          Issue Type: Bug
>            Reporter: Chul Kang
>            Assignee: Daewon Jeong
>            Priority: Major
>
> S2GraphQL is not supported index option when label create.



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

Reply via email to