SupplierReportingLink Object
Description
Reporting link for supplier data access.
Declaration
type SupplierReportingLink {
_id: ID!
expires: Date
id: String!
uri: String!
createdBy: UserReference!
createdAt: Date!
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID! | Internal database identifier. |
expires | Date | Date when the link expires. |
id | String! | Link identifier. |
uri | String! | URI to access the reporting data. |
createdBy | UserReference! | User who created the link. |
createdAt | Date! | Date when the link was created. |