OBJECT
SparkyChatConfig
link GraphQL Schema definition
- type SparkyChatConfig implements Node {
- : ID!
- : String
- : String!
- : String!
- : Boolean!
- : Time!
- : String
- : Time!
- # The user who created this prompt
- : User
- # The prompt this prompt was copied from
- : SparkyChatConfig
- : [SparkyChatConfig!]
- # The rules for this prompt
- : [SparkyRule!]
- }