OBJECT
ImportCredentialsFlatfile
Import credentials for use with Flatfile.
link GraphQL Schema definition
- type ImportCredentialsFlatfile {
- # The type of entity to be imported.
- : ImportableType!
- # A JSON Web Token.
- : Text!
- }
OBJECT
Import credentials for use with Flatfile.
- type ImportCredentialsFlatfile {
- # The type of entity to be imported.
- : ImportableType!
- # A JSON Web Token.
- : Text!
- }