Skip to main content
Anchor to MobilePlatformApplicationUserError

MobilePlatformApplicationUserError

object

An error in the input of a mutation. Mutations return UserError objects to indicate validation failures, such as invalid field values or business logic violations, that prevent the operation from completing.

•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.


•mutation

Delete a mobile platform application.

Arguments

•ID!
required

The ID of the Mobile Platform Application to be deleted.


•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.



Was this section helpful?


Was this section helpful?