Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/graphql-python/graphene-django
/ functions
Functions
788 in github.com/graphql-python/graphene-django
⨍
Functions
788
◇
Types & classes
455
↳
Endpoints
35
↓ 1 callers
Method
get_context
(self, request)
graphene_django/views.py:149
↓ 1 callers
Method
get_converted_field
(self, field)
graphene_django/registry.py:25
↓ 1 callers
Function
get_empire
()
examples/starwars/data.py:69
↓ 1 callers
Method
get_enum_cnv_cls_instance
Saves args in context to convert enum values in Dynamically created Scalar derived class
graphene_django/forms/types.py:92
↓ 1 callers
Function
get_filtering_args_from_filterset
Inspect a FilterSet and produce the arguments to pass to a Graphene Field. These arguments will be available to filter against in the GraphQL
graphene_django/filter/utils.py:26
↓ 1 callers
Function
get_filterset_class
Get the class to be used as the FilterSet.
graphene_django/filter/utils.py:106
↓ 1 callers
Method
get_form_kwargs
(cls, root, info, **input)
graphene_django/forms/mutation.py:59
↓ 1 callers
Method
get_graphql_params
(request, data)
graphene_django/views.py:405
↓ 1 callers
Function
get_local_fields
Searches through the model's ancestry and gets the fields on the models Returns a dict of {field.name: field}
graphene_django/utils/utils.py:71
↓ 1 callers
Method
get_manager
(self)
graphene_django/fields.py:49
↓ 1 callers
Method
get_manager
(self)
graphene_django/fields.py:128
↓ 1 callers
Method
get_middleware
(self, request)
graphene_django/views.py:146
↓ 1 callers
Method
get_queryset
(cls, queryset, info)
graphene_django/tests/test_query.py:2121
↓ 1 callers
Method
get_queryset
(self)
graphene_django/tests/models.py:73
↓ 1 callers
Method
get_queryset_resolver
(self)
graphene_django/fields.py:258
↓ 1 callers
Function
get_rebels
()
examples/starwars/data.py:65
↓ 1 callers
Method
get_root_value
(self, request)
graphene_django/views.py:143
↓ 1 callers
Method
get_schema
(self, schema, out, indent)
graphene_django/management/commands/graphql_schema.py:61
↓ 1 callers
Function
get_ship
(_id)
examples/starwars/data.py:53
↓ 1 callers
Function
get_ships
()
examples/starwars/data.py:57
↓ 1 callers
Function
instantiate_middleware
(middlewares)
graphene_django/views.py:54
↓ 1 callers
Function
isiterable
(value)
graphene_django/utils/utils.py:19
↓ 1 callers
Method
method
Override method setter so that in case a custom `method` is provided (see documentation https://django-filter.readthedocs.io/en/stabl
graphene_django/filter/filters/array_filter.py:20
↓ 1 callers
Method
method
Override method setter so that in case a custom `method` is provided (see documentation https://django-filter.readthedocs.io/en/stabl
graphene_django/filter/filters/list_filter.py:20
↓ 1 callers
Function
normalize_choices
(choices)
graphene_django/compat.py:52
↓ 1 callers
Function
onEditQuery
(newQuery)
graphene_django/static/graphene_django/graphiql.js:87
↓ 1 callers
Method
on_resolve_all_results
(self)
graphene_django/debug/middleware.py:26
↓ 1 callers
Method
on_resolve_error
(self, value)
graphene_django/debug/middleware.py:21
↓ 1 callers
Method
parse_body
(self, request)
graphene_django/views.py:261
↓ 1 callers
Function
perform_import
If the given setting is a string import notation, then perform the necessary import or imports.
graphene_django/settings.py:58
↓ 1 callers
Method
perform_mutate
(cls, serializer, info)
graphene_django/rest_framework/mutation.py:177
↓ 1 callers
Method
query
Args: query (string) - GraphQL query to run operation_name (string) - If the query is a mutation or named query,
graphene_django/utils/testing.py:83
↓ 1 callers
Method
register_converted_field
(self, field, converted)
graphene_django/registry.py:22
↓ 1 callers
Method
render_graphiql
(self, request, **data)
graphene_django/views.py:252
↓ 1 callers
Function
replace_csv_filters
Replace the "in" and "range" filters (that are not explicitly declared) to not be BaseCSVFilter (BaseInFilter, BaseRangeFilter) objects anymo
graphene_django/filter/utils.py:121
↓ 1 callers
Method
request_wants_html
(cls, request)
graphene_django/views.py:386
↓ 1 callers
Function
reset_global_registry
()
graphene_django/registry.py:39
↓ 1 callers
Method
save_graphql_file
(self, out, schema)
graphene_django/management/commands/graphql_schema.py:57
↓ 1 callers
Method
save_json_file
(self, out, schema_dict, indent)
graphene_django/management/commands/graphql_schema.py:53
↓ 1 callers
Function
setup_filterset
Wrap a provided filterset in Graphene-specific functionality
graphene_django/filter/filterset.py:33
↓ 1 callers
Method
type
(self)
graphene_django/fields.py:30
↓ 1 callers
Method
union
(self, *args)
graphene_django/filter/tests/conftest.py:158
↓ 1 callers
Function
unwrap_cursor
(connection)
graphene_django/debug/sql/tracking.py:45
↓ 1 callers
Function
validate_fields
(type_, model, fields, only_fields, exclude_fields)
graphene_django/types.py:65
↓ 1 callers
Function
wrap_cursor
(connection, panel)
graphene_django/debug/sql/tracking.py:34
↓ 1 callers
Function
wrap_exception
(exception)
graphene_django/debug/exception/formating.py:8
↓ 1 callers
Method
wrap_resolve
Implements a custom resolver which goes through the `get_node` method to ensure that it goes through the `get_queryse
graphene_django/converter.py:287
Function
EventFilterSet
()
graphene_django/filter/tests/conftest.py:39
Function
EventType
(EventFilterSet)
graphene_django/filter/tests/conftest.py:84
Function
GraphiQLWithExplorer
()
graphene_django/static/graphene_django/graphiql.js:103
Method
PetModel
(self)
graphene_django/tests/test_types.py:525
Function
Query
Note that we have to use a custom resolver to replicate the arrayfield filter behavior as we are running unit tests in sqlite which does not
graphene_django/filter/tests/conftest.py:96
Method
__call__
(self, qs, value)
graphene_django/filter/filters/array_filter.py:8
Method
__call__
(self, qs, value)
graphene_django/filter/filters/list_filter.py:7
Method
__enter__
(self)
graphene_django/debug/sql/tracking.py:164
Method
__exit__
(self, type, value, traceback)
graphene_django/debug/sql/tracking.py:167
Method
__getattr__
(self, attr)
graphene_django/settings.py:114
Method
__getattr__
(self, attr)
graphene_django/debug/sql/tracking.py:61
Method
__getattr__
(self, attr)
graphene_django/debug/sql/tracking.py:158
Method
__getitem__
(self, index)
graphene_django/filter/tests/conftest.py:182
Method
__init__
(self, *args, **kwargs)
graphene_django/fields.py:81
Method
__init__
(self, *args, **kwargs)
graphene_django/compat.py:12
Method
__init__
(self, *args, **kwargs)
graphene_django/compat.py:39
Method
__init__
(self, user_settings=None, defaults=None, import_strings=None)
graphene_django/settings.py:102
Method
__init__
(self, response, message=None, *args, **kwargs)
graphene_django/views.py:32
Method
__init__
( self, schema=None, middleware=None, root_value=None, graphiql=False,
graphene_django/views.py:101
Method
__init__
(self)
graphene_django/registry.py:2
Method
__init__
(self)
graphene_django/debug/middleware.py:9
Method
__init__
(self)
graphene_django/debug/sql/tracking.py:17
Method
__init__
(self, cursor, db, logger)
graphene_django/debug/sql/tracking.py:58
Method
__init__
(self, cursor, db, logger)
graphene_django/debug/sql/tracking.py:70
Method
__init__
Override the init method so that during runtime, Django can know that this object can be a CNNReporter by casting it to the p
graphene_django/tests/models.py:112
Method
__init__
( self, type_, fields=None, order_by=None, extra_filter_meta=None,
graphene_django/filter/fields.py:31
Method
__init__
(self, model=None)
graphene_django/filter/tests/conftest.py:114
Method
__init__
(self, input_type=None, *args, **kwargs)
graphene_django/filter/filters/typed_filter.py:13
Method
__init_subclass_with_meta__
( cls, model=None, registry=None, skip_registry=False, only_fields=Non
graphene_django/types.py:134
Method
__init_subclass_with_meta__
Retrieve fields from django form (Meta.form_class). Received fields are set to cls (they will be converted to input fields by InputObj
graphene_django/forms/types.py:13
Method
__init_subclass_with_meta__
( cls, form_class=None, model=None, return_field_name=None, only_field
graphene_django/forms/mutation.py:121
Method
__init_subclass_with_meta__
(cls, **options)
graphene_django/tests/test_types.py:112
Method
__init_subclass_with_meta__
( cls, lookup_field=None, serializer_class=None, model_class=None, mod
graphene_django/rest_framework/mutation.py:73
Method
__iter__
(self)
graphene_django/debug/sql/tracking.py:161
Method
__repr__
(self)
graphene_django/filter/tests/conftest.py:34
Method
__str__
(self)
graphene_django/tests/models.py:109
Method
__str__
(self)
graphene_django/tests/models.py:178
Method
__str__
(self)
examples/cookbook-plain/cookbook/recipes/models.py:10
Method
__str__
(self)
examples/cookbook-plain/cookbook/ingredients/models.py:10
Method
__str__
(self)
examples/cookbook-plain/cookbook/ingredients/models.py:21
Method
__str__
(self)
examples/cookbook/cookbook/ingredients/models.py:7
Method
__str__
(self)
examples/cookbook/cookbook/ingredients/models.py:18
Method
__str__
(self)
examples/starwars/models.py:14
Method
__str__
(self)
examples/starwars/models.py:22
Method
__str__
(self)
examples/starwars/models.py:30
Method
__unicode__
(self)
examples/cookbook/cookbook/recipes/models.py:10
Method
_client
(self)
graphene_django/utils/testing.py:117
Method
_decode
(self, param)
graphene_django/debug/sql/tracking.py:90
Method
_underlying_type
(self)
graphene_django/fields.py:39
Method
add_arguments
(self, parser)
graphene_django/management/commands/graphql_schema.py:14
Method
args
(self)
graphene_django/filter/fields.py:50
Function
article_batch_load_fn
(keys)
graphene_django/tests/test_query.py:873
Method
assertResponseHasErrors
Assert that the call was failing. Take care: Even with errors, GraphQL returns status 200! :resp HttpResponse: Response
graphene_django/utils/testing.py:148
← previous
next →
101–200 of 788, ranked by callers