You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marijn van Wezel edited this page Dec 12, 2022
·
5 revisions
You can use literals in your Cypher query by using the Query::literal helper method or by using the literal function.
In most cases, PHP literals are automatically converted to Cypher literals. However, sometimes this is not possible, because the type is not supported in PHP (such as Time and Point types). In these cases, the literal needs to be constructed explicitly.