INPUT_OBJECT

DataRegistryVersion

link GraphQL Schema definition

1input DataRegistryVersion {
4
2# The id of the DataRegistry
3id: ID!
7
5# The major version of the DataRegistry
6majorVersion: Int!
8}