Skip to content

Commit

Permalink
Merge pull request #101 from quizbowl/v2.1-no-poolteam-pool
Browse files Browse the repository at this point in the history
Remove redundant PoolTeam.pool
  • Loading branch information
jonahgreenthal authored Feb 22, 2020
2 parents cf11655 + c773238 commit 6d106ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "qb-schema",
"private": true,
"description": "API and schema documentation for describing quiz tournaments.",
"version": "2.0",
"version": "2.1",
"dependencies": {
"@mdx-js/mdx": "^1.4.0",
"@mdx-js/react": "^1.4.0",
Expand Down
5 changes: 0 additions & 5 deletions schema/phase.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ type Pool {
Docs group: Phase
"""
type PoolTeam {
"""
The Pool to which the Team is assigned.
"""
pool: Pool!

"""
The Team being assigned to the Pool.
"""
Expand Down

1 comment on commit 6d106ef

@vercel
Copy link

@vercel vercel bot commented on 6d106ef Feb 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.