- Mar 16, 2020
-
-
GitLab Bot authored
-
- Mar 12, 2020
-
-
GitLab Bot authored
-
- Mar 02, 2020
-
-
GitLab Bot authored
-
- Nov 25, 2019
-
-
GitLab Bot authored
-
- Jul 11, 2019
-
-
Luke Duncalfe authored
This makes our authorization calls available to all GraphQL mutations without the additional step of including the module first.
-
- Jun 03, 2019
-
-
Bob Van Landuyt authored
Since the `GraphQL::ID_TYPE` usages should represent globally unique ids, this changes some fields for which this is not the case into strings. The `ID_TYPE` is a specialised, so this change should be backwards compatible. https://graphql-ruby.org/type_definitions/scalars.html
-
- Feb 14, 2019
-
-
Lin Jen-Shin authored
And fix the tests so that it won't run into circular paths.
-
- Sep 11, 2018
-
-
gfyoung authored
Partially addresses #47424.
-
- Jul 25, 2018
-
-
Bob Van Landuyt authored
This is mainly the setup of mutations for GraphQL. Including authorization and basic return type-structure.
-