fix graphql errors in notifications
This commit is contained in:
parent
87b5bb80fd
commit
f4040756b3
@ -159,7 +159,7 @@ export default gql`
|
|||||||
remote: Boolean
|
remote: Boolean
|
||||||
sub: Sub
|
sub: Sub
|
||||||
subName: String
|
subName: String
|
||||||
status: String
|
status: String!
|
||||||
uploadId: Int
|
uploadId: Int
|
||||||
otsHash: String
|
otsHash: String
|
||||||
parentOtsHash: String
|
parentOtsHash: String
|
||||||
|
@ -31,7 +31,7 @@ export default gql`
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Sub {
|
type Sub {
|
||||||
name: ID!
|
name: String!
|
||||||
createdAt: Date!
|
createdAt: Date!
|
||||||
userId: Int!
|
userId: Int!
|
||||||
user: User!
|
user: User!
|
||||||
|
@ -49,7 +49,7 @@ export default gql`
|
|||||||
type User {
|
type User {
|
||||||
id: ID!
|
id: ID!
|
||||||
createdAt: Date!
|
createdAt: Date!
|
||||||
name: String
|
name: String!
|
||||||
nitems(when: String, from: String, to: String): Int!
|
nitems(when: String, from: String, to: String): Int!
|
||||||
nposts(when: String, from: String, to: String): Int!
|
nposts(when: String, from: String, to: String): Int!
|
||||||
nterritories(when: String, from: String, to: String): Int!
|
nterritories(when: String, from: String, to: String): Int!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user