facebook/relay

Expand PluginInterface support

Open

#2,647 创建于 2019年2月18日

在 GitHub 查看
 (8 评论) (3 反应) (0 负责人)Rust (1,874 fork)batch import
enhancementhelp wantedwontfix

仓库指标

Star
 (18,930 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

I just wrote a plugin for scalajs (very rough but works), using the plugin interface and two things would be super nice to support.

  • Extra schema, like in the relayCompilerBin you add directives, it would be nice for a plugin to be able to add custom directives.
  • The getFileFilter function looks for the string graphql, we should be able to override that.

Otherwise, it went well.

贡献者指南