Remarks associated with specific MAA records and columns, providing additional free-form descriptive information
Ordered by MAA_ID, TAB_NAME, REF_COL_NAME, REF_COL_SEQ_NO. References MAA_ID in MAA_BASE. Non-specific remarks are identified as GENERAL_REMARK in REF_COL_NAME.
# Introspect the MaaRmk type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
maaId
tabName
refColName
# }
}Run at https://api.nav.sortie.co/graphql — GraphiQL is available in-browser.
| Field | Type | Description | Units | Enum |
|---|---|---|---|---|
| effDate ← EFF_DATE | String | The 28-day NASR Subscription Effective Date in format YYYY/MM/DD | ||
| maaId ← MAA_ID | String | Unique identifier for a Miscellaneous Activity Area; references MAA_ID in MAA_BASE | ||
| tabName ← TAB_NAME | String | NASR table name associated with the remark | ||
| refColName ← REF_COL_NAME | String | NASR column name associated with the remark; non-specific remarks use the value GENERAL_REMARK | ||
| refColSeqNo ← REF_COL_SEQ_NO | Int | Sequence number assigned to the reference column remark, used to order multi-line remarks | ||
| remark ← REMARK | String | Free-form remark text that further describes a specific information item for the referenced MAA column |