feat: convert pseudo-list fields to actual list fields
### Changes * field `activateMilestone` type changed to `[String!]!` on `ControlType` * field `deactivateMilestone` type changed to `[String!]!` on `ControlType` * field `roles` type changed to `[String!]!` on `ControlType` * field `tags` type changed to `[String!]!` on `LearningObjectiveType` * field `tags` type changed to `[String!]!` on `LearningActivityType` * field `roles` type changed to `[String!]!` on `ToolsType` * field `roles` type changed to `[String!]!` on `ExtendedToolsType` * field `fileNames` type changed to `[String!]!` on `MilestoneType` * field `roles` type changed to `[String!]!` on `MilestoneType` * field `labels` type changed to `[String!]!` on `RadioQuestionDetailsType` * field `activateMilestone` type changed to `[String!]!` on `SendEmailInput` * field `deactivateMilestone` type changed to `[String!]!` on `SendEmailInput` Closes #342
Loading
Please sign in to comment