github.com/operandinc/gqlgen@v0.16.1/codegen/testserver/followschema/wrapped_type.go (about) 1 package followschema 2 3 import "github.com/operandinc/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 )