[CORL-918] make siteID required in site query (#2851)

* make siteID required in site query

* update specs and snaps

* remove unnecessary comment
This commit is contained in:
Tessa Thornton
2020-02-21 12:46:40 -05:00
committed by GitHub
parent d6db287c55
commit e2185a33f5
11 changed files with 74 additions and 76 deletions
+1 -1
View File
@@ -2929,7 +2929,7 @@ type Query {
status: USER_STATUS
): UsersConnection! @auth(roles: [ADMIN, MODERATOR])
site(id: ID): Site @auth(roles: [ADMIN, MODERATOR])
site(id: ID!): Site @auth(roles: [ADMIN, MODERATOR])
sites(first: Int = 10 @constraint(max: 50), after: Cursor): SitesConnection!
@auth(roles: [ADMIN, MODERATOR])