Skip to content

query parameters as string interpolation? #82

Open
@VladimirAlexiev

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

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