Skip to content

Commit

Permalink
fix(admin): change order mobilizations to use updated_at desc
Browse files Browse the repository at this point in the history
  • Loading branch information
igr-santos committed Jun 3, 2022
1 parent 051de1a commit 02a91f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const graphQLClient = new GraphQLClient(process.env.REACT_APP_DOMAIN_API_GRAPHQL

export const FETCH_MOBILIZATIONS_QUERY = gql`
query ($where: mobilizations_bool_exp) {
mobilizations(where: $where) {
mobilizations(where: $where, order_by: { updated_at: desc }) {
id
body_font
color_scheme
Expand Down

0 comments on commit 02a91f7

Please sign in to comment.