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
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
Example:
{ "query": "FIND phil_test WITH displayName=${displayName}", "includeDeleted": false, "remember": true, "variables": { "displayName": "a \"b\" c" } }GQL would be:
query J1QL( $query: String! $remember: Boolean $includeDeleted: Boolean $variables: JSON ) { queryV1( query: $query variables: $variables remember: $remember includeDeleted: $includeDeleted ) { type data url } }