AccountRequiredInput
No description
Fields#
id (ID)#
This a primary key for Account
name (String!)#
The name of the account
type (AccountTypeRequiredInputEnum)#
This is the type of account
default (Boolean)#
options (GQLTJson)#
The config options of the account
createdAt (GQLTDate)#
updatedAt (GQLTDate)#
userId (ID)#
This a primary key for Account
invoice (AccountInvoiceHasManyInput)#
This is the mutation object for AccountInvoiceHasMany
orders (AccountOrdersHasManyInput)#
This is the mutation object for AccountOrdersHasMany
transactions (AccountTransactionsHasManyInput)#
This is the mutation object for AccountTransactionsHasMany
user (AccountUserBelongsToInput)#
This is the mutation object for AccountUserBelongsTo