12 lines
124 B
GraphQL
12 lines
124 B
GraphQL
|
|
"""
|
|
Add your CosmosDB NoSQL database schema in this file
|
|
|
|
For example:
|
|
|
|
type Book @model {
|
|
id: ID
|
|
title: String
|
|
}
|
|
|
|
"""
|