mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-19 15:24:27 +01:00
feat: proper backend api for tournament
This commit is contained in:
@@ -347,12 +347,13 @@ type Tournament {
|
||||
}
|
||||
|
||||
type TournamentEvent {
|
||||
date: Date!
|
||||
description: String!
|
||||
ends_at: Date!
|
||||
id: Int!
|
||||
image: String!
|
||||
links: [String!]!
|
||||
location: String!
|
||||
starts_at: Date!
|
||||
title: String!
|
||||
type: TournamentEventTypeEnum!
|
||||
website: String!
|
||||
@@ -372,7 +373,7 @@ type TournamentFAQ {
|
||||
|
||||
type TournamentJudge {
|
||||
avatar: String!
|
||||
jobTitle: String!
|
||||
company: String!
|
||||
name: String!
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user