GeneralParametersData
Less than to read
Properties
| Property Name | Type | Description | isWritable |
|---|---|---|---|
| _access | [_OutputAccessBinding] | no | |
| _updateUser | SysUser_node | no | |
| _createUser | SysUser_node | no | |
| _id | Id | no | |
| code | String | no | |
| company | Company_node | no | |
| siteOrLegislationCode | Site_node | no | |
| value | String | no | |
| defaultSetOfValues | MiscellaneousTable_node | no | |
| _etag | String | no | |
| _createStamp | Datetime | no | |
| _updateStamp | Datetime | no |
Custom Mutations
readParameterValueDate : GeneralParametersDataReadParameterValueDateReturn
| Mutation | Type | Description |
|---|---|---|
| parameters | GeneralParametersDataReadParameterValueDateParameters_Input |
readParameterValueInteger : GeneralParametersDataReadParameterValueIntegerReturn
| Mutation | Type | Description |
|---|---|---|
| parameters | GeneralParametersDataReadParameterValueIntegerParameters_Input |
readParameterValueString : GeneralParametersDataReadParameterValueStringReturn
| Mutation | Type | Description |
|---|---|---|
| parameters | GeneralParametersDataReadParameterValueStringParameters_Input |
Custom Type
GeneralParametersDataReadParameterValueDateParameters_Input
| Query | Type | Description |
|---|---|---|
| company | String | |
| site | String | |
| code | String |
GeneralParametersDataReadParameterValueDateReturn
| Query | Type | Description |
|---|---|---|
| value | Date |
GeneralParametersDataReadParameterValueIntegerParameters_Input
| Query | Type | Description |
|---|---|---|
| company | String | |
| site | String | |
| code | String |
GeneralParametersDataReadParameterValueIntegerReturn
| Query | Type | Description |
|---|---|---|
| value | Int |
GeneralParametersDataReadParameterValueStringParameters_Input
| Query | Type | Description |
|---|---|---|
| company | String | |
| site | String | |
| code | String |
GeneralParametersDataReadParameterValueStringReturn
| Query | Type | Description |
|---|---|---|
| value | String |