github.com/niko0xdev/gqlgen@v0.17.55-0.20240120102243-2ecff98c3e37/codegen/testserver/followschema/recursive.go (about) 1 package followschema 2 3 type RecursiveInputSlice struct { 4 Self []RecursiveInputSlice 5 }