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
In config-schema.json field GraphQLHandler.endpoint has type string, but it does not have any validation, so we can put there anything and then the handler will throw Only absolute URLs are supported. Shouldn't there be some validation in the config?