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
I am trying to gate our GraphQL Mesh endpoint behind Launch Darkly feature flags. I am trying to use @graphql-tools/resolvers-composition to do so. Their NodeJS client is event-based which means I need to leverage promises / async functions in the resolversComposition function. A rough example looks like:
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
-
I am trying to gate our GraphQL Mesh endpoint behind Launch Darkly feature flags. I am trying to use @graphql-tools/resolvers-composition to do so. Their NodeJS client is event-based which means I need to leverage promises / async functions in the resolversComposition function. A rough example looks like:
In my .mesh.yml
In my can-access-feature.js
Is this a feature you all would consider?
Warm Regards,
Zach
Beta Was this translation helpful? Give feedback.
All reactions