aws cloudformation appsync 扩展查询?

aws cloudformation appsync extend query?

我是否可以通过使用 AWS cloudformation 来像下面这样配置 Appysnc 来扩展查询,以便可以将架构模块化并分布在不同的 yml 文件中?

Schema:
      Type: AWS::AppSync::GraphQLSchema
      Properties:
        ApiId: xxxxxxxxxxxxxxxxx
        Definition: |
          extend type Query {
            you: You!
          }
          type You {
            name: String!
          }

目前不支持类型扩展,但团队已意识到该问题。目前尚无关于何时支持此功能的预计到达时间,但感谢您提出此建议,因为它有助于确定工作的优先级!