github.com/mstephano/gqlgen-schemagen@v0.0.0-20230113041936-dd2cd4ea46aa/codegen/testserver/singlefile/fields_order.go (about)

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