We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72e7e5 commit 345fe87Copy full SHA for 345fe87
graphene_django/rest_framework/models.py
@@ -0,0 +1,6 @@
1
+from django.db import models
2
+
3
4
+class MyFakeModel(models.Model):
5
+ cool_name = models.CharField(max_length=50)
6
+ created = models.DateTimeField(auto_now_add=True)
0 commit comments