github.com/codykaup/genqlient@v0.6.2/generate/testdata/errors/StructOptionOnObject.schema.graphql (about)

     1  type Query {
     2    myObject: MyObject
     3  }
     4  
     5  type MyObject {
     6    f: String!
     7  }