-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hello, guys, thanks for you work.
Could you please help me to find out how to build following query with kraph:
query {
vendors(dc: 5820)
}Here is part of my schema:
type Query {
vendors(dc: Int!): [Int]
}I've already tried to execute this code:
Kraph {
query {
func(name = "vendors", args = mapOf("dc" to 5820)) {}
}
}But it fails with exception:
me.lazmaid.kraph.NoFieldsInSelectionSetException: No field elements inside "vendors" block
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels