From 1224aa516eefe7be1c8ca306625d5d0b6d524d76 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Wed, 29 May 2019 10:24:35 +0100 Subject: Created repository list breadcrumbs Vue app --- app/assets/javascripts/repository/queries/getProjectShortPath.graphql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/assets/javascripts/repository/queries/getProjectShortPath.graphql (limited to 'app/assets/javascripts/repository/queries') diff --git a/app/assets/javascripts/repository/queries/getProjectShortPath.graphql b/app/assets/javascripts/repository/queries/getProjectShortPath.graphql new file mode 100644 index 00000000000..34eb26598c2 --- /dev/null +++ b/app/assets/javascripts/repository/queries/getProjectShortPath.graphql @@ -0,0 +1,3 @@ +query getProjectShortPath { + projectShortPath @client +} -- cgit v1.2.1