github.com/shippio/gqlgen@v0.0.0-20220912092219-633ea699ef07/codegen/testserver/followschema/fields_order.go (about)

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