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) {
|
||||
node {
|
||||
id
|
||||
name
|
||||
slug
|
||||
description
|
||||
kind
|
||||
rank
|
||||
createdAt
|
||||
updatedAt
|
||||
name
|
||||
kind
|
||||
...CategorySectionFragment
|
||||
}
|
||||
}
|
||||
cookieBanner {
|
||||
|
||||
Reference in New Issue
Block a user