File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ title: Migrating
44sidebar_label : Migrating
55---
66
7+ ## Migrating from v4.0 to v4.1
8+
9+ GraphQLite follows Semantic Versioning. GraphQLite 4.1 is backward compatible with GraphQLite 4.0. See
10+ [ semantic versioning] ( semver.md ) for more details.
11+
12+ There is one exception though: the ** ecodev/graphql-upload** package (used to get support for file uploads in GraphQL
13+ input types) is now a "recommended" dependency only.
14+ If you are using GraphQL file uploads, you need to add ` ecodev/graphql-upload ` to your ` composer.json ` by running this command:
15+
16+ ``` console
17+ $ composer require ecodev/graphql-upload
18+ ```
19+
720## Migrating from v3.0 to v4.0
821
922If you are a "regular" GraphQLite user, migration to v4 should be straightforward:
You can’t perform that action at this time.
0 commit comments