Type Alias QueryOrganizationsArgs

QueryOrganizationsArgs: {
    limit?: InputMaybe<Scalars["Int"]["input"]>;
    page?: InputMaybe<Scalars["Int"]["input"]>;
}