Skip to main content

AccountOptionalInput

No description

type AccountOptionalInput {
id: ID
name: String
type: AccountTypeOptionalInputEnum
default: Boolean
options: GQLTJson
createdAt: GQLTDate
updatedAt: GQLTDate
userId: ID
invoice: AccountInvoiceHasManyInput
orders: AccountOrdersHasManyInput
transactions: AccountTransactionsHasManyInput
user: AccountUserBelongsToInput
}

Fields#

id (ID)#

This a primary key for Account

name (String)#

The name of the account

type (AccountTypeOptionalInputEnum)#

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