github.com/kerryoscer/gqlgen@v0.17.29/integration/testomitempty/testmodel.go (about) 1 package testomitempty 2 3 type RemoteModelWithOmitempty struct { 4 Description string `json:"newDesc,omitempty"` 5 }