Account
This is the accounts table
Fields#
id (ID!)#
The ID of an object
name (String!)#
The name of the account
type (AccountTypeEnum!)#
This is the type of account
default (Boolean!)#
options (GQLTJson!)#
The config options of the account
createdAt (GQLTDate!)#
updatedAt (GQLTDate!)#
userId (ID)#
The ID of an object
invoice (InvoiceHasManyInvoiceList)#
If provided it will return results after the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.
If provided it will return results before the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.
orderBy([InvoiceOrderBy])#
If provided this will sort the results by the supplied column and direction
where(GQLTQueryInvoiceWhere)#include([GQLTInvoiceIncludeObject])#
orders (OrderHasManyOrdersList)#
If provided it will return results after the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.
If provided it will return results before the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.
orderBy([OrderOrderBy])#
If provided this will sort the results by the supplied column and direction
where(GQLTQueryOrderWhere)#include([GQLTOrderIncludeObject])#
transactions (TransactionHasManyTransactionsList)#
If provided it will return results after the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.
If provided it will return results before the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.
orderBy([TransactionOrderBy])#
If provided this will sort the results by the supplied column and direction
where(GQLTQueryTransactionWhere)#include([GQLTTransactionIncludeObject])#
user (User)#
Interfaces#
Node#
An object with an ID