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

Method model

graphene_django/fields.py:125–126  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

123
124 @property
125 def model(self):
126 return self.node_type._meta.model
127
128 def get_manager(self):
129 if self.on:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected