Options
All
  • Public
  • Public/Protected
  • All
Menu

Type Parameters

  • TCacheShape

Hierarchy

  • LocalState

Index

Constructors

  • Type Parameters

    • TCacheShape

    Parameters

    Returns LocalState<TCacheShape>

Properties

buildRootValueFromCache: any
cache: any
client: any
fragmentMatcher: any
resolveDocument: any
resolveField: any
resolveSelectionSet: any
resolveSubSelectedArray: any
resolvers?: any

Methods

  • Parameters

    Returns void

  • Parameters

    Returns null | DocumentNode

  • Returns FragmentMatcher

  • Returns Resolvers

  • prepareContext(context?: Record<string, any>): { cache: ApolloCache<TCacheShape>; getCacheKey: any }
  • Parameters

    • Optional context: Record<string, any>

    Returns { cache: ApolloCache<TCacheShape>; getCacheKey: any }

    • cache: ApolloCache<TCacheShape>
    • getCacheKey:function
      • Parameters

        Returns undefined | string

  • Parameters

    Returns null | DocumentNode

  • Parameters

    Returns void

  • Parameters

    Returns void

  • shouldForceResolvers(document: ASTNode): boolean
  • Parameters

    Returns boolean

Generated using TypeDoc