Skip to content

Commit 895bd32

Browse files
authored
fix: expose prompt in prompts query (#2573)
1 parent 2a5be59 commit 895bd32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/schema/prompts.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ export const typeDefs = /* GraphQL */ `
3030
3131
description: String
3232
33+
prompt: String!
34+
3335
createdAt: DateTime!
3436
3537
updatedAt: DateTime!

0 commit comments

Comments
 (0)