service graphql_test.garage in GraphQL 8.3
Class
Drupal\graphql_plugin_test\Garage6 string references to graphql_test.garage
- BuyCar::create in tests/
modules/ graphql_plugin_test/ src/ Plugin/ GraphQL/ Mutations/ BuyCar.php - Creates an instance of the plugin.
- Garage::create in tests/
modules/ graphql_plugin_test/ src/ Plugin/ GraphQL/ Fields/ Garage.php - Creates an instance of the plugin.
- MutationTest::testMutationQuery in tests/
src/ Kernel/ Extension/ MutationTest.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.
File
- tests/
modules/ graphql_plugin_test/ graphql_plugin_test.services.yml - tests/modules/graphql_plugin_test/graphql_plugin_test.services.yml
View source