...

Source file src/github.com/99designs/gqlgen/codegen/testserver/followschema/ptr_to_slice.go

Documentation: github.com/99designs/gqlgen/codegen/testserver/followschema

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

View as plain text