Skip to content
Snippets Groups Projects
Commit 1a1c9080 authored by Luke Duncalfe's avatar Luke Duncalfe :red_circle: Committed by Natalia Tepluhina
Browse files

Expose diff_refs and full_path for DesignType

parent 24d74e5c
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ class DesignType < BaseObject
field :filename, GraphQL::STRING_TYPE, null: false
field :full_path, GraphQL::STRING_TYPE, null: false
field :image, GraphQL::STRING_TYPE, null: false, extras: [:parent]
field :diff_refs, Types::DiffRefsType, null: false
field :diff_refs, Types::DiffRefsType, null: false, calls_gitaly: true
field :versions,
Types::DesignManagement::VersionType.connection_type,
resolver: Resolvers::DesignManagement::VersionResolver,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment