INPUT_OBJECT

UpdateLibraryType

link GraphQL Schema definition

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