diff --git a/graphql/schemas/Ecosystem/notification.graphql b/graphql/schemas/Ecosystem/notification.graphql index 09651d96fc..7e4496e23c 100644 --- a/graphql/schemas/Ecosystem/notification.graphql +++ b/graphql/schemas/Ecosystem/notification.graphql @@ -26,7 +26,7 @@ type NotificationType { description: String template: String weight: Int! - is_published: Int! + is_published: Boolean! created_at: String! updated_at: String }