Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.
This repository was archived by the owner on May 15, 2024. It is now read-only.

Allow query variables to be passed into query_v1 #3

Description

@gvauter

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 } }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions