Support using a @tag
value defined inside a @fold
#130
Labels
A-syntax
Area: query or schema syntax
C-feature-request
Category: request for new future functionality
E-help-wanted
Call for participation: help is requested to fix this issue.
E-medium
Call for participation: experience needed to fix: medium / intermediate
E-mentor
Call for participation: mentorship is available for this issue.
The systematic solution for this requires support for exporting
@tag
values across@fold
boundaries, to allow a query structure like:In this query, the tagged
paths
value at the point of use is of type[String!]!
because it is folded over before being used. Inside its own@fold
scope, the tagged value is of typeString!
as normal.Originally posted by @obi1kenobi in obi1kenobi/cargo-semver-checks#277 (comment)
The text was updated successfully, but these errors were encountered: