graphene_elastic.relay package

Submodules

graphene_elastic.relay.connection module

Some overrides of the original graphql_relay.connection.connection module. For sanity and ease of updates/sync with modifications from upstream, this module isn’t formatted in accordance with the rest of the package. Pull requests code-style changes wouldn’t be accepted.

class graphene_elastic.relay.connection.Connection(*args, **kwargs)[source]

Bases: ObjectType

class graphene_elastic.relay.connection.ConnectionOptions(class_type)[source]

Bases: ObjectTypeOptions

node = None

graphene_elastic.relay.connectiontypes module

Some overrides of the original graphql_relay.connection.connectiontypes module. For sanity and ease of updates/sync with modifications from upstream, this module isn’t formatted in accordance with the rest of the package. Pull requests code-style changes wouldn’t be accepted.

class graphene_elastic.relay.connectiontypes.Connection(edges, page_info, facets=None)[source]

Bases: object

to_dict()[source]
class graphene_elastic.relay.connectiontypes.Facets(facets)[source]

Bases: object

to_dict()[source]

Module contents