#import "~/pipelines/graphql/fragments/pipeline_stages_connection.fragment.graphql" query getCiConfigData($projectPath: ID!, $content: String!) { ciConfig(projectPath: $projectPath, content: $content) { errors mergedYaml status stages { ...PipelineStagesConnection } } }