OBJECT
1type FlowTemplate {23id: ID! 45title: String 67subtitle: String 89description: String 1011flow: String 1213package: String 1415image: String 1617screenshots: [String] 1819categories: [String] 2021organizationId: String 2223tags: [String] 2425author: String 2627public: Boolean 2829learnmorelink: String 3031logo: String 3233created: DateTime 3435modified: DateTime 3637}