feat(WEB-249): first iteration design system primitives (typography, grid)
This commit is contained in:
17
lib/graphql/Fragments/Grid.graphql
Normal file
17
lib/graphql/Fragments/Grid.graphql
Normal file
@@ -0,0 +1,17 @@
|
||||
fragment Grid on Grid {
|
||||
columns {
|
||||
span
|
||||
rows {
|
||||
rowConnection {
|
||||
edges {
|
||||
node {
|
||||
__typename
|
||||
... on Card {
|
||||
title
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user