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

Queries without mutation or query #24

Closed
nihiluis opened this issue Jul 19, 2018 · 2 comments
Closed

Queries without mutation or query #24

nihiluis opened this issue Jul 19, 2018 · 2 comments

Comments

@nihiluis
Copy link

I have to make a query which goes like this

{
something(type: App) {
count
}
}

how do I do that with Kraph? I dont seem to be able to do it, just use mutation/query

@VerachadW
Copy link
Owner

Kraph doesn't support that kind of syntax.

@rsolmano
Copy link

@nihiluis, there is no difference between

{
    something(type: App) {
        count
    }
}

and

query {
    something(type: App) {
        count
    }
}

@nihiluis nihiluis closed this as completed Aug 5, 2021
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