Fix create dialog mutation relay store update
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user