Type Alias UpdatePropertyPayload
UpdatePropertyPayload: { __typename?: "UpdatePropertyPayload"; clientMutationId?: Maybe<Scalars["String"]["output"]>; property: Property; } Type declaration
Optional__typename?: "UpdatePropertyPayload"
OptionalclientMutationId?: Maybe<Scalars["String"]["output"]>
Response payload to the updateProperty mutation.