style: auto format whole project
This commit is contained in:
@@ -2,7 +2,11 @@ import { gql } from '@apollo/client';
|
||||
|
||||
export const GET_EXECUTION_STEPS = gql`
|
||||
query GetExecutionSteps($executionId: String!, $limit: Int!, $offset: Int!) {
|
||||
getExecutionSteps(executionId: $executionId, limit: $limit, offset: $offset) {
|
||||
getExecutionSteps(
|
||||
executionId: $executionId
|
||||
limit: $limit
|
||||
offset: $offset
|
||||
) {
|
||||
pageInfo {
|
||||
currentPage
|
||||
totalPages
|
||||
|
||||
Reference in New Issue
Block a user