GraphClient is an GraphQL abstraction layer between Nexus Graph and database that store graph data.

Implements

Constructors

Properties

_userId: string

Methods

  • Removes the double quotes from the JSON string properties.

    For example, { "name": "John Smith" } becomes { name: "John Smith" }

    Parameters

    • jsonObjectString: string

      A regular JSON object string with property key double-quoted

    Returns string

    the same object with it's key's double quotes being removed

Generated using TypeDoc