gitlab-org--gitlab-foss/changelogs/unreleased/bvl-graphql-start-34754.yml
Bob Van Landuyt aa4b1ae712 Add present_using to types
By specifying a presenter for the object type, we can keep the logic
out of `GitlabSchema`.

The presenter gets initialized using the object being presented, and
the context (including the `current_user`).
2018-06-05 20:47:42 +02:00

5 lines
109 B
YAML

---
title: Setup graphql with initial project & merge request query
merge_request: 19008
author:
type: added