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.
2 parents 26502a2 + ed550d7 commit 6976245Copy full SHA for 6976245
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