Values.BackendAPIResourceConfigSourceThe resource config for the data model, configured as a part of the Amplify project.
type nonrec t = {additionalAuthTypes : ListOfBackendAPIAuthType.t option;Additional authentication methods used to interact with your data models.
*)apiName : string option;The API name used to interact with the data model, configured as a part of your Amplify project.
*)conflictResolution : BackendAPIConflictResolution.t option;The conflict resolution strategy for your data stored in the data models.
*)defaultAuthType : BackendAPIAuthType.t option;The default authentication type for interacting with the configured data models in your Amplify project.
*)service : string option;The service used to provision and interact with the data model.
*)transformSchema : string option;The definition of the data model in the annotated transform of the GraphQL schema.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Double of float | `String of string ])
list ])
list ]
list
| `String of string
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Double of float | `String of string ]) list ])
list ])
list ]