...

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

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

     1  package followschema
     2  
     3  type RecursiveInputSlice struct {
     4  	Self []RecursiveInputSlice
     5  }
     6  

View as plain text