CreatePropertyInput: {
    clientMutationId?: InputMaybe<Scalars["String"]["input"]>;
    name?: InputMaybe<Scalars["String"]["input"]>;
}

Input object for creating a property.

Type declaration

  • OptionalclientMutationId?: InputMaybe<Scalars["String"]["input"]>

    Client mutation ID. Optional value that is echoed back in the response.

  • Optionalname?: InputMaybe<Scalars["String"]["input"]>

    Optional name for the property.