Skip to content

Commit

Permalink
Requried type on route
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfarrell76 committed Oct 19, 2023
1 parent 14d5ae8 commit e9a956f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Transcend Inc.",
"name": "@transcend-io/cli",
"description": "Small package containing useful typescript utilities.",
"version": "4.111.0",
"version": "4.111.1",
"homepage": "https://github.com/transcend-io/cli",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/graphql/gqls/prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const PROMPT_GROUPS = gql`
`;

export const PROMPTS_WITH_VARIABLES = gql`
query TranscendCliPromptsWithVariables($input: PromptsWithVariablesInput) {
query TranscendCliPromptsWithVariables($input: PromptsWithVariablesInput!) {
promptsWithVariables(input: $input) {
prompts {
id
Expand Down

0 comments on commit e9a956f

Please sign in to comment.