OBJECT
type AccountSearch {# Account idid: Uuid! # Account namename: String # Handlehandle: String # Role (if user provided)role: String createdAt: DateTime updatedAt: DateTime }