Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
This repository was 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

@machi1990

Description

@machi1990
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' ] }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions