da2a0593ca
Fix lint Disable modern mode Fixes UI fixes Fixes Ignore .po~ files Fixes Fix homepage Fixes Fixes Mix format Fix tests Fix tests (yeah…) Signed-off-by: Thomas Citharel <tcit@tcit.fr>
12 lines
136 B
TypeScript
12 lines
136 B
TypeScript
import gql from 'graphql-tag';
|
|
|
|
export const CONFIG = gql`
|
|
query {
|
|
config {
|
|
name,
|
|
description,
|
|
registrationsOpen
|
|
}
|
|
}
|
|
`;
|