File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Resources/config/container Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 79
79
80
80
<service id =" TheCodingMachine\Graphqlite\Bundle\Controller\GraphQL\MeController" public =" true" />
81
81
82
- <service id =" TheCodingMachine\Graphqlite\Bundle\Types\UserType " public =" true" />
82
+ <service id =" TheCodingMachine\Graphqlite\Bundle\Types\SymfonyUserInterfaceType " public =" true" />
83
83
84
84
<service id =" TheCodingMachine\GraphQLite\Mappers\StaticClassListTypeMapperFactory" >
85
85
<argument type =" collection" >
86
- <argument >TheCodingMachine\Graphqlite\Bundle\Types\UserType </argument >
86
+ <argument >TheCodingMachine\Graphqlite\Bundle\Types\SymfonyUserInterfaceType </argument >
87
87
</argument >
88
88
<tag name =" graphql.type_mapper_factory" />
89
89
</service >
Original file line number Diff line number Diff line change 12
12
* @Type(class=UserInterface::class)
13
13
* @SourceField(name="userName")
14
14
*/
15
- class UserType
15
+ class SymfonyUserInterfaceType
16
16
{
17
17
/**
18
18
* @Field()
You can’t perform that action at this time.
0 commit comments