Skip to main content

AgreementSortField

No description

enum AgreementSortField {
TITLE
SLUG
VISIBILITY
CREATION_DATE
PUBLICATION_DATE
}

Values

AgreementSortField.TITLE

Sort agreements by title.

AgreementSortField.SLUG

Sort agreements by slug.

AgreementSortField.VISIBILITY

Sort agreements by visibility.

AgreementSortField.CREATION_DATE

Sort agreements by creation date.

AgreementSortField.PUBLICATION_DATE

Sort agreements by publication date.

Member Of

AgreementOrder input

Was this page helpful?