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

     1  package followschema
     2  
     3  type PtrToSliceContainer struct {
     4  	PtrToSlice *[]string
     5  }