TopicCreateInput
Topic create input
input TopicCreateInput {
categoryId: ID!
customerIds: [ID!]
dateBegin: ISO8601Date
dateEnd: ISO8601Date
descriptionShort: String
emoji: String
name: String!
personaIds: [ID!]
roleMembers: [RoleMemberInput!]
}
Fields
TopicCreateInput.categoryId ● ID! non-null scalar
Category id
TopicCreateInput.customerIds ● [ID!] list scalar
Class (customer) ids
TopicCreateInput.dateBegin ● ISO8601Date scalar
Topic start date
TopicCreateInput.dateEnd ● ISO8601Date scalar
Topic end date
TopicCreateInput.descriptionShort ● String scalar
Short description
TopicCreateInput.emoji ● String scalar
Emoji
TopicCreateInput.name ● String! non-null scalar
Topic name
TopicCreateInput.personaIds ● [ID!] list scalar
Persona ids
TopicCreateInput.roleMembers ● [RoleMemberInput!] list input
Topic role members
Member Of
CreateTopicInput input