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

Allow requesting specific attributes rather than getting all #611

Open
firegreen opened this issue Mar 1, 2023 · 2 comments
Open

Allow requesting specific attributes rather than getting all #611

firegreen opened this issue Mar 1, 2023 · 2 comments
Assignees

Comments

@firegreen
Copy link

For some optimisations (speed, debit or memory), Is it possible to specify which attributes we want to get when making a GET request ?

For instance, if I want to get all users but only to manipulate their names, I would make a request by specifying "first_name" and "last_name" in option to minimize the data to request.

Thanks in advance !

@frankrousseau
Copy link
Contributor

It's not available but it's something we can add. I let Evan look at it.

@Plyrolith
Copy link
Contributor

Maybe blowing this out of scale here, but wouldn’t an additional GraphQL implementation be better than tuning the REST api?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants