Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

query parameters as string interpolation? #82

Description

@VladimirAlexiev

https://github.com/LiUGraphQL/LinGBM/blob/master/artifacts/queryTemplates/main/QT10.txt#L3 shows

query stringMatching($keyword:String) {
 	publicationSearch(field:title, criterion:CONTAINS, pattern:"$keyword") { 

However, afaik GraphQL params are passed as variables and there's no "string interpolation" So I think it should be without the quotes?

 	pattern:$keyword

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