You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graphql-kotlin-spring-server/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ graphql:
35
35
- "com.your.package"
36
36
```
37
37
38
-
In order to expose your queries, mutations and subscriptions in the GraphQL schema you simply need to implement corresponding marker annotations and they will be automatically picked up by `graphql-kotlin-spring-server` autoconfiguration library.
38
+
In order to expose your queries, mutations and subscriptions in the GraphQL schema you simply need to implement corresponding marker interfaces and they will be automatically picked up by `graphql-kotlin-spring-server` autoconfiguration library.
0 commit comments