You are here

constant QueryArticles::MAX_LIMIT in GraphQL 8.4

File

examples/graphql_example/src/Plugin/GraphQL/DataProducer/QueryArticles.php, line 35

Class

QueryArticles
Plugin annotation @DataProducer( id = "query_articles", name = @Translation("Load articles"), description = @Translation("Loads a list of articles."), produces = @ContextDefinition("any", label = @Translation("Article connection") ), …

Namespace

Drupal\graphql_examples\Plugin\GraphQL\DataProducer

Code

const MAX_LIMIT = 100;