Skip to content

How to define nodes in my remote methods? #18

@Aeyzaz

Description

@Aeyzaz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions