migration.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [migration]
www.codever.land/bookmarks/t/migration
GitHub - skovhus/jest-codemods: Codemods for migrating to Jest https://github.com/facebook/jest ๐พ
https://github.com/skovhus/jest-codemods
Codemods that simplify migrating JavaScript and TypeScript test files from AVA, Chai, [Expect.js (by Automattic)](https://github.com/A...
- tags: jest, testing, migration
- :octocat: source code
GraphQL Schema Design: Building Evolvable Schemas - Apollo Blog
https://www.apollographql.com/blog/graphql-schema-design-building-evolvable-schemas-1501f3c59ed5/
While GraphQL allows us to continuously evolve our schemas, using deprecations for example, we should not take the decision of deprecating schema members lightly. In the end, a deprecation still requi...
- :calendar: published on: 2018-06-01
- tags: graphql, migration, api-design, deprecated