Skip to main content
Anchor to MobilePlatformApplicationUserError

MobilePlatformApplicationUserError

object

Represents an error in the input of a mutation.

•MobilePlatformApplicationUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!non-null

The error message.


Was this section helpful?

•mutation

Create a mobile platform application.

Arguments

•MobilePlatformApplicationCreateInput!required

The input to create a mobile platform application.


Fields

Anchor to mobilePlatformApplicationmobilePlatformApplication
•MobilePlatformApplication

Created mobile platform application.

•[MobilePlatformApplicationUserError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Delete a mobile platform application.

Arguments

•ID!required

The ID of the Mobile Platform Application to be deleted.


Fields

Anchor to deletedMobilePlatformApplicationIddeletedMobilePlatformApplicationId
•ID

The ID of the mobile platform application that was just deleted.

•[MobilePlatformApplicationUserError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Update a mobile platform application.

Arguments

•ID!required

The ID of the Mobile Platform Application to be updated.

•MobilePlatformApplicationUpdateInput!required

The input to updat a Mobile Platform Application.


Fields

Anchor to mobilePlatformApplicationmobilePlatformApplication
•MobilePlatformApplication

Created mobile platform application.

•[MobilePlatformApplicationUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?
OSZAR »