Skip to content

Commit

Permalink
add import
Browse files Browse the repository at this point in the history
  • Loading branch information
hknots committed Dec 13, 2023
1 parent 7004e37 commit 0bc98f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate/graphql/query_resolver_tpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ package no.fint.graphql.model.{{ component .Package }}.{{ lowerCase .Name}};
import com.coxautodev.graphql.tools.GraphQLQueryResolver;
import graphql.schema.DataFetchingEnvironment;
import lombok.extern.slf4j.Slf4j;
import {{resourcePkg .Package}}.{{ .Name }}Resource;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
Expand Down

0 comments on commit 0bc98f6

Please sign in to comment.