ConneX_Help.pdf - 第65页

En u ms Conne X ex pose s the fo ll o w i ng G rap hQL en ums: A dap te r S t a t e R e p rese nts the d i f f e re nt state an a d ap ter c a n be in. V alu es D escr ipt ion N OT _INS ER T ED Ad a pte r i s not inse rt…

100%1 / 86
Interfaces
ConneX exposes the following GraphQL interfaces:
None
Enums
ConneX exposes the following GraphQL enums:
AdapterState
Represents the different state an adapter can be in.
Values Description
NOT_INSERTED Adapter is not inserted.
INSERTED Adapter is inserted.
VALIDATED Adapter is inserted and validated.
VALIDATE_FAILEDAdapter validation failed.
UNKNOWN Adapter state is unknown.
POWER_FAULT Adapter experienced a power fault.
EntityType
Represents the different types an entity can represent.
Values Description
HANDLER Represents a PSV system.
PROGRAMMERRepresents a programmer (e.g. LumenX or FlashCORE).
ADAPTER Represents a programmer adapter.
JOB Represents a programming job.
HandlerType
Represents the different types a PSV system object can be.
Values Description
DESKTOPRepresents a desktop programming system.
PSV2800 Represents a PSV2800 programming system.
PSV3000 Represents a PSV3000 programming system.
PSV5000 Represents a PSV5000 programming system.
PSV7000 Represents a PSV7000 programming system.
ProgrammerType
Represents the different types a programmer object can be.
Values Description
FLASH_CORERepresents a FlashCORE III programmer.
LUMEN_X Represents a LumenX programmer.
SortEnumType
Represents the different types of sorting that can be applied when filtering.
ValuesDescription
ASC Sort the values in ascending order.
DESC Sort the values in descending order.
Objects
ConneX exposes the following GraphQL input objects:
ComparableByteOperationFilterInput
Represents filters for a
Byte
type.
Input Fields
Name Description
eq
(
Byte
) Filter results to when the
Byte
value equals the given value.
gt
(
Byte
) Filter results to when the
Byte
value is greater than the given value.
gte
(
Byte
) Filter results to when the
Byte
value is greater than or equal to the given value.
in
(
[Byte!]
) Filter results to when the
Byte
value is in the collection of the given values.
lt
(
Byte
) Filter results to when the
Byte
value is less than the given value.
lte
(
Byte
) Filter results to when the
Byte
value is less than or equal to the given value.
neq
(
Byte
) Filter results to when the
Byte
value does not equals the given value.
ngt
(
Byte
) Filter results to when the
Byte
value is not greater than the given value.
ngte
(
Byte
)
Filter results to when the
Byte
value is not greater than or equal to the given value.
nin
(
[Byte!]
)Filter results to when the
Byte
value is not in the collection of the given values.
nlt
(
Byte
) Filter results to when the
Byte
value is not less than the given value.
nlte
(
Byte
) Filter results to when the
Byte
value is not less than or equal to the given value.
ComparableDateTimeOperationFilterInput
Represents filters for a
DateTime
type.
Input Fields
Name Description
eq
(
DateTime
) Filter results to when the
DateTime
value equals the given value.
gt
(
DateTime
) Filter results to when the
DateTime
value is greater than the given value.
gte
(
DateTime
) Filter results to when the
DateTime
value is greater than or equal to the given value.
in
(
[DateTime!]
) Filter results to when the
DateTime
value is in the collection of the given values.
lt
(
DateTime
) Filter results to when the
DateTime
value is less than the given value.
lte
(
DateTime
) Filter results to when the
DateTime
value is less than or equal to the given value.
neq
(
DateTime
) Filter results to when the
DateTime
value does not equals the given value.
ngt
(
DateTime
) Filter results to when the
DateTime
value is not greater than the given value.
ngte
(
DateTime
) Filter results to when the
DateTime
value is not greater than or equal to the given value.
nin
(
[DateTime!]
)Filter results to when the
DateTime
value is not in the collection of the given values.
nlt
(
DateTime
) Filter results to when the
DateTime
value is not less than the given value.
nlte
(
DateTime
) Filter results to when the
DateTime
value is not less than or equal to the given value.
ComparableGuidOperationFilterInput
Represents filters for a
UUID
type.
Input Fields
Name Description
eq
(
UUID
) Filter results to when the
UUID
value equals the given value.
gt
(
UUID
) Filter results to when the
UUID
value is greater than the given value.
gte
(
UUID
) Filter results to when the
UUID
value is greater than or equal to the given value.
in
(
[UUID!]
) Filter results to when the
UUID
value is in the collection of the given values.
lt
(
UUID
) Filter results to when the
UUID
value is less than the given value.
lte
(
UUID
) Filter results to when the
UUID
value is less than or equal to the given value.
neq
(
UUID
) Filter results to when the
UUID
value does not equals the given value.