Amazon web services aws cloudformation appsync扩展查询?

Amazon web services aws cloudformation appsync扩展查询?,amazon-web-services,amazon-cloudformation,aws-appsync,Amazon Web Services,Amazon Cloudformation,Aws Appsync,我是否能够通过使用AWS cloudformation来扩展查询,以提供如下所示的Appysnc,从而使模式可以模块化并分布在不同的yml文件中 Schema: Type: AWS::AppSync::GraphQLSchema Properties: ApiId: xxxxxxxxxxxxxxxxx Definition: | extend type Query { you: You!

我是否能够通过使用AWS cloudformation来扩展查询,以提供如下所示的Appysnc,从而使模式可以模块化并分布在不同的yml文件中

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

目前不支持类型扩展,但团队已意识到该问题。目前还没有关于何时支持的ETA,但感谢您的建议,因为这有助于确定工作的优先级