In my case, I copy struct with copier but the embered fields can't be displayed normally.
After be confused for a while , I found it's a problem with the graphql-go https://github.com/graphql-go/graphql/issues/170 (I am using graphql-go)
I think it is better to add some test cases for embered field test to make it more easier to confirm copier act correctly.
In my case, I copy struct with copier but the embered fields can't be displayed normally. After be confused for a while , I found it's a problem with the graphql-go https://github.com/graphql-go/graphql/issues/170 (I am using graphql-go)
I think it is better to add some test cases for embered field test to make it more easier to confirm copier act correctly.