feat: vue-apollo + auth providers resolver (wip)
This commit is contained in:
@@ -29,6 +29,26 @@ interface Base {
|
||||
|
||||
# TYPES
|
||||
|
||||
type KeyValuePair {
|
||||
key: String!
|
||||
value: String!
|
||||
}
|
||||
input KeyValuePairInput {
|
||||
key: String!
|
||||
value: String!
|
||||
}
|
||||
|
||||
type DefaultResponse {
|
||||
operation: ResponseStatus
|
||||
}
|
||||
|
||||
type ResponseStatus {
|
||||
succeeded: Boolean!
|
||||
code: Int!
|
||||
slug: String!
|
||||
message: String
|
||||
}
|
||||
|
||||
type Comment implements Base {
|
||||
id: Int!
|
||||
createdAt: Date
|
||||
|
Reference in New Issue
Block a user