Types: use generated GraphQL types everywhere #76
Labels
effort:low
Few minutes to an hour
flag:good first issue
Good for newcomers
flag:help wanted
Extra attention is needed
priority:low
Not a high level of importance
scope:dev
Needs dev work
type:refactoring
Rework/move code
We've implemented generated types from the GraphQL endpoint, but they are not used everywhere:
example of implementation:
website/src/pages/rules.tsx
Line 7 in adb2a92
example where it's missing:
website/src/components/ResourceHeader/index.tsx
Lines 8 to 16 in adb2a92
The text was updated successfully, but these errors were encountered: