Update project name to Spring for GraphQL

Closes gh-255
This commit is contained in:
rstoyanchev
2022-01-13 12:15:39 +00:00
parent 10abd919ec
commit 7a7e2e87dc
9 changed files with 34 additions and 33 deletions

View File

@@ -24,7 +24,7 @@ import org.springframework.web.context.request.RequestContextHolder;
/**
* {@link ThreadLocalAccessor} to expose a thread-bound RequestAttributes object to data
* fetchers in Spring GraphQL.
* fetchers in Spring for GraphQL.
*/
@Component
public class RequestAttributesAccessor implements ThreadLocalAccessor {