1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

Many frontend fixes & deps bumps

This commit is contained in:
Quentin Gliech
2023-06-19 17:16:21 +02:00
parent 4ec134a996
commit ebb87f0a5e
12 changed files with 1776 additions and 1231 deletions

View File

@@ -22,7 +22,7 @@ export type Incremental<T> =
};
/** All built-in and custom scalars, mapped to their actual values */
export type Scalars = {
ID: { input: string | number; output: string };
ID: { input: string; output: string };
String: { input: string; output: string };
Boolean: { input: boolean; output: boolean };
Int: { input: number; output: number };