github.com/mstephano/gqlgen-schemagen@v0.0.0-20230113041936-dd2cd4ea46aa/codegen/testserver/followschema/recursive.go (about)

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