Mutation
Variables
Response
createScheduleSlugs
Create slugs for a list of display names without creating DB rows.
Used by the CLI paradime bolt verify command so users can mint slugs
locally before pushing their YAML.
MUTATION
createScheduleSlugs(displayNames: [String!]!): CreateScheduleSlugsArguments
displayNames
[String!]!
required
Returns
ok
Boolean!
slugs
[String!]!
Mutation
Variables
Response