CreateListInput
CreateListInput is used for create List object. Input was generated by ent.
input CreateListInput {
name: String!
type: ListType!
schemaDefinitionID: ID!
groupIDs: [ID!]
recordIDs: [ID!]
}
Fields
CreateListInput.name ● String! non-null scalar
CreateListInput.type ● ListType! non-null enum
CreateListInput.schemaDefinitionID ● ID! non-null scalar
CreateListInput.groupIDs ● [ID!] list scalar
CreateListInput.recordIDs ● [ID!] list scalar
Member Of
createList mutation