Mutation

update_site_recorded_login

Updates an existing recorded login sequence for a site.

Arguments

input: UpdateSiteRecordedLoginInput!

The fields used to update an existing recorded login sequence.


Input Fields

id(): ID!
The unique identifier for the recorded login sequence that you want to update.
recorded_login(): RecordedLoginUpdateInput!
The fields used to update the recorded login sequence.

Return Fields

recorded_login(): RecordedLogin
The updated recorded login sequence.

Example

Query