Fix create dialog mutation relay store update

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-30 15:03:47 +04:00
parent 0d257977a1
commit 22cf3a7643

View File

@@ -40,13 +40,10 @@ const createMutation = graphql`
cookieCategoryEdge @appendEdge(connections: $connections) { cookieCategoryEdge @appendEdge(connections: $connections) {
node { node {
id id
name
slug
description
kind
rank rank
createdAt name
updatedAt kind
...CategorySectionFragment
} }
} }
cookieBanner { cookieBanner {