github.com/niko0xdev/gqlgen@v0.17.55-0.20240120102243-2ecff98c3e37/integration/server/testomitempty/testmodel.go (about)

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