I have this GraphQL schema: graphql schema graphql query
type Board { title: String @unique description: String columns: [Column] @rela