Annotation Interface GraphQLDefaultOrderBy


@Retention(RUNTIME) @Target(FIELD) public @interface GraphQLDefaultOrderBy
Mark the default field to be ordered by GraphQL JPA Schema Executor If there are no orders specified in the resulting query, the @Id field will be used as a default sorting key
Author:
Igor Dianov
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
  • Element Details

    • asc

      boolean asc
      Default:
      true