Interface DeepClientInstance<L>

Type Parameters

Hierarchy

  • DeepClientInstance

Implemented by

Properties

apolloClient: IApolloClient<any>
defaultDeleteName?: string
defaultInsertName?: string
defaultSelectName?: string
defaultUpdateName?: string
deleteReturning?: string
filesSelectReturning?: string
handleAuth?: ((linkId?, token?) => any)

Type declaration

    • (linkId?, token?): any
    • Parameters

      • Optional linkId: number
      • Optional token: string

      Returns any

insertReturning?: string
linkId?: number
linksSelectReturning?: string
minilinks: MinilinksResult<L>
returning?: string
selectReturning?: string
selectorsSelectReturning?: string
table?: string
token?: string
updateReturning?: string
valuesSelectReturning?: string

Methods

Generated using TypeDoc