OBJECT

UserWebLink

link GraphQL Schema definition

1type UserWebLink {
2
3id: Int!
4
5order: Int!
6
7title: String!
8
9url: String!
10
11}

link Required by