Options
All
  • Public
  • Public/Protected
  • All
Menu

Module LogEntry

Index

Classes

Interfaces

Type aliases

Factory Functions

Query Resolver Functions

Object literals

Type aliases

LogEntryCreationAttributes

LogEntryCreationAttributes: Optional<LogEntryAttributes, "id" | "createdAt" | "updatedAt">

All the attributes needed to create an instance of the LogEntry model

Factory Functions

Const LogEntryFactory

  • LogEntryFactory(sequelize: Sequelize): typeof LogEntry

Query Resolver Functions

Const logEntriesResolver

Object literals

Const resolvers

resolvers: object

The resolvers associated with the LogEntry model

Query

Query: object

logEntries

logEntries: ResolverFn<LogEntriesResolverArgs, LogEntriesResponse> = logEntriesResolver

Generated using TypeDoc