Skip to content

Proposal: Allow variable assignment #212

Closed
@MikeRalphson

Description

@MikeRalphson

This would allow chaining the result of a query into the input of a mutation, and therefore atomic operations (from the point of view of the client).

A query containing a variable assignment would be considered a pseudo-mutation and would therefore run serially with the other mutation(s).

It may be useful to be able to retrieve the value of variables from a pseudo-schema-object in the result of a mutation.

Related to #88

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions