Mark Daychman
Results
1
comments of
Mark Daychman
schema.graphql ``` schema { query: Queries } interface VideoInterface { id: ID! thumbnail: String! video: String! likeCount: Int! company: ComanyType! } type CompanyType { id: String name: String username: String...