github.com/geneva/gqlgen@v0.17.7-0.20230801155730-7b9317164836/integration/server/testomitempty/testmodel.go (about) 1 package testomitempty 2 3 type RemoteModelWithOmitempty struct { 4 Description string `json:"newDesc,omitempty"` 5 }