botbook/node_modules/@azure/static-web-apps-cli/swa-db-connections/staticwebapp.database.schema.gql
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

12 lines
124 B
GraphQL

"""
Add your CosmosDB NoSQL database schema in this file
For example:
type Book @model {
id: ID
title: String
}
"""