summaryrefslogtreecommitdiff
path: root/app/graphql/types/customer_relations/contact_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/customer_relations/contact_type.rb')
-rw-r--r--app/graphql/types/customer_relations/contact_type.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/types/customer_relations/contact_type.rb b/app/graphql/types/customer_relations/contact_type.rb
index b5224a3e239..6a3882c66af 100644
--- a/app/graphql/types/customer_relations/contact_type.rb
+++ b/app/graphql/types/customer_relations/contact_type.rb
@@ -5,7 +5,7 @@ module Types
class ContactType < BaseObject
graphql_name 'CustomerRelationsContact'
- authorize :read_contact
+ authorize :read_crm_contact
field :id,
GraphQL::Types::ID,