drupal-graphql / graphql-views

11 stars 18 forks source link

GraphQL Views for Drupal

Build Status Code Coverage Code Quality

With graphql_views enabled a GraphQL views display can be added to any view in the system.

Results can be sorted, filtered based on content fields, and relationships can be added. There is also the option to return either the full entities, just a selection of fields, or even search results taken straight from a search server.

Any GraphQL views display will provide a field that will adapt to the views configuration:

Read more on:

Please also refer to the main Drupal GraphQL module for further information.