Skip to main content

GloApp

Represents an Altium application.

type GloApp {
contactEmail: String!
createdAt: DateTime!
createdById: String!
deletedAt: DateTime
deletedById: String
description: String!
hrid: String!
id: ID!
name: String!
oAuthClient: GloOAuthClient!
updatedAt: DateTime!
updatedById: String!
}

Fields

GloApp.contactEmail ● String! non-null scalar

The contact email of the developer of the App.

GloApp.createdAt ● DateTime! non-null scalar

The date-time that the App was created.

GloApp.createdById ● String! non-null scalar

The ID of the User that created the App.

GloApp.deletedAt ● DateTime scalar

The date-time that the App was deleted. Null if the App has not been deleted.

GloApp.deletedById ● String scalar

The ID of the User that deleted the App. Null if the App has not been deleted.

GloApp.description ● String! non-null scalar

A description of the App.

GloApp.hrid ● String! non-null scalar

The human-readable identifier for the App. Must be unique.

GloApp.id ● ID! non-null scalar

The GRID identifier for the App.

GloApp.name ● String! non-null scalar

The name of the App.

GloApp.oAuthClient ● GloOAuthClient! non-null object

Represents the *OAuth 2.0 client* for this GloApp.

GloApp.updatedAt ● DateTime! non-null scalar

The date-time that the App was last updated.

GloApp.updatedById ● String! non-null scalar

The ID of the User that last updated the App.