Discover Packages
github.com/99designs/gqlgen/example
federation
products
graph
model
package
Version:
v0.0.0-...-9262b35
Opens a new window with list of versions in this module.
Published: Feb 8, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 10
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Manufacturer struct {
ID string `json:"id"`
Name string `json:"name"`
}
type Product struct {
ID string `json:"id"`
Manufacturer *Manufacturer `json:"manufacturer"`
Upc string `json:"upc"`
Name string `json:"name"`
Price int `json:"price"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.