You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
willaengine/graphql/schema.graphql

20 lines
524 B

"A datetime string with format `Y-m-d H:i:s`, e.g. `2018-01-01 13:00:00`."
scalar DateTime @scalar(class: "Nuwave\\Lighthouse\\Schema\\Types\\Scalars\\DateTime")
"A date string with format `Y-m-d`, e.g. `2011-05-23`."
scalar Date @scalar(class: "Nuwave\\Lighthouse\\Schema\\Types\\Scalars\\Date")
input DateRange {
from: Date!
to: Date!
}
type Mutation
type Query
#import ../modules/wm-crm/graphql/CRM.graphql
#import ../modules/wm-core/graphql/Core.graphql
#import ../modules/wm-common/graphql/Common.graphql