Skip to content

Graphql dynamic input variables issue #7

@sudheerj

Description

@sudheerj

When I tried to add dynamic input for the root query in these examples I can always see an error "Must provide an operation" message.This occurred only in this examples.

query RootQuery($filter:String) {
accounts(filter:$filter){
account_number,
account_type_code,
region
}
}

Can you please add any example for this kind of requirement.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions