OBJECT
PostSimilarityResponse
link GraphQL Schema definition
- type PostSimilarityResponse {
- # Arguments
- # first: [Not documented]
- # after: [Not documented]
- # config: [Not documented]
- (: Int, : Cursor, : SimilarPostConfig): SimilarPostConnection!
- # Arguments
- # first: [Not documented]
- # after: [Not documented]
- # config: [Not documented]
- (: Int, : Cursor, : SimilarPostConfig): SimilarPostConnection!
- # Arguments
- # first: [Not documented]
- # after: [Not documented]
- # config: [Not documented]
- (
- : Int,
- : Cursor,
- : SimilarPostConfig
- ): SimilarPostConnection!
- }