Skip to content

Commit 337a708

Browse files
committed
fix: dataconnect mutation
1 parent 0a8a680 commit 337a708

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dataconnect/dataconnect/movie-connector/mutations.gql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ mutation CreateMovie(
88
$imageUrl: String!
99
$tags: [String!] = []
1010
) @auth(expr: "auth.token.isAdmin == true") {
11-
builders($tenantId: String!) {
1211
movie_insert(
1312
data: {
1413
title: $title

0 commit comments

Comments
 (0)