Type Alias OperationContext

OperationContext: {
    eventQueue: Event[];
    schema: GraphQLSchema;
    store: DocumentStore;
}