Interface DehydratedState

interface DehydratedState {
    mutations: DehydratedMutation[];
    queries: DehydratedQuery[];
}

Properties

Properties

mutations: DehydratedMutation[]
queries: DehydratedQuery[]