Skip to content

Commit

Permalink
fix: remove "Resolver" word
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Oct 8, 2021
1 parent 74f9d6c commit fda84a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -39,7 +39,7 @@ interface TargetDataModelsMutation {
* To define our GraphQL resolvers, we are using the "class method resolvers" approach.
* https://www.graphql-tools.com/docs/resolvers#class-method-resolvers
*/
export default class TargetDataModelsMutationResolver
export default class TargetDataModelsMutation
extends TargetDataModelsResolver
implements TargetDataModelsMutation
{
Expand Down
Expand Up @@ -34,7 +34,7 @@ interface TargetDataModelsQuery {
* To define our GraphQL resolvers, we are using the "class method resolvers" approach.
* https://www.graphql-tools.com/docs/resolvers#class-method-resolvers
*/
export default class TargetDataModelsQueryResolver
export default class TargetDataModelsQuery
extends TargetDataModelsResolver
implements TargetDataModelsQuery
{
Expand Down

0 comments on commit fda84a7

Please sign in to comment.