mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix weird indentation issue with VS Code
This commit is contained in:
parent
86d80c689c
commit
3b056aacc1
@ -1,28 +1,27 @@
|
||||
type EMOTED @relation(name: "EMOTED") {
|
||||
from: User
|
||||
to: Post
|
||||
from: User
|
||||
to: Post
|
||||
|
||||
emotion: Emotion
|
||||
# createdAt: DateTime
|
||||
# updatedAt: DateTime
|
||||
createdAt: String
|
||||
updatedAt: String
|
||||
emotion: Emotion
|
||||
# createdAt: DateTime
|
||||
# updatedAt: DateTime
|
||||
createdAt: String
|
||||
updatedAt: String
|
||||
}
|
||||
|
||||
input _EMOTEDInput {
|
||||
emotion: Emotion
|
||||
createdAt: String
|
||||
updatedAt: String
|
||||
emotion: Emotion
|
||||
createdAt: String
|
||||
updatedAt: String
|
||||
}
|
||||
|
||||
|
||||
input _PostEMOTEDFilter {
|
||||
emotion_in: [Emotion]
|
||||
createdAt: String
|
||||
updatedAt: String
|
||||
emotion_in: [Emotion]
|
||||
createdAt: String
|
||||
updatedAt: String
|
||||
}
|
||||
|
||||
type Mutation {
|
||||
AddPostEmotions(to: _PostInput!, data: _EMOTEDInput!): EMOTED
|
||||
RemovePostEmotions(to: _PostInput!, data: _EMOTEDInput!): EMOTED
|
||||
}
|
||||
AddPostEmotions(to: _PostInput!, data: _EMOTEDInput!): EMOTED
|
||||
RemovePostEmotions(to: _PostInput!, data: _EMOTEDInput!): EMOTED
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user