Remove need to pass GraphQL endpoint on calls of Evaluator #324
Labels
Epic #6: Query Syntax and Action plugin
Query syntax and Action plugin
importance: Should have
Issue that should be included, not needed in MVP
Yeah, but if you're passing an external URL in the query expression, you should be able to omit the
endpoint
field in thegraphQLConnection
object that you pass in, and the evaluator should still work, hence we should make sure there is a test that handles that case.(Use case: if using the evaluator for something else (i.e. not IRIMS), you might not even have a local GraphQL connection, so why require an endpoint field for external queries?)
Originally posted by @CarlosNZ in #321 (comment)
The text was updated successfully, but these errors were encountered: