Module exocore_protos::generated::exocore_store[][src]

Modules

entity_mutation

Nested message and enum types in EntityMutation.

entity_query

Nested message and enum types in EntityQuery.

ordering

Nested message and enum types in Ordering.

ordering_value

Nested message and enum types in OrderingValue.

trait_field_predicate

Nested message and enum types in TraitFieldPredicate.

trait_query

Nested message and enum types in TraitQuery.

Structs

AllPredicate

Query all entities.

DeleteEntityMutation

Deletes all the traits of an entity, effectively deleting the entity itself.

DeleteOperationsMutation

Deletes mutations of an entity that have an operation id specified in the given list. This mutation is used for index management purpose only since the mutations are not actually deleted from the chain. Since the chain indices are built in a semi-versioned way, this actually delete the mutations from the indices.

DeleteTraitMutation

Deletes a trait of an entity.

Entity
EntityMutation
EntityQuery
EntityResult
EntityResults
IdsPredicate

Query entities by IDs.

MatchPredicate

Query entities by text match on all indexed fields across all traits.

MutationRequest
MutationResult
OperationsPredicate

Query entities by mutations’ operation ids. Used to return entities on which mutations with these operation ids were applied and indexed.

Ordering
OrderingValue
Paging
Projection
PutTraitMutation

Creates or overrides a trait of the entity.

Reference
ReferencePredicate
TestMutation

Mutation used in tests.

TestPredicate

Used for tests.

Trait
TraitFieldPredicate
TraitFieldReferencePredicate
TraitPredicate

Query entities that have a specified trait and optionally matching a trait query.

TraitQuery

Enums

EntityResultSource
TraitDetails