@valueflows/vf-graphql
Version:
Reference GraphQL implementation of the ValueFlows spec
25 lines (20 loc) • 436 B
JavaScript
// Generated by scripts/build.js - edit the *.gql file instead!
module.exports = `
##
#
# Shared structs for connection result ordering parameters
#
# :TODO: revisit this to ensure we have a reliable cross-platform solution
# when sending multiple ordering params (ie. 'SORT BY x ASC, y DESC')
#
# @see schemas/bridging/*.ordering.gql
#
# @package ValueFlows GraphQL
# @since 2021-12-12
#
##
enum Sort {
asc
desc
}
`