github.com/geneva/gqlgen@v0.17.7-0.20230801155730-7b9317164836/codegen/testserver/singlefile/fields_order.go (about)

     1  package singlefile
     2  
     3  type FieldsOrderInput struct {
     4  	FirstField *string `json:"firstField"`
     5  }