AK-21/Graphite-Industrial-Intelligence
0
1export type Primitive = string | number | symbol | bigint | boolean | null | undefined;2export type Scalars = Primitive | Primitive[];3 1export type Primitive = string | number | symbol | bigint | boolean | null | undefined;2export type Scalars = Primitive | Primitive[];3