timqian/gql-generator

Support extend type

开放

#19 创建于 2019年6月5日

 (4 条评论) (2 个反应) (0 位负责人)JavaScript (94 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (388 个星标)
PR 合并指标
 (30 天内没有已合并 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?

贡献者指南