github.com/maeglindeveloper/gqlgen@v0.13.1-0.20210413081235-57808b12a0a0/example/federation/products/graph/model/models_gen.go (about)

     1  // Code generated by github.com/99designs/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() {}