Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

query mapper returns an empty relationship for items if it is recursive #19

Open
machi1990 opened this issue Jun 19, 2020 · 0 comments
Open

Comments

@machi1990
Copy link

query {
  findNotes {
    items {
      id, 
      items {
        note {
          id
        }
      }
    }
  }
}

If I issue a query like that, query mapper returns a relations array with empty items

{ items: [], note: [ 'id' ] }
@machi1990 machi1990 changed the title query mapper returns an empty relationship for items if it recursive query mapper returns an empty relationship for items if it is recursive Jun 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant