13 lines
124 B
Text
13 lines
124 B
Text
![]() |
|
||
|
"""
|
||
|
Add your CosmosDB NoSQL database schema in this file
|
||
|
|
||
|
For example:
|
||
|
|
||
|
type Book @model {
|
||
|
id: ID
|
||
|
title: String
|
||
|
}
|
||
|
|
||
|
"""
|