I'm in the process of writing Rspec tests for my GraphQL endpoints, and I noticed that the objects they use are of the type Schema::Object. I have been using ObjectType for my objects, which means I can't use MySchema.execute() to test.
I've been trying to figure out the difference between the two types and can't find anything. That makes me think that I just have a fundamental misunderstanding of what's going on? Can someone explain this to me?