EngineVersion 1actionsClasses

actions:Classification

A classification describing the behavioral characteristics of an action.

Actions are classified as Query (read-only) or Mutation (write), which affects caching and execution semantics.

Named Individuals

actions:Mutation

A write action that changes something via a data service.

Mutation actions modify state and cannot be cached.

actions:Query

A read-only action which resolves information from a data service.

Query actions do not modify state and may be cached.

On this page