diff --git a/frontend/bun.lockb b/frontend/bun.lockb index ea84745..964c7ba 100755 Binary files a/frontend/bun.lockb and b/frontend/bun.lockb differ diff --git a/frontend/codegen.ts b/frontend/codegen.ts index 0d32ac2..14b8e77 100644 --- a/frontend/codegen.ts +++ b/frontend/codegen.ts @@ -22,6 +22,7 @@ const config: CodegenConfig = { JSON: "string", JwtClaim: "string", UUID: "string", + BitString: "string" }, }, }, diff --git a/frontend/lib/graphql/equipment.graphql b/frontend/lib/graphql/equipment.graphql index c6ed492..68bf1e6 100644 --- a/frontend/lib/graphql/equipment.graphql +++ b/frontend/lib/graphql/equipment.graphql @@ -55,7 +55,6 @@ fragment AttributeOverview on Attribute { relativeName updatedTimestamp dataType - attributeType { dataType } limits { ...Limit } # Values