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
// import the default object (is a Map)importCustomScalarsfrom"@saeris/graphql-scalars";// generat plain object for the resolversletscalarResolversObject={};CustomScalars.forEach((item,key)=>{scalarResolversObject[key.replace("scalar ","")]=item;});letscalarTypeDefs=CustomScalars.keys();
The text was updated successfully, but these errors were encountered:
With Apollo Server 2.0 and federation, I have to create an plain Object of the resolvers, that are given as a Map, that does not work with
The text was updated successfully, but these errors were encountered: