github.com/mstephano/gqlgen-schemagen@v0.0.0-20230113041936-dd2cd4ea46aa/codegen/testserver/singlefile/wrapped_type.go (about) 1 package singlefile 2 3 import "github.com/mstephano/gqlgen-schemagen/codegen/testserver/singlefile/otherpkg" 4 5 type ( 6 WrappedScalar = otherpkg.Scalar 7 WrappedStruct otherpkg.Struct 8 WrappedMap otherpkg.Map 9 WrappedSlice otherpkg.Slice 10 )