lib/ecoportal/api/graphql/query/actions.rb in ecoportal-api-graphql-0.1.4 vs lib/ecoportal/api/graphql/query/actions.rb in ecoportal-api-graphql-0.1.5
- old
+ new
@@ -37,55 +37,12 @@
}
end
def default_connection_block
Proc.new {
- totalCount
- pageInfo {
- endCursor
- }
+ ___Ecoportal__API__GraphQL__Fragment__Pagination
nodes {
- id
- altId
- actionCategory {
- name
- value
- }
- standaloneAction
- status
- relativeStatus
- archived
- tags
- name
- description
- assignedTo {
- id
- name
- email
- }
- createdAt {
- dateTime
- timeZone
- }
- dueDate {
- dateTime
- timeZone
- }
- completedAt {
- dateTime
- timeZone
- }
- completer {
- name
- email
- }
- linkedResources {
- id
- page {
- name
- mouldCounter
- }
- }
+ ___Ecoportal__API__GraphQL__Fragment__Action
}
}
end
end
end