Skip to main content

EntityNotFoundError

No description

type EntityNotFoundError implements ErrorInterface {
message: String!
entityId: Int
entityType: String
}

Fields

message (String!)

entityId (Int)

entityType (String)

Interfaces

ErrorInterface