chore: add apps from go.sour.is/ev
This commit is contained in:
13
app/salty/salty.graphqls
Normal file
13
app/salty/salty.graphqls
Normal file
@@ -0,0 +1,13 @@
|
||||
extend type Query {
|
||||
saltyUser(nick: String!): SaltyUser
|
||||
}
|
||||
|
||||
extend type Mutation {
|
||||
createSaltyUser(nick: String! pubkey: String!): SaltyUser
|
||||
}
|
||||
|
||||
type SaltyUser @goModel(model: "go.sour.is/tools/app/salty.SaltyUser"){
|
||||
pubkey: String!
|
||||
inbox: String!
|
||||
endpoint: String!
|
||||
}
|
||||
Reference in New Issue
Block a user