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';
|
|
|
|
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';
|
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';
|
|
|
|
import groupRunnersDataPaginated from 'test_fixtures/graphql/runner/get_group_runners.query.graphql.paginated.json';
|
|
|
|
|
|
|
|
export {
|
|
|
|
runnerData,
|
|
|
|
runnersDataPaginated,
|
|
|
|
runnersData,
|
|
|
|
groupRunnersData,
|
|
|
|
groupRunnersDataPaginated,
|
|
|
|
};
|