OBJECT
Mutation
Available Mutations
link GraphQL Schema definition
- type Mutation {
- # Creates a palette
- #
- # Arguments
- # input:
- (: PaletteInput!): Palette
- # Updates an existing palette
- #
- # Arguments
- # id:
- # input:
- (: ID!, : PaletteInput!): Palette
- # Deletes a palette
- #
- # Arguments
- # id:
- (: ID!): Palette
- # Adds a collaborator to the specified Palette
- #
- # Arguments
- # id:
- # email:
- (: ID!, : String!): Palette
- # Deletes a collaborator from the specified Palette
- #
- # Arguments
- # id:
- # email:
- (: ID!, : String!): Palette
- # Creates a moodboard
- #
- # Arguments
- # input:
- (: MoodboardInput!): Moodboard
- # Updates an existing moodboard
- #
- # Arguments
- # id:
- # input:
- (: ID!, : MoodboardInput!): Moodboard
- # Deletes a moodboard
- #
- # Arguments
- # id:
- (: ID!): Moodboard
- # Adds a collaborator to the specified Moodboard
- #
- # Arguments
- # id:
- # email:
- (: ID!, : String!): Palette
- # Deletes a collaborator from the specified Moodboard
- #
- # Arguments
- # id:
- # email:
- (: ID!, : String!): Palette
- # Creates a custom user Data
- #
- # Arguments
- # input:
- (: UserDataInput!): UserData
- # Trigger Measurement Update
- #
- # Arguments
- # colorLAB:
- # bookId:
- (
- : LABInput,
- : String
- ): MeasurementCallback
- # couponCode:
, returns "success" or error message - #
- # Arguments
- # couponCode:
- (: String): AddCouponCode
- # Arguments
- # type:
- # userData:
- (
- : String,
- : SubscriptionUserDataInput
- ): CreateFastSpringSecurePayloadOutput
- # Arguments
- # input:
- (: SurveyInput!): Survey
- # Arguments
- # token:
- (: String!): HumanValidation
- # Arguments
- # ssoDomain:
- (: String!): VerifySsoDomainResponse
- }
link Require by
This element is not required by anyone