-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
HI,
My remote methods are working using loopback api but when i try to access the same method in graphiql it gives me this error
{
"errors": [
{
"message": "Field \"node\" must not have a selection since type \"JSON\" has no subfields.",
"locations": [
{
"line": 9,
"column": 13
}
]
}
]
}
and my method in the right pane is showing JSONConnection with it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels