We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The UI has this built into the query:
mutation InsertSequenceToActivity($input: sequence_to_simulated_activity_insert_input!) { sequence: insert_sequence_to_simulated_activity_one(object: $input, on_conflict: {constraint: sequence_to_simulated_activity_primary_key, update_columns: [seq_id]}) { seq_id } }
This will prevent uniqueness violations when trying to link activities to a sequence that are already currently linked to another sequence.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The UI has this built into the query:
This will prevent uniqueness violations when trying to link activities to a sequence that are already currently linked to another sequence.
The text was updated successfully, but these errors were encountered: