embeddings_rc
Last edit: Aug 09, 2023
Returns collection of all Embeddings in the system.
embeddings_rc(
filter: EmbeddingsFilterInput
page: Int = 1
per_page: Int!
sort: [EmbeddingsSortInput!]
): EmbeddingCollection!
Returns collection of all Embeddings in the system.
embeddings_rc(
filter: EmbeddingsFilterInput
page: Int = 1
per_page: Int!
sort: [EmbeddingsSortInput!]
): EmbeddingCollection!
filter
(EmbeddingsFilterInput
)page
(Int
)per_page
(Int
)sort
(EmbeddingsSortInput
)EmbeddingCollection