mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-21 23:37:47 +00:00
8 lines
155 B
GraphQL
8 lines
155 B
GraphQL
#import "~/ide/queries/ide_project.fragment.graphql"
|
|
|
|
query getIdeProject($projectPath: ID!) {
|
|
project(fullPath: $projectPath) {
|
|
...IdeProject
|
|
}
|
|
}
|