ProviderData
Extended Provider information
type ProviderData {
id: ID!
code: ID!
name: String!
isActive: Boolean!
isPublic: Boolean @deprecated
audits(
where: EntityAuditWhereInput
orderBy: EntityAuditOrderByEnum
): EntityAuditConnection!
connectionType: ProviderConnectionType!
}
Fields
ProviderData.id
● ID!
non-null scalar
Provider unique ID. Format: integer.
ProviderData.code
● ID!
non-null scalar
Provider unique code
ProviderData.name
● String!
non-null scalar
Provider name
ProviderData.isActive
● Boolean!
non-null scalar
Indicates whether a Provider is active. If the Provider is deactivated, all its Suppliers will be deactivated
ProviderData.isPublic
● Boolean
deprecated scalar
DEPRECATED
deprecated from 2019-01-01. Not used
ProviderData.audits
● EntityAuditConnection!
non-null object
Audits it shows the provider's change history
ProviderData.audits.where
● EntityAuditWhereInput
input
ProviderData.audits.orderBy
● EntityAuditOrderByEnum
enum
ProviderData.connectionType
● ProviderConnectionType!
non-null enum
Indicates connection type of Supplier
Member Of
Provider
object ● SupplierData
object