drupal-graphql / graphql

GraphQL integration for Drupal 9/10
289 stars 202 forks source link

Make access check optional in the EntityLabel data producer #1382

Open edurenye opened 8 months ago

edurenye commented 8 months ago

Since the last security update, EntityLabel is checking access, but in some cases you might wanna skip that.

Lets make it check access by default but optionally skip it like is done in EntityLoad.