You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How this line: args: originalObject => ({ Id: originalObject.Id, visualIds: getVisualIdsFromContent(originalObject.Contents) })
can be achieved using the typeMerging aproach? https://www.graphql-mesh.com/docs/transforms/type-merging
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
We currently use
@graphql-tools/stitch
to merge schemas and we would like to achieve the same thing using graphql-meshCurrently we do that using:
How this line:
args: originalObject => ({ Id: originalObject.Id, visualIds: getVisualIdsFromContent(originalObject.Contents) })
can be achieved using the
typeMerging
aproach?https://www.graphql-mesh.com/docs/transforms/type-merging
I also see that this code https://github.com/Urigo/graphql-mesh/blob/master/packages/transforms/type-merging/src/index.ts#L19 was commented out even though it i part of the mesh Docs here: https://www.graphql-mesh.com/docs/handlers/graphql#config-api-reference
Beta Was this translation helpful? Give feedback.
All reactions