github.com/99designs/gqlgen@v0.17.45/integration/server/testomitempty/testmodel.go (about)

     1  package testomitempty
     2  
     3  type RemoteModelWithOmitempty struct {
     4  	Description string `json:"newDesc,omitempty"`
     5  }