We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65189c commit 5f80559Copy full SHA for 5f80559
tests/Fixtures/Types/CustomOutputType.php
@@ -0,0 +1,8 @@
1
+<?php
2
+
3
+namespace TheCodingMachine\GraphQLite\Bundle\Tests\Fixtures\Types;
4
5
+class CustomOutputType
6
+{
7
8
+}
tests/Fixtures/config/services.yaml
@@ -20,6 +20,10 @@ services:
20
TheCodingMachine\GraphQLite\Bundle\Tests\NoSecurityBundleFixtures\:
21
resource: '../../NoSecurityBundleFixtures/*'
22
23
+ TheCodingMachine\Graphqlite\Bundle\Tests\Fixtures\Types\CustomOutputType:
24
+ tags:
25
+ - { name: 'graphql.output_type' }
26
27
someService:
28
class: stdClass
29
0 commit comments