mobilizon.chapril.org-mobil.../js/src/graphql/tags.ts
Thomas Citharel 4144e9ffd0
Introduce group basic federation, event new page and notifications
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-06-03 16:01:26 +02:00

18 lines
235 B
TypeScript

import gql from "graphql-tag";
/* eslint-disable import/prefer-default-export */
export const TAGS = gql`
query {
tags {
id
related {
id
slug
title
}
slug
title
}
}
`;