Anchor to flowGenerateSignatureflow
mutationflow Generate Signature
Generates a signature for a Flow action payload.
Anchor to Arguments
Arguments
- id (ID!)
- payload (String!)
- •ID!required
The unique identifier of the Flow action definition.
- Anchor to payloadpayload•String!required
The request payload used to generate the signature.
Was this section helpful?
- payload (String)
- signature (String)
- userErrors ([UserError!]!)
- Anchor to payloadpayload•String
The payload used to generate the signature.
- Anchor to signaturesignature•String
The generated signature.
- Anchor to userErrorsuser•[User
Errors Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?