Skip to content

Add __allKeys prop to BooleanKeys #3

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,
    },
  },
});

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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