Skip to main content

Application_getApplication

Returns application with an ID. id: int. get request. As a result, we will receive information about one application.

Application_getApplication(
applicationId: Int!
): ApplicationModel

Arguments

Application_getApplication.applicationId ● Int! non-null scalar

Type

ApplicationModel object

Application model

  • Use this model to get information about the application.
  • Use extData and extUuid to store additional information. It can be convenient to store external identifiers, subscription or other custom data.