2021-09-04 01:27:46 +05:30
|
|
|
// Fixtures generated by: spec/frontend/fixtures/runner.rb
|
2021-11-11 11:23:49 +05:30
|
|
|
|
|
|
|
// Admin queries
|
2021-11-18 22:05:49 +05:30
|
|
|
import runnersData from 'test_fixtures/graphql/runner/get_runners.query.graphql.json';
|
2022-03-02 08:16:31 +05:30
|
|
|
import runnersCountData from 'test_fixtures/graphql/runner/get_runners_count.query.graphql.json';
|
2021-11-18 22:05:49 +05:30
|
|
|
import runnersDataPaginated from 'test_fixtures/graphql/runner/get_runners.query.graphql.paginated.json';
|
|
|
|
import runnerData from 'test_fixtures/graphql/runner/get_runner.query.graphql.json';
|
2022-04-04 11:22:00 +05:30
|
|
|
import runnerWithGroupData from 'test_fixtures/graphql/runner/get_runner.query.graphql.with_group.json';
|
|
|
|
import runnerProjectsData from 'test_fixtures/graphql/runner/get_runner_projects.query.graphql.json';
|
|
|
|
import runnerJobsData from 'test_fixtures/graphql/runner/get_runner_jobs.query.graphql.json';
|
2021-11-11 11:23:49 +05:30
|
|
|
|
|
|
|
// Group queries
|
2021-11-18 22:05:49 +05:30
|
|
|
import groupRunnersData from 'test_fixtures/graphql/runner/get_group_runners.query.graphql.json';
|
2022-03-02 08:16:31 +05:30
|
|
|
import groupRunnersCountData from 'test_fixtures/graphql/runner/get_group_runners_count.query.graphql.json';
|
2021-11-18 22:05:49 +05:30
|
|
|
import groupRunnersDataPaginated from 'test_fixtures/graphql/runner/get_group_runners.query.graphql.paginated.json';
|
|
|
|
|
|
|
|
export {
|
2022-04-04 11:22:00 +05:30
|
|
|
runnersData,
|
2022-03-02 08:16:31 +05:30
|
|
|
runnersCountData,
|
2021-11-18 22:05:49 +05:30
|
|
|
runnersDataPaginated,
|
2022-04-04 11:22:00 +05:30
|
|
|
runnerData,
|
|
|
|
runnerWithGroupData,
|
|
|
|
runnerProjectsData,
|
|
|
|
runnerJobsData,
|
2021-11-18 22:05:49 +05:30
|
|
|
groupRunnersData,
|
2022-03-02 08:16:31 +05:30
|
|
|
groupRunnersCountData,
|
2021-11-18 22:05:49 +05:30
|
|
|
groupRunnersDataPaginated,
|
|
|
|
};
|