Skip to content

[Feature request] Graphql #432

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

Closed
facuparedes opened this issue Aug 30, 2020 · 2 comments
Closed

[Feature request] Graphql #432

facuparedes opened this issue Aug 30, 2020 · 2 comments

Comments

@facuparedes
Copy link
Contributor

Hi!!
Is there any plans to include Graphql on the package? Right now I'm using graphql, but would be great include it on the SDK.
As you know, there is issues like: #424, #416, #338, #365, #229 where LiveQuery can't include Relations. Also, sometimes we must do two or three request to get all data (because querybuilder doesn't return relationed objects).

That is why I think it would be useful to include GraphQL on this package. Also Parse Community are working on GraphQL subscription #6617, so we will be able to stop using LiveQuery.

Greetings!

@RodrigoSMarques
Copy link
Contributor

RodrigoSMarques commented Aug 31, 2020

@FNPCMDs
To use GraphQL wouldn't it be just using any of the packages available on pub.dev?
I believe that there is no need for a specific package for Parse Server.

About Relation. The implementation of the relation seems to me to be incomplete. I already had some problems.

I use relational objects in my projects through Pointer and I don't have any problems of use, using the include.
The output of the payload for some reason does not show the data, but they are in the result and I can access them using get <ParseObject>.
I even have a case where I use Relation with whereMatchesQuery.
Now the include using LiveQuery, I never needed to use it.
Next month I'm completing a project and I intend to take the time to take a look at this package again.

@prakash-indorkar
Copy link

@RodrigoSMarques How to get the related data using the get method .. I'm not able to get it .. could you please provide the example?
Thanks

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

No branches or pull requests

3 participants