git.sr.ht/~sircmpwn/gqlgen@v0.0.0-20200522192042-c84d29a1c940/example/federation/products/graph/model/models_gen.go (about)

     1  // Code generated by git.sr.ht/~sircmpwn/gqlgen, DO NOT EDIT.
     2  
     3  package model
     4  
     5  type Product struct {
     6  	Upc   string `json:"upc"`
     7  	Name  string `json:"name"`
     8  	Price int    `json:"price"`
     9  }
    10  
    11  func (Product) IsEntity() {}