Skip to content

ClaimDetailsEra

Claim details and associated ERAs

Fields

eras · EraConnection! · required · The ERAs associated with the claim

Used By

Definition

"""
Claim details and associated ERAs
"""
type ClaimDetailsEra {
"""
The ERAs associated with the claim
"""
eras(
"""
Returns the elements in the list that come after the specified cursor.
"""
after: String
"""
Returns the elements in the list that come before the specified cursor.
"""
before: String
"""
Returns the first _n_ elements from the list.
"""
first: Int
"""
Returns the last _n_ elements from the list.
"""
last: Int
): EraConnection!
}