graphene
Here are 304 public repositories matching this topic...
-
Updated
Apr 22, 2022 - Python
-
Updated
May 4, 2021 - Python
-
Updated
Apr 30, 2022 - Python
Prerequisites
- Is it a bug?
- Is it a new feature?
- Is it a a question?
- Can you reproduce the problem?
- Are you running the latest version?
- Did you check for similar issues?
- Did you perform a cursory search?
For more information, see the CONTRIBUTING guide.
Descri
Hi
I have been using graphene-mongo for a while now. I use all resolvers and mutations post validation of an Access token in the HTTP Authorization header. However, I am not aware of how I can do that for a MongoengineCollectionField
For example, I have defined it as follows
class Query(graphene.ObjectType):
all_projects_to_models = MongoengineConnectionField(Project)-
Updated
Apr 12, 2022 - Python
-
Updated
Dec 12, 2017 - Python
-
Updated
Mar 25, 2021 - Python
-
Updated
May 5, 2022 - Python
from wagtail.core.fields import RichTextField
@register_snippet
class TestSnippet(models.Model):
title = models.CharField(max_length=50)
description = RichTextField(
blank=True
)
panels = [
FieldPanel('title'),
FieldPanel('description'),
]
graphql_fields = [
GraphQLString('title', required=True),
GraphQLSThe relationship between these 3 types isn't very clear from the documentation, and conversion traits between them don't seem to exist as one might expect (plus iterator conversions may also be useful?). The LogLevelFlags docs even mention log_set_handler and log_set_fatal_mask, which confusingly both take a `LogLevels
-
Updated
Mar 23, 2022 - Python
-
Updated
Apr 29, 2022 - Python
-
Updated
Jul 23, 2021 - Python
-
Updated
Mar 27, 2022 - Python
-
Updated
Feb 10, 2022 - JavaScript
-
Updated
Jul 3, 2019 - Python
Improve this page
Add a description, image, and links to the graphene topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the graphene topic, visit your repo's landing page and select "manage topics."
I have a custom input object type
and the query definition