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