Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
в index.html добавлено 3 скрипта:
Так же можно сгенерить типы для локальных данных (которые создаются на клиенте). В PR этого функционала нет, тк в react-next-base нет локальных данных. Подробнее об этом тут https://www.apollographql.com/blog/tooling/apollo-codegen/typescript-graphql-code-generator-generate-graphql-types/
Есть иные способы сгенерить типы на основе схемы.
Например:
Типы генерятся по файлам рядом с graphql схемой и 1 глобальный тип globalTypes
так же я перевел компонент Activities на новые типы
List of steps to manually test introduced functionality:
What do need to pay more attention to, some implicit changes that influence the app:
Review notes
While reviewing pull-request (especially when it's your pull-request), please make sure that:
.env.example
and added to Heroku