MCPcopy Create free account
hub / github.com/graphql-python/graphene-django / cursor

Function cursor

graphene_django/debug/sql/tracking.py:38–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 connection._graphene_cursor = connection.cursor
37
38 def cursor():
39 return state.Wrapper(connection._graphene_cursor(), connection, panel)
40
41 connection.cursor = cursor
42 return cursor

Callers

nothing calls this directly

Calls 1

WrapperMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…