-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Hi,
is it possible to extend a graphql type with a block number of the block-tracking-plugin?
e.g. ...
extend type Lock {
blockNumber: Int! @resolveTo(
sourceName: "unlock"
sourceTypeName: "Query",
sourceFieldName: "_meta",
requiredSelectionSet: "{ block { number } }",
sourceArgs: {}
)
}
Thanks :)
Metadata
Metadata
Assignees
Labels
No labels