Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IContext

Hierarchy

  • IContext

Implemented by

Index

Properties

getEtheriumAccountId

getEtheriumAccountId: function

Interface for the Context object that will be passed into GraphQL After we do authentication, we can pass the accountId around via a context object for each GraphQL query that is executed from the front-end.

Type declaration

    • (): string
    • Returns string

Generated using TypeDoc