OBJECT
1type IntegrationConfig {23organizationId: ID! 45integrationId: String! 67config: JSONData! 89userVisible: Boolean 1011}