Skip to content

Feature Request: add support operator "in" for types string, int, float #2277

@3axap4eHko

Description

@3axap4eHko

It would be great to have support of in operator for scalar types to create simple queries with arrays like:

{
  allMarkdownRemark(
    filter: {
      id: { in: ["0","1"] }
    }
  ) {
    edges{
      node {
        id
      }
    }
  }
}

for now I need to build regexp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions