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

[Improvement]: Support GraphQL alias #571

Closed
mcop1 opened this issue Jul 19, 2022 · 1 comment · Fixed by #908
Closed

[Improvement]: Support GraphQL alias #571

mcop1 opened this issue Jul 19, 2022 · 1 comment · Fixed by #908
Assignees
Milestone

Comments

@mcop1
Copy link
Contributor

mcop1 commented Jul 19, 2022

Improvement description

Right now you can add an alias for a field with the alias operator, see: #568

But there is also a way to add an alias directly via graphql:

{
  getFoo(id: 1199) {  
  doors: numberOfDoors #alias
  }
}
Copy link

Thanks a lot for reporting the issue. We did not consider the issue as "Pimcore:Priority", "Pimcore:ToDo" or "Pimcore:Backlog", so we're not going to work on that anytime soon. Please create a pull request to fix the issue if this is a bug report. We'll then review it as quickly as possible. If you're interested in contributing a feature, please contact us first here before creating a pull request. We'll then decide whether we'd accept it or not. Thanks for your understanding.

@mcop1 mcop1 self-assigned this Nov 4, 2024
@mcop1 mcop1 added this to the 1.8.3 milestone Nov 4, 2024
@mcop1 mcop1 linked a pull request Nov 4, 2024 that will close this issue
@mcop1 mcop1 closed this as completed Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant