UpdateListInput
No description
input UpdateListInput {
id: ID!
name: String
description: String
searchInput: ListSearchInputInput
aliases: [FieldAliasInput]
columnOrdering: [String]
columnMapping: [ColumnMappingInput]
}
Fields
UpdateListInput.id
● ID!
non-null scalar
UpdateListInput.name
● String
scalar
UpdateListInput.description
● String
scalar
UpdateListInput.searchInput
● ListSearchInputInput
input
UpdateListInput.aliases
● [FieldAliasInput]
list input
UpdateListInput.columnOrdering
● [String]
list scalar
UpdateListInput.columnMapping
● [ColumnMappingInput]
list input
Member Of
updateList
mutation