+15
frontend/src/features/slices/overview/templates/SliceOverview.tsx
+15
frontend/src/features/slices/overview/templates/SliceOverview.tsx
···
152
152
</Button>
153
153
</Card>
154
154
155
+
<Card padding="md">
156
+
<Text as="h2" size="xl" className="font-semibold mb-4 block">
157
+
🔍 GraphQL Playground
158
+
</Text>
159
+
<Text as="p" variant="secondary" className="mb-4">
160
+
Interactive GraphQL playground to query your slice's data.
161
+
</Text>
162
+
<Button
163
+
href={`https://api.slices.network/graphql?slice=${slice.uri}`}
164
+
variant="primary"
165
+
>
166
+
Open Playground
167
+
</Button>
168
+
</Card>
169
+
155
170
{hasSliceAccess && (
156
171
<Card padding="md">
157
172
<Text as="h2" size="xl" className="font-semibold mb-4 block">