Skip to content

Add __allKeys prop to BooleanKeys #3

@rmrantunes

Description

@rmrantunes

What if I just wanted to select all keys of an object instead of manually select all of them?

const fullAddressesInfo = arrayQL(users, {
  keys: {
    address: {
      __allKeys: true,
    },
  },
});

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