> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
> Use this file to discover all available pages before exploring further.

# OrganizationSocial

> A social profile associated with an Organization (twitter, telegram, discord, …).

### TypeScript shape

```ts theme={null}
interface OrganizationSocial {
  url: string;
  type: string | null;
}
```

<ResponseField name="url" type="String!">
  The social profile URL.
</ResponseField>

<ResponseField name="type" type="String">
  Social type (e.g. twitter, telegram, discord).
</ResponseField>
