UpdateBrandProfileInput
No description
input UpdateBrandProfileInput {
id: ID!
patch: PatchableBrandProfileFields!
}
Fields
UpdateBrandProfileInput.id ● ID! non-null scalar
UpdateBrandProfileInput.patch ● PatchableBrandProfileFields! non-null input
Member Of
updateBrandProfile mutation


