github.com/operandinc/gqlgen@v0.16.1/codegen/testserver/followschema/recursive.go (about)

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