github.com/shish-dev/gqlgen@v0.99.0/codegen/testserver/followschema/ptr_to_slice.go (about)

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