summaryrefslogtreecommitdiff
path: root/spec/frontend/design_management/mock_data/designs.js
blob: 98a24081ae61e48110be26bf132c96932898ef8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import design from './design';

export default {
  project: {
    issue: {
      designCollection: {
        designs: {
          nodes: [design],
        },
      },
    },
  },
};