summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pipelines/components/graph/constants.js
blob: 6f0deccfef6bac2d541c2dcdc663249e23150a6a (plain)
1
2
3
4
5
6
export const DOWNSTREAM = 'downstream';
export const MAIN = 'main';
export const UPSTREAM = 'upstream';

export const REST = 'rest';
export const GRAPHQL = 'graphql';