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

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