timqian/gql-generator

Support extend type

オープン

#19 opened on 2019/06/05

 (4 件のコメント) (2 件のリアクション) (0 人の担当者)JavaScript (94 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (388 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Hi,

We have modularized our graphql in to separate files so we extend the queries and mutations, eg.

extend type Query {
  someQuery: Boolean
}

Would it be possible to support this?

コントリビューターガイド