guac icon indicating copy to clipboard operation
guac copied to clipboard

[enhancement] Ingesting a verb node that points to a non-existent noun node should error quickly

Open jeffmendoza opened this issue 2 years ago • 0 comments

The assembler code ingests all nouns first from a set of ingest predicates before any verbs.

In case of a bug in the ingestor, or some direct GraphQL calls, backends should return error if the noun node cannot be found.

jeffmendoza avatar Oct 05 '23 22:10 jeffmendoza