github.com/luciferinlove/gqlgen@v0.17.16-bzc.1/codegen/testserver/followschema/fields_order.go (about)

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