Skip to main content

⚠️ This is the alpha version. The operation or type does not exist in the beta version.

GenesisTransaction

System transaction that initializes the network and writes the initial set of objects on-chain.

type GenesisTransaction {
objects(
first: Int
after: String
last: Int
before: String
): ObjectConnection!
}

Fields

GenesisTransaction.objects ● ObjectConnection! non-null object

Objects to be created during genesis.

GenesisTransaction.objects.first ● Int scalar
GenesisTransaction.objects.after ● String scalar
GenesisTransaction.objects.last ● Int scalar
GenesisTransaction.objects.before ● String scalar

Implemented By

TransactionBlockKind union