code4romania / teacher-workout-backend

Teacher Workout backend (API for mobile apps & for the web client)
Mozilla Public License 2.0
7 stars 34 forks source link

Remove outdated dependency that holds back GraphQL to an old version #81

Closed nicolaes closed 8 months ago

nicolaes commented 8 months ago

Is your feature request related to a problem? Please describe. The upload library mentioned in #57 cannot be integrated, because GraphQL is at 4.6.1

Describe the solution you'd like Remove GraphQL.Server.Transports.AspNetCore.SystemTextJson dependency that holds back updating to GraphQL 7. Migrate code to use the new GraphQL version.

Describe alternatives you've considered None

Additional context GraphQL at 4.6.1 (project.assets.json): Screenshot 2023-11-28 at 12 56 42

Migration notice from GraphQL NuGet: Screenshot 2023-11-28 at 13 10 17

nicolaes commented 8 months ago

Already fixed by #80