MCPcopy Create free account
hub / github.com/ElementsProject/lightning / parse_executable_definition

Function parse_executable_definition

ccan/ccan/graphql/graphql.c:481–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481RET parse_executable_definition(PARAMS) {
482 INIT(executable_definition);
483 obj->op_def = parse_operation_definition(ARGS); MSG("invalid operation or fragment definition"); OR
484 obj->frag_def = parse_fragment_definition(ARGS); MSG("invalid operation or fragment definition");
485 EXIT;
486}
487
488RET parse_executable_document(PARAMS) {
489 INIT(executable_document);

Callers 2

parse_definitionFunction · 0.85

Calls 2

Tested by

no test coverage detected