...

Source file src/github.com/99designs/gqlgen/codegen/testserver/followschema/fields_order.go

Documentation: github.com/99designs/gqlgen/codegen/testserver/followschema

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

View as plain text