github.com/luciferinlove/gqlgen@v0.17.16-bzc.1/codegen/testserver/singlefile/recursive.go (about)

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