Skip to main content

Ability

No description

type Ability {
can_become_user_con_profile(
userConProfileId: ID
): Boolean!
can_create_cms_content_groups: Boolean!
can_create_cms_files: Boolean!
can_create_cms_graphql_queries: Boolean!
can_create_cms_layouts: Boolean!
can_create_cms_navigation_items: Boolean!
can_create_cms_partials: Boolean!
can_create_cms_variables: Boolean!
can_create_orders: Boolean!
can_create_pages: Boolean!
can_create_tickets: Boolean!
can_create_user_con_profiles: Boolean!
can_delete_event(
eventId: ID
): Boolean! @deprecated
can_delete_event_proposal(
eventProposalId: ID
): Boolean!
can_delete_ticket(
ticketId: ID
): Boolean!
can_delete_user_con_profile(
userConProfileId: ID
): Boolean!
can_force_confirm_signup(
signupId: ID
): Boolean!
can_list_events: Boolean!
can_manage_any_cms_content: Boolean!
can_manage_conventions: Boolean!
can_manage_email_routes: Boolean!
can_manage_forms: Boolean!
can_manage_oauth_applications: Boolean!
can_manage_rooms: Boolean!
can_manage_runs: Boolean!
can_manage_signups: Boolean!
can_manage_staff_positions: Boolean!
can_manage_ticket_types: Boolean!
can_override_maximum_event_provided_tickets: Boolean!
can_read_admin_notes_on_event_proposal(
eventProposalId: ID
): Boolean!
can_read_any_mailing_list: Boolean!
can_read_event_proposals: Boolean!
can_read_event_signups(
eventId: ID
): Boolean!
can_read_orders: Boolean!
can_read_organizations: Boolean!
can_read_reports: Boolean!
can_read_schedule: Boolean!
can_read_schedule_with_counts: Boolean!
can_read_signups: Boolean!
can_read_user_activity_alerts: Boolean!
can_read_user_con_profiles: Boolean!
can_read_users: Boolean!
can_update_admin_notes_on_event_proposal(
eventProposalId: ID
): Boolean!
can_update_bucket_signup(
signupId: ID
): Boolean!
can_update_convention: Boolean!
can_update_counted_signup(
signupId: ID
): Boolean!
can_update_departments: Boolean!
can_update_event(
eventId: ID
): Boolean!
can_update_event_categories: Boolean!
can_update_event_proposal(
eventProposalId: ID
): Boolean!
can_update_notification_templates: Boolean!
can_update_orders: Boolean!
can_update_products: Boolean!
can_update_signup(
signupId: ID
): Boolean!
can_update_signups: Boolean!
can_update_ticket(
ticketId: ID
): Boolean!
can_update_user_con_profile(
userConProfileId: ID
): Boolean!
can_withdraw_all_user_con_profile_signups(
userConProfileId: ID
): Boolean!
}

Fields

Ability.can_become_user_con_profile ● Boolean! non-null scalar

Ability.can_become_user_con_profile.userConProfileId ● ID scalar

Ability.can_create_cms_content_groups ● Boolean! non-null scalar

Ability.can_create_cms_files ● Boolean! non-null scalar

Ability.can_create_cms_graphql_queries ● Boolean! non-null scalar

Ability.can_create_cms_layouts ● Boolean! non-null scalar

Ability.can_create_cms_navigation_items ● Boolean! non-null scalar

Ability.can_create_cms_partials ● Boolean! non-null scalar

Ability.can_create_cms_variables ● Boolean! non-null scalar

Ability.can_create_orders ● Boolean! non-null scalar

Ability.can_create_pages ● Boolean! non-null scalar

Ability.can_create_tickets ● Boolean! non-null scalar

Ability.can_create_user_con_profiles ● Boolean! non-null scalar

Ability.can_delete_event ● Boolean! deprecated non-null scalar

DEPRECATED

Deleting events is never allowed; this always returns false

Ability.can_delete_event.eventId ● ID scalar

Ability.can_delete_event_proposal ● Boolean! non-null scalar

Ability.can_delete_event_proposal.eventProposalId ● ID scalar

