botbook/node_modules/@azure/static-web-apps-cli/swa-db-connections/staticwebapp.database.schema.gql

13 lines
124 B
Text
Raw Normal View History

2024-09-04 13:13:15 -03:00
"""
Add your CosmosDB NoSQL database schema in this file
For example:
type Book @model {
id: ID
title: String
}
"""