Welcome to mirror list, hosted at ThFree Co, Russian Federation.

crm_organization_fields.fragment.graphql « graphql « components « organizations « crm « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4adc5742d3aad227136b27c26492cf974d4ea476 (plain)
1
2
3
4
5
6
7
fragment OrganizationFragment on CustomerRelationsOrganization {
  __typename
  id
  name
  defaultRate
  description
}