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

# ObjectOwner

> Object ownership metadata returned from assign/transfer mutations.

**Object**

Object ownership metadata returned from assign/transfer mutations.

## Fields

<ResponseField name="objectOwnerId" type="UUID!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="accountId" type="UUID!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="objectType" type="String!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="objectId" type="UUID!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="userId" type="UUID!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="createdAt" type="DateTime!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="updatedAt" type="DateTime!">
  *No description provided in the schema yet.*
</ResponseField>
