github.com/spread-ai/gqlgen@v0.0.0-20221124102857-a6c8ef538a1d/codegen/testserver/followschema/recursive.go (about) 1 package followschema 2 3 type RecursiveInputSlice struct { 4 Self []RecursiveInputSlice 5 }