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 7979
8080 <service id =" TheCodingMachine\Graphqlite\Bundle\Controller\GraphQL\MeController" public =" true" />
8181
82- <service id =" TheCodingMachine\Graphqlite\Bundle\Types\UserType " public =" true" />
82+ <service id =" TheCodingMachine\Graphqlite\Bundle\Types\SymfonyUserInterfaceType " public =" true" />
8383
8484 <service id =" TheCodingMachine\GraphQLite\Mappers\StaticClassListTypeMapperFactory" >
8585 <argument type =" collection" >
86- <argument >TheCodingMachine\Graphqlite\Bundle\Types\UserType </argument >
86+ <argument >TheCodingMachine\Graphqlite\Bundle\Types\SymfonyUserInterfaceType </argument >
8787 </argument >
8888 <tag name =" graphql.type_mapper_factory" />
8989 </service >
Original file line number Diff line number Diff line change 1212 * @Type(class=UserInterface::class)
1313 * @SourceField(name="userName")
1414 */
15- class UserType
15+ class SymfonyUserInterfaceType
1616{
1717 /**
1818 * @Field()
You can’t perform that action at this time.
0 commit comments