summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/crm/components/queries/get_group_organizations.query.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/crm/components/queries/get_group_organizations.query.graphql')
-rw-r--r--app/assets/javascripts/crm/components/queries/get_group_organizations.query.graphql8
1 files changed, 3 insertions, 5 deletions
diff --git a/app/assets/javascripts/crm/components/queries/get_group_organizations.query.graphql b/app/assets/javascripts/crm/components/queries/get_group_organizations.query.graphql
index 7c4ec6ec585..e8d8109431e 100644
--- a/app/assets/javascripts/crm/components/queries/get_group_organizations.query.graphql
+++ b/app/assets/javascripts/crm/components/queries/get_group_organizations.query.graphql
@@ -1,14 +1,12 @@
+#import "./crm_organization_fields.fragment.graphql"
+
query organizations($groupFullPath: ID!) {
group(fullPath: $groupFullPath) {
__typename
id
organizations {
nodes {
- __typename
- id
- name
- defaultRate
- description
+ ...OrganizationFragment
}
}
}