Page MenuHomePhabricator

Add return type to `conduit.query`
ClosedPublic

Authored by joshuaspence on Jan 22 2015, 11:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 7:26 AM
Unknown Object (File)
Sat, Apr 27, 8:35 PM
Unknown Object (File)
Thu, Apr 25, 1:32 AM
Unknown Object (File)
Mon, Apr 15, 4:48 PM
Unknown Object (File)
Sun, Apr 14, 5:24 PM
Unknown Object (File)
Thu, Apr 11, 9:06 AM
Unknown Object (File)
Tue, Apr 9, 11:42 AM
Unknown Object (File)
Apr 6 2024, 1:32 AM
Subscribers

Details

Summary

Fixes T6950. Adds the return type of Conduit API methods to the conduit.query call.

Test Plan

Called echo '{}' | arc call-conduit conduit.query and verified that the return types were present in the response.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Add return type to `conduit.query`.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.

If you want to dump name/description in here, that'd be reasonable too. The only thing I'd hold back is "errors" since I think we got that wrong in a few ways (e.g., many different errors which all mean "no matching object").

This revision is now accepted and ready to land.Jan 22 2015, 8:13 PM
This revision was automatically updated to reflect the committed changes.