import gql from 'graphql-tag' export default gql` query { listRuns(first:10,after:"") { items { id, name }, nextToken } }`