-
- Downloads
Add Event type to GraphQL and events to epics
- Add EventType to GraphQL - Add events connection to epics
Showing
- app/graphql/types/event_action_enum.rb 12 additions, 0 deletionsapp/graphql/types/event_action_enum.rb
- app/graphql/types/event_type.rb 36 additions, 0 deletionsapp/graphql/types/event_type.rb
- app/graphql/types/eventable_type.rb 9 additions, 0 deletionsapp/graphql/types/eventable_type.rb
- app/policies/event_policy.rb 9 additions, 0 deletionsapp/policies/event_policy.rb
- doc/api/graphql/reference/gitlab_schema.graphql 214 additions, 2 deletionsdoc/api/graphql/reference/gitlab_schema.graphql
- doc/api/graphql/reference/gitlab_schema.json 495 additions, 0 deletionsdoc/api/graphql/reference/gitlab_schema.json
- doc/api/graphql/reference/index.md 34 additions, 0 deletionsdoc/api/graphql/reference/index.md
- ee/app/graphql/resolvers/epics_resolver.rb 2 additions, 1 deletionee/app/graphql/resolvers/epics_resolver.rb
- ee/app/graphql/types/epic_type.rb 1 addition, 0 deletionsee/app/graphql/types/epic_type.rb
- ee/changelogs/unreleased/georgekoltsov-add-events-to-epics-graphql.yml 5 additions, 0 deletions.../unreleased/georgekoltsov-add-events-to-epics-graphql.yml
- ee/spec/graphql/types/epic_type_spec.rb 1 addition, 1 deletionee/spec/graphql/types/epic_type_spec.rb
- ee/spec/policies/event_policy_spec.rb 26 additions, 0 deletionsee/spec/policies/event_policy_spec.rb
- ee/spec/requests/api/graphql/epics/epic_resolver_spec.rb 43 additions, 0 deletionsee/spec/requests/api/graphql/epics/epic_resolver_spec.rb
- spec/graphql/types/event_type_spec.rb 11 additions, 0 deletionsspec/graphql/types/event_type_spec.rb
- spec/graphql/types/eventable_type_spec.rb 9 additions, 0 deletionsspec/graphql/types/eventable_type_spec.rb
app/graphql/types/event_action_enum.rb
0 → 100644
app/graphql/types/event_type.rb
0 → 100644
app/graphql/types/eventable_type.rb
0 → 100644
app/policies/event_policy.rb
0 → 100644
ee/spec/policies/event_policy_spec.rb
0 → 100644
spec/graphql/types/event_type_spec.rb
0 → 100644
spec/graphql/types/eventable_type_spec.rb
0 → 100644
Please register or sign in to comment