梗概

  • 相当于一个graphQL接口的交互式文档

开启playground

示例(NestJs

@Module({
  imports: [
    GraphQLModule.forRoot<ApolloDriverConfig>({
      driver: ApolloDriver,
      playground: true,
    }),
  ],
})

使用

child::

接口内容探索

梗概

示例

查看字段:

child::

选择所需字段:

指向原始笔记的链接