mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-10 01:31:45 +00:00
13 lines
405 B
JavaScript
13 lines
405 B
JavaScript
export const pageInfoMultiplePages = {
|
|
endCursor: 'eyJpZCI6IjEwNTMifQ',
|
|
hasNextPage: true,
|
|
hasPreviousPage: true,
|
|
startCursor: 'eyJpZCI6IjEwNzIifQ',
|
|
__typename: 'PageInfo',
|
|
};
|
|
|
|
export const programmingLanguages = [
|
|
{ id: 5, name: 'CSS', color: '#563d7c', created_at: '2023-09-19T14:41:37.601Z' },
|
|
{ id: 8, name: 'CoffeeScript', color: '#244776', created_at: '2023-09-19T14:42:01.494Z' },
|
|
];
|