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
Right now, the "content" property for each react component where we grab content via a graphql query is of type "any." We should ideally generate a separate type for each query object.
Right now, the "content" property for each react component where we grab content via a graphql query is of type "any." We should ideally generate a separate type for each query object.
Potential solution: https://graphql-code-generator.com/
The text was updated successfully, but these errors were encountered: