Retrieves an application by its public key.

Returns: An Application object that includes detailed information about the requested application.

getAppByPublicKey(
  publicKey: String!
): Application!

Arguments

publicKey
String!
required

The public key associated with the desired application.

Type

Application object

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