Validation error of type UnknownType: Unknown type CreateLeagueInput AWS Amplify GraphQL

前端 未结 0 1212
走了就别回头了
走了就别回头了 2021-01-30 03:25

I have the following schema

type League @model
  @auth(rules: [{ allow: owner }]) {
  id: ID!
  name: String!
  faId: ID!
  logo: String
  seasons: [Season] @conn         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题