We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbaf12 commit ed550d7Copy full SHA for ed550d7
lib/woql.js
@@ -25,6 +25,8 @@ WOQL.when = function(Query, Update){ return new WOQLQuery().when(Query, Update);
25
/**
26
* The Query in the Optional argument is specified as optional
27
* @param {object} query - WOQL Query object
28
+ * @example
29
+ * WOQL.opt(WOQL.triple("v:optionalSubject", "v:optionalObject", "v:optionalValue"))
30
* @return {object} WOQLQuery
31
*/
32
WOQL.opt = function(query){ return new WOQLQuery().opt(query); }
0 commit comments