INPUT_OBJECT

CreateSchema

link GraphQL Schema definition

1input CreateSchema {
4
2# Find more details about the fields in the comments of type Schema
3id: ID!
6
5dataRegistryId: ID!
8
7definition: JSONData!
10
9majorVersion: Int!
12
11minorVersion: Int!
14
13status: SchemaStatus!
15}