Skip to main content

System

System identifies who is making the request and holds the configuration assigned to it.

type System implements Node {
code: ID!
systemData: SystemData
error: [Error!]
createdAt: DateTime!
updatedAt: DateTime!
}

Fields

System.code ● ID! non-null scalar

System.systemData ● SystemData object

System.error ● [Error!] list object

Errors that abort services

System.createdAt ● DateTime! non-null scalar

Date created

System.updatedAt ● DateTime! non-null scalar

Date updated

Interfaces

Node interface

Member Of

AdminMutation object ● SupplierData object