github.com/shippio/gqlgen@v0.0.0-20220912092219-633ea699ef07/codegen/testserver/singlefile/ptr_to_slice.go (about)

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