Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "object"

Index

Functions

isObject

  • isObject(item: any): boolean
  • Parameters

    • item: any

    Returns boolean

mergeDeep

  • mergeDeep(target: any, source: any): any
  • Parameters

    • target: any
    • source: any

    Returns any

objToGql

  • objToGql(obj: any): string
  • Method to convert a javascript object to a compatible graphql string

    Parameters

    • obj: any

    Returns string

Generated using TypeDoc