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

feat: ability to specify @GraphQLName on input types w/o suffix (#1960) #1962

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

samuelAndalon
Copy link
Contributor

No description provided.

)

### 📝 Description

Currently input types are always suffixed with `Input` which is
problematic as there are use cases where users might want to provide
different custom name. This change adds check whether specified type is
input only and if thats the case it does not attempt to add `Input`
suffix.

### 🔗 Related Issues
Supersedes #1949
Copy link
Collaborator

@dariuszkuc dariuszkuc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically you shouldnt copy the docs update but we only build from master

@samuelAndalon samuelAndalon merged commit 4bf3103 into 7.x.x Apr 18, 2024
12 of 13 checks passed
@samuelAndalon samuelAndalon deleted the 7.x.x-graphql-name branch April 18, 2024 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants