INPUT_OBJECT

CreateLibraryType

link GraphQL Schema definition

1input CreateLibraryType {
3
2id: ID!
5
4label: String!
7
6iconClass: String
9
8entityIdentifierTypeIds: [ID!]
11
10entityType: CreateEntityType!
12}