GloAppSortInput
Represents an Altium application.
input GloAppSortInput {
contactEmail: SortEnumType
createdAt: SortEnumType
createdById: SortEnumType
deletedAt: SortEnumType
deletedById: SortEnumType
description: SortEnumType
hrid: SortEnumType
name: SortEnumType
oAuthClient: GloOAuthClientSortInput
updatedAt: SortEnumType
updatedById: SortEnumType
}
Fields
GloAppSortInput.contactEmail ● SortEnumType enum
The contact email of the developer of the App.
GloAppSortInput.createdAt ● SortEnumType enum
The date-time that the App was created.
GloAppSortInput.createdById ● SortEnumType enum
The ID of the User that created the App.
GloAppSortInput.deletedAt ● SortEnumType enum
The date-time that the App was deleted. Null if the App has not been deleted.
GloAppSortInput.deletedById ● SortEnumType enum
The ID of the User that deleted the App. Null if the App has not been deleted.
GloAppSortInput.description ● SortEnumType enum
A description of the App.
GloAppSortInput.hrid ● SortEnumType enum
The human-readable identifier for the App. Must be unique.
GloAppSortInput.name ● SortEnumType enum
The name of the App.
GloAppSortInput.oAuthClient ● GloOAuthClientSortInput input
GloAppSortInput.updatedAt ● SortEnumType enum
The date-time that the App was last updated.
GloAppSortInput.updatedById ● SortEnumType enum
The ID of the User that last updated the App.