close
GraphQL Schema
Schema
Query
Subscription
Scalars
Address
BigNumber
BlockHash
Boolean
ChainId
ContextHash
Cursor
DateTime
Decimal
Int
JSONObject
Micheline
Mutez
NonceHash
OperationHash
OperationsHash
PayloadHash
PositiveBigNumber
ProtocolHash
PublicKey
Signature
String
Enums
AccountOrderByField
AccountToOperationRelationshipType
BalanceUpdateCategory
BalanceUpdateKind
BalanceUpdateOrigin
BallotVote
BigMapDiffAction
BigmapKeyOrderByField
BigmapOperationKind
BigmapOrderByField
BigmapValueOrderByField
BlockOrderByField
InlinedEndorsementKind
InlinedPreendorsementKind
InternalOperationKind
LazyStorageDiffAction
LazyStorageDiffKind
OperationKind
OperationOrigin
OperationRecordKind
OperationRecordStatus
OperationResultStatus
OperationsOrderByField
OrderByDirection
RestApiQueryTypeMethodKind
__DirectiveLocation
__TypeKind
Interfaces
BigMapDiff
Delegation
DelegationMetadata
DelegationResult
Endorsement
EndorsementMetadata
InternalOperationResult
LazyBigMapDiff
LazySaplingStateDiff
LazyStorageDiff
MoneyOperation
MoneyOperationNotification
MoneyOperationRecord
Operation
OperationMetadata
OperationNotification
OperationNotificationWithBalanceUpdates
OperationRecord
OperationResult
Origination
OriginationMetadata
OriginationResult
Reveal
RevealMetadata
RevealResult
Transaction
TransactionMetadata
TransactionResult
Unions
BalanceUpdateParent
ContractResultParent
Objects
AbstractEndorsementNotification
AccountRecord
AccountRecordConnection
AccountRecordEdge
ActivateAccountNotification
ActivateAccountRecord
BalanceUpdate
BalanceUpdateNotification
BallotNotification
BallotRecord
BigMapAlloc
BigMapCopy
BigMapDiffNotification
BigmapKeyRecord
BigmapKeyRecordConnection
BigmapKeyRecordEdge
BigmapRecord
BigmapRecordConnection
BigmapRecordEdge
BigMapRemove
BigMapUpdate
BigmapValueRecord
BigmapValueRecordConnection
BigmapValueRecordEdge
BlockHeader
BlockNotification
BlockRecord
BlockRecordConnection
BlockRecordEdge
ContractMetadata
ContractMetadataError
ContractMetadataErrorValues
ContractMetadataLicense
ContractMetadataSource
ContractScript
DelegationNotification
DelegationNotificationMetadata
DelegationNotificationResult
DelegationRecord
DelegationRecordMetadata
DelegationResultRecord
DoubleBakingEvidenceBlockHeader
DoubleBakingEvidenceNotification
DoubleBakingEvidenceRecord
DoubleEndorsementEvidenceNotification
DoubleEndorsementEvidenceRecord
DoublePreendorsementEvidenceNotification
EndorsementNotification
EndorsementNotificationMetadata
EndorsementRecord
EndorsementRecordMetadata
EndorsementWithSlotNotification
InlinedEndorsement
InlinedEndorsementContents
InlinedPreendorsement
InlinedPreendorsementContents
InternalDelegationResult
InternalOriginationResult
InternalRegisterGlobalConstantResult
InternalRevealResult
InternalSetDepositsLimitResult
InternalTransactionResult
LazyBigMapAlloc
LazyBigMapCopy
LazyBigMapRemove
LazyBigMapStorageDiff
LazyBigMapUpdate
LazyBigMapUpdateItem
LazySaplingStateAlloc
LazySaplingStateCopy
LazySaplingStateDiffUpdates
LazySaplingStateRemove
LazySaplingStateStorageDiff
LazySaplingStateUpdate
LazyStorageDiffNotification
MichelsonStorageViewType
MichelsonStorageViewTypeAnnotation
OperationGroup
OperationRecordConnection
OperationRecordEdge
OriginationNotification
OriginationNotificationMetadata
OriginationNotificationResult
OriginationRecord
OriginationRecordMetadata
OriginationResultRecord
PageInfo
PreendorsementNotification
PreendorsementNotificationMetadata
ProposalRecord
ProposalsNotification
RegisterGlobalConstantNotification
RegisterGlobalConstantNotificationMetadata
RegisterGlobalConstantNotificationResult
RestApiQueryType
RevealNotification
RevealNotificationMetadata
RevealNotificationResult
RevealRecord
RevealRecordMetadata
RevealResultRecord
SaplingCiphertext
SaplingCommitmentAndCiphertext
ScriptedContracts
SeedNonceRevelationNotification
SeedNonceRevelationRecord
SetDepositsLimitNotification
SetDepositsLimitNotificationMetadata
SetDepositsLimitNotificationResult
SimpleOperationMetadata
StorageNotification
TokenMetadata
TransactionNotification
TransactionNotificationMetadata
TransactionNotificationResult
TransactionParameters
TransactionRecord
TransactionRecordMetadata
TransactionResultRecord
Version
ViewDefinition
ViewImplementation
__Directive
__EnumValue
__Field
__InputValue
__Schema
__Type
Input Objects
AccountFilter
AccountOrderByInput
ActivateAccountFilter
AddressFilter
BalanceUpdateFilter
BalanceUpdateKindFilter
BallotFilter
BallotVoteFilter
BigMapDiffActionFilter
BigMapDiffBigMapFilter
BigMapDiffFilter
BigmapFilter
BigmapKeyFilter
BigmapKeyFilterInBigmap
BigmapKeyOrderByInput
BigmapOrderByInput
BigmapValueFilter
BigmapValueOrderByInput
BlockFilter
BlockHashFilter
BlockOrderByInput
DateRangeFilter
DecimalRangeFilter
DelegationFilter
DoubleBakingEvidenceFilter
DoubleEndorsementEvidenceFilter
DoublePreendorsementEvidenceFilter
EndorsementFilter
EndorsementWithSlotFilter
IntRangeFilter
LazyStorageDiffActionFilter
LazyStorageDiffFilter
LazyStorageDiffKindFilter
LazyStorageIdFilter
MichelsonFilter
MutezFilter
MutezRangeFilter
NullableAddressArrayFilter
NullableAddressFilter
NullableBalanceUpdateCategoryFilter
NullableLazyStorageBigMapKeyFilter
NullableOperationHashFilter
NullableOperationResultStatusFilter
NullableProtocolHashArrayFilter
OperationsFilter
OperationsFilterInAccount
OperationsOrderByInput
OriginationFilter
PreendorsementFilter
ProposalsFilter
ProtocolHashFilter
RegisterGlobalConstantFilter
RevealFilter
SeedNonceRevelationFilter
SetDepositsLimitFilter
StorageFilter
TransactionFilter
Directives
deprecated
include
skip
specifiedBy
menu
Types
ENUM
InlinedEndorsementKind
Inlined endorsement kind.
link
GraphQL Schema definition
enum
InlinedEndorsementKind
{
endorsement
}
link
Require by
InlinedEndorsementContents
Corresponds to Tezos RPC -> `$inlined.endorsement.contents`.