File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ public function getSourceFields(ReflectionClass $refClass): array
128128
129129 public function getFactoryAnnotation (ReflectionMethod $ refMethod ): ?Factory
130130 {
131- $ this ->store [$ refMethod ->getDeclaringClass ()->getName ().':: ' .$ refMethod ->getName ()] = 1 ;
132131 /** @var Factory|null $factoryAnnotation */
133132 $ factoryAnnotation = $ this ->getMethodAnnotation ($ refMethod , Factory::class);
134133 return $ factoryAnnotation ;
Original file line number Diff line number Diff line change 1818use TheCodingMachine \GraphQLite \Annotations \Type ;
1919use TheCodingMachine \GraphQLite \InputTypeGenerator ;
2020use TheCodingMachine \GraphQLite \InputTypeUtils ;
21+ use GraphQL \Type \Definition \InputType ;
2122use TheCodingMachine \GraphQLite \NamingStrategyInterface ;
2223use TheCodingMachine \GraphQLite \TypeGenerator ;
2324use TheCodingMachine \GraphQLite \Types \MutableObjectType ;
You can’t perform that action at this time.
0 commit comments