Ability.can_delete_ticket ● Boolean! non-null scalar

Ability.can_delete_ticket.ticketId ● ID scalar

Ability.can_delete_user_con_profile ● Boolean! non-null scalar

Ability.can_delete_user_con_profile.userConProfileId ● ID scalar

Ability.can_force_confirm_signup ● Boolean! non-null scalar

Ability.can_force_confirm_signup.signupId ● ID scalar

Ability.can_list_events ● Boolean! non-null scalar

Ability.can_manage_any_cms_content ● Boolean! non-null scalar

Ability.can_manage_conventions ● Boolean! non-null scalar

Ability.can_manage_email_routes ● Boolean! non-null scalar

Ability.can_manage_forms ● Boolean! non-null scalar

Ability.can_manage_oauth_applications ● Boolean! non-null scalar

Ability.can_manage_rooms ● Boolean! non-null scalar

Ability.can_manage_runs ● Boolean! non-null scalar

Ability.can_manage_signups ● Boolean! non-null scalar

Ability.can_manage_staff_positions ● Boolean! non-null scalar

Ability.can_manage_ticket_types ● Boolean! non-null scalar

Ability.can_override_maximum_event_provided_tickets ● Boolean! non-null scalar

Ability.can_read_admin_notes_on_event_proposal ● Boolean! non-null scalar

Ability.can_read_admin_notes_on_event_proposal.eventProposalId ● ID scalar

Ability.can_read_any_mailing_list ● Boolean! non-null scalar

Ability.can_read_event_proposals ● Boolean! non-null scalar

Ability.can_read_event_signups ● Boolean! non-null scalar

Ability.can_read_event_signups.eventId ● ID scalar

Ability.can_read_orders ● Boolean! non-null scalar

Ability.can_read_organizations ● Boolean! non-null scalar

Ability.can_read_reports ● Boolean! non-null scalar

Ability.can_read_schedule ● Boolean! non-null scalar

Ability.can_read_schedule_with_counts ● Boolean! non-null scalar

Ability.can_read_signups ● Boolean! non-null scalar

Ability.can_read_user_activity_alerts ● Boolean! non-null scalar

Ability.can_read_user_con_profiles ● Boolean! non-null scalar

Ability.can_read_users ● Boolean! non-null scalar

Ability.can_update_admin_notes_on_event_proposal ● Boolean! non-null scalar

Ability.can_update_admin_notes_on_event_proposal.eventProposalId ● ID scalar

Ability.can_update_bucket_signup ● Boolean! non-null scalar

Ability.can_update_bucket_signup.signupId ● ID scalar

Ability.can_update_convention ● Boolean! non-null scalar

Ability.can_update_counted_signup ● Boolean! non-null scalar

Ability.can_update_counted_signup.signupId ● ID scalar

Ability.can_update_departments ● Boolean! non-null scalar

Ability.can_update_event ● Boolean! non-null scalar

Ability.can_update_event.eventId ● ID scalar

Ability.can_update_event_categories ● Boolean! non-null scalar

Ability.can_update_event_proposal ● Boolean! non-null scalar

Ability.can_update_event_proposal.eventProposalId ● ID scalar

Ability.can_update_notification_templates ● Boolean! non-null scalar

Ability.can_update_orders ● Boolean! non-null scalar

Ability.can_update_products ● Boolean! non-null scalar

Ability.can_update_signup ● Boolean! non-null scalar

Ability.can_update_signup.signupId ● ID scalar

Ability.can_update_signups ● Boolean! non-null scalar

Ability.can_update_ticket ● Boolean! non-null scalar

Ability.can_update_ticket.ticketId ● ID scalar

Ability.can_update_user_con_profile ● Boolean! non-null scalar

Ability.can_update_user_con_profile.userConProfileId ● ID scalar

Ability.can_withdraw_all_user_con_profile_signups ● Boolean! non-null scalar

Ability.can_withdraw_all_user_con_profile_signups.userConProfileId ● ID scalar

Returned By

currentAbility query

Member Of

UserConProfile object