Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: duplicate inputs permitted across query and write inputs #1275

Conversation

davenewza
Copy link
Contributor

Fixed issue checking for duplicates across query and write inputs

Input duplication validation was not discriminating between query and write inputs. This has now been fixed, which means the following will be valid:

actions {
    update updateUsername(username) with (username)
}

@davenewza davenewza requested a review from a team November 1, 2023 09:11
Copy link

linear bot commented Nov 1, 2023

@davenewza davenewza merged commit fb2ca31 into main Nov 1, 2023
9 checks passed
@davenewza davenewza deleted the ke-1209-input-seen-as-duplicate-across-query-and-with-action-inputs branch November 1, 2023 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants