graphql-paper
    Preparing search index...

    Type Alias OperationContext

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

    Properties

    eventQueue: Event[]
    schema: GraphQLSchema