Represents a registered application within the system, encapsulating all relevant details that identify and describe the application.

type Application {
  appName: String!
  publicKey: String!
  iconURL: String!
  gandalfID: Int64!
  appRegistrar: String!
}

Fields

appName
String!

The human-readable name of the application.

publicKey
String!

A public key associated with the application, used for cryptographic operations such as verifying the identity of the application.

iconURL
String!

The URL pointing to the icon graphic for the application. This URL should link to an image that visually represents the application, aiding in its identification and branding.

gandalfID
Int64!

A unique identifier assigned to the application upon registration.

appRegistrar
String!

The address of the user who registered the application.

Returned By

getAppByPublicKey