You are here

protected property QueryTestBase::$queryUrl in GraphQL 8.2

Same name and namespace in other branches
  1. 8 src/Tests/QueryTestBase.php \Drupal\graphql\Tests\QueryTestBase::queryUrl

The GraphQL resource.

Type: string

File

src/Tests/QueryTestBase.php, line 17

Class

QueryTestBase
Test helper class for GraphQL query tests.

Namespace

Drupal\graphql\Tests

Code

protected $queryUrl = 'graphql';