BaseError
Last updated
Was this helpful?
Base interface for error types.
interface BaseError {
message: String!
}String! non-null scalarAlreadyExistsError object ● InvalidInputError object ● NotFoundError object ● PermissionDeniedError object
Last updated
Was this helpful?
Was this helpful?