github.com/luciferinlove/gqlgen@v0.17.16-bzc.1/codegen/testserver/followschema/wrapped_type.go (about)

     1  package followschema
     2  
     3  import "github.com/luciferinlove/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  )