Skip to content

how to use "Global Query Parameters" #20

Answered by casualmatt
casualmatt asked this question in Q&A
Discussion options

You must be logged in to vote

Also i think that the deep query parameter is not supported.
https://docs.directus.io/reference/query/#deep

export interface DirectusQueryParams {
fields?: Array<string>;
sort?: string | Array<string>;
filter?: Record<string, unknown>;
limit?: number;
offset?: number;
page?: number;
alias?: string | Array<string>;
}

Replies: 2 comments 5 replies

Comment options

casualmatt
Apr 11, 2022
Collaborator Author

You must be logged in to vote
5 replies
@casualmatt
Comment options

casualmatt Apr 11, 2022
Collaborator Author

@Intevel
Comment options

@casualmatt
Comment options

casualmatt Apr 11, 2022
Collaborator Author

@Intevel
Comment options

@casualmatt
Comment options

casualmatt Apr 11, 2022
Collaborator Author

Answer selected by casualmatt
Comment options

casualmatt
Aug 8, 2022
Collaborator Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants