Commit Graph

6 Commits

Author SHA1 Message Date
GitLab Bot 01034c2c45 Add latest changes from gitlab-org/gitlab@master 2021-08-05 15:09:46 +00:00
GitLab Bot 039b920db3 Add latest changes from gitlab-org/gitlab@master 2021-05-18 21:10:16 +00:00
GitLab Bot bdca097916 Add latest changes from gitlab-org/gitlab@master 2020-08-11 03:11:00 +00:00
GitLab Bot fa7ac2663b Add latest changes from gitlab-org/gitlab@master 2020-06-24 06:09:01 +00:00
Bob Van Landuyt 967cbd0834 Enforce authorizations for non-nullable fields
This makes sure we also enforce authorizations for non-nullable
fields.

We are defining our authorizations on the unwrapped
types (Repository). But when a type like that is presented in a
non-nullable field, it's type is different (Repository!). The
non-nullable type would not have the authorization metadata.

This makes sure we check the metadata on the unwrapped type for
finding authorizations.
2019-06-21 13:00:50 +02:00
Phil Hughes 67a5086195
Added repository files to GraphQL API 2019-05-22 12:43:35 +01:00