github.com/shippio/gqlgen@v0.0.0-20220912092219-633ea699ef07/codegen/testserver/followschema/wrapped_type.go (about) 1 package followschema 2 3 import "github.com/99designs/gqlgen/codegen/testserver/followschema/otherpkg" 4 5 type ( 6 WrappedScalar = otherpkg.Scalar 7 WrappedStruct otherpkg.Struct 8 WrappedMap otherpkg.Map 9 WrappedSlice otherpkg.Slice 10 )