The Schema name should be reflective of the type of content it should hold. An example of a
good Schema name would be BlogPosts for a Schema that was going to hold all
the blog posts for a particular backend.
The schema name determines the name of the generated GraphQL type. For most purposes the
generated name is fine but you can override it to meet your needs.