github.com/speedoops/go-gqlrest-demo@v0.0.0-20220710122636-5c6460aeab4f/graph/model/models.go (about)

     1  package model
     2  
     3  type OverlappingFields struct {
     4  	Foo    int
     5  	NewFoo int
     6  }