Skip to content

Commit 94c608c

Browse files
committed
fix: prefix name
1 parent 0543928 commit 94c608c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene/types/tests/test_mutation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ class Query(ObjectType):
248248
schema = Schema(
249249
query=Query,
250250
mutation=MyMutation,
251-
type_name_prefix="myPrefix",
251+
type_name_prefix="MyPrefix",
252252
)
253253
result = schema.execute(
254254
""" mutation mymutation {

0 commit comments

Comments
 (0)