You are here

23 calls to QueryFileTrait::getQueryFromFile() in GraphQL 8.3

BlockTest::testStaticBlocks in modules/graphql_core/tests/src/Kernel/Blocks/BlockTest.php
Test if two static blocks are in the content area.
BreadcrumbsTest::testBreadcrumbs in modules/graphql_core/tests/src/Kernel/Breadcrumbs/BreadcrumbsTest.php
Test that the breadcrumb query returns breadcrumbs for given path.
BufferedFieldTest::testBatchedFields in tests/src/Kernel/Framework/BufferedFieldTest.php
Test if the schema is created properly.
ContextTest::testSimpleContext in modules/graphql_core/tests/src/Kernel/Context/ContextTest.php
Test if the schema is created properly.
EntityBasicFieldsTest::testBasicFields in modules/graphql_core/tests/src/Kernel/Entity/EntityBasicFieldsTest.php
Test if the basic fields are available on the interface.
EntityByIdTest::testEntityByIdWithTranslation in modules/graphql_core/tests/src/Kernel/Entity/EntityByIdTest.php
Test that the entity query returns all nodes if no args are given.
EntityFieldValueTest::testRawValues in modules/graphql_core/tests/src/Kernel/Entity/EntityFieldValueTest.php
Test if the basic fields are available on the interface.
EntityQueryTest::testEntityQuery in modules/graphql_core/tests/src/Kernel/EntityQuery/EntityQueryTest.php
Test that entity queries work.
EnumTest::testEnumPlugins in tests/src/Kernel/Extension/EnumTest.php
Test enumeration plugins.
ExternalRequestTest::testExternalRequests in modules/graphql_core/tests/src/Kernel/Routing/ExternalRequestTest.php
Test external requests.
FieldTest::testRootField in tests/src/Kernel/Extension/FieldTest.php
Test if the schema is created properly.
ImageFieldTest::testImageField in modules/graphql_core/tests/src/Kernel/Images/ImageFieldTest.php
Test a simple file field.
InternalRequestTest::testInternalRequests in modules/graphql_core/tests/src/Kernel/Routing/InternalRequestTest.php
Test internal requests.
LanguageTest::testLanguageId in modules/graphql_core/tests/src/Kernel/Languages/LanguageTest.php
Test listing of available languages.
LanguageTest::testLanguageSwitchLinks in modules/graphql_core/tests/src/Kernel/Languages/LanguageTest.php
Test language switch links.
MenuTest::testMenuTree in modules/graphql_core/tests/src/Kernel/Menu/MenuTest.php
Test menu tree data retrieval.
MutationTest::testMutationQuery in tests/src/Kernel/Extension/MutationTest.php
Test if the schema is created properly.
OverrideFieldTest::testEcho in tests/src/Kernel/Extension/OverrideFieldTest.php
Test if the schema is created properly.
OverrideTypeTest::testOverriddenTypes in tests/src/Kernel/Extension/OverrideTypeTest.php
Test if the schema is created properly.
RecursiveTypeTest::testRecursiveType in tests/src/Kernel/Extension/RecursiveTypeTest.php
Test if the schema is created properly.
RouteEntityTest::testRouteEntity in modules/graphql_core/tests/src/Kernel/Routing/RouteEntityTest.php
RouteTest::testRoute in modules/graphql_core/tests/src/Kernel/Routing/RouteTest.php
Test if the schema is created properly.
TypeTest::testQuery in tests/src/Kernel/Extension/TypeTest.php
Test if the schema is created properly.