OBJECT

SchoolCard

link GraphQL Schema definition

1type SchoolCard {
2
3cta: SchoolCardCTA!
4
5description: String!
6
7slug: String!
8
9}