Skip to content

mapping - Hybrid argument passing #13

@dapalex

Description

@dapalex

Allow the creation of operations with arguments as literal values and arguments with variables.

E.g.:

query example($arg1: Int) {
payload(argument1: $arg1, argument2: "def") {
id
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions