Skip to content

Commit 9a35410

Browse files
committed
minor: Rename query
1 parent fd4b999 commit 9a35410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_mongo/tests/test_relay_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ class Query(graphene.ObjectType):
281281
editors = MongoengineConnectionField(_EditorNode)
282282

283283
query = '''
284-
query EditorsConnectionPromiseQuery {
284+
query EditorPromiseConnectionQuery {
285285
editors(first: 1) {
286286
edges {
287287
node {

0 commit comments

Comments
 (0)