CopyRelationsSourceInput
Provides the fields and values to define the source entity.
input CopyRelationsSourceInput {
id: ID!
type: ModuleSlugType!
}
Fields
CopyRelationsSourceInput.id
● ID!
non-null scalar
The entity's unique identifier.
CopyRelationsSourceInput.type
● ModuleSlugType!
non-null enum
The entity's type.
Member Of
CopyRelationsInput
input