Anchor to FlowGenerateSignaturePayloadFlow
payloadFlow Generate Signature Payload
Return type for mutation.
Anchor to FieldsFields
- 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?
Anchor to Mutations with this payloadMutations with this payload
- flowGenerateSignature (FlowGenerateSignaturePayload)
- •mutation
Generates a signature for a Flow action payload.
- •ID!required
The unique identifier of the Flow action definition.
- Anchor to payloadpayload•String!required
The request payload used to generate the signature.
Arguments
- •ID!
Was this section helpful?