Commit b65acec1 authored by Marek Veselý's avatar Marek Veselý
Browse files

Merge branch 'update-backend-to-rc' into 'main'

backend: update to 3.0.0rc4

See merge request inject/frontend!537
parents 70fe3998 fe5b548c
Loading
Loading
Loading
Loading
Compare 853c3bef to 7cb6d040
Original line number Original line Diff line number Diff line
Subproject commit 853c3bef385f62f219ff43dc397a710785def111
Subproject commit 7cb6d040524c8276fe9dd2f1a5c88a1a9b9ef419
+1 −1
Original line number Original line Diff line number Diff line
{
{
  "name": "@inject/codegen",
  "name": "@inject/codegen",
  "version": "2.25.4",
  "version": "3.0.0rc1",
  "description": "GraphQL API Codegen Setup for the Inject Backend",
  "description": "GraphQL API Codegen Setup for the Inject Backend",
  "main": "index.js",
  "main": "index.js",
  "license": "MIT",
  "license": "MIT",
+1 −1
Original line number Original line Diff line number Diff line
{
{
  "name": "@inject/frontend",
  "name": "@inject/frontend",
  "version": "2.25.4",
  "version": "3.0.0rc1",
  "description": "Main wrapper for rendering INJECT Frontend",
  "description": "Main wrapper for rendering INJECT Frontend",
  "main": "index.js",
  "main": "index.js",
  "license": "MIT",
  "license": "MIT",
+0 −1
Original line number Original line Diff line number Diff line
@@ -169,7 +169,6 @@ export const DUMMY_EXERCISE: Exercise = {
  finished: false,
  finished: false,
  exerciseStart: new Date(0).toUTCString(),
  exerciseStart: new Date(0).toUTCString(),
  teams: [],
  teams: [],
  emailParticipants: [],
  timeDelta: 0,
  timeDelta: 0,
  definition: {
  definition: {
    id: '0',
    id: '0',
+0 −3
Original line number Original line Diff line number Diff line
@@ -520,9 +520,6 @@ export const Exercise = graphql(
      teams {
      teams {
        ...Team
        ...Team
      }
      }
      emailParticipants {
        ...EmailParticipant
      }
      timeDelta: elapsedS
      timeDelta: elapsedS
      instructors {
      instructors {
        ...RestrictedUserF
        ...RestrictedUserF
Loading