Add console layout

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-02-09 18:48:42 -08:00
parent e8c1990224
commit b10f48998d
32 changed files with 3030 additions and 28 deletions

View File

@@ -41,6 +41,7 @@ type PageInfo {
type Organization implements Node {
id: ID!
name: String!
logoUrl: String!
frameworks(
first: Int