OBJECT

ProfileChecklist

link GraphQL Schema definition

1type ProfileChecklist {
2
3hasApp: Boolean
4
5hasCoverImage: Boolean
6
7hasEditedAvailability: Boolean
8
9hasProfilePhoto: Boolean!
10
11hasPublishedProject: Boolean
12
13hasUsername: Boolean!
14
15shouldHide: Boolean!
16
17}

link Required by