gentics / mesh-incubator

Project which is home for planned enhancements for Gentics Mesh
3 stars 0 forks source link

Add GraphQL filter arguments #154

Open Jotschi opened 6 years ago

Jotschi commented 6 years ago

A way to add and use filter arguments would be super useful.

This notation is inspired by the GatsbyJS GraphQL API:

{
  nodes(filter: {schema: {name: {eq: "vehicle"}}}) {
     …
  }
}

Users

Groups

Roles

Nodes

Projects

Tags

TagFamilies

Releases

Schemas

Microschemas