We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0718ae8 commit 83335e2Copy full SHA for 83335e2
app/[locale]/dashboard/[entityType]/[entitySlug]/schema.ts
@@ -2,7 +2,7 @@ import { graphql } from '@/gql';
2
3
export const getOrgDetailsQryDoc: any = graphql(`
4
query getOrgDetailsQry($filters: OrganizationFilter) {
5
- organisations(filters: $filters) {
+ organizations(filters: $filters) {
6
id
7
name
8
logo {
app/[locale]/dashboard/[entityType]/schema.ts
export const allOrganizationsListingDoc: any = graphql(`
query allOrganizationsListingDoc {
- organisations {
+ organizations {
0 commit comments