"description":"List items within a time frame where items.start_date is between startDate and endDate parameters (endDate parameter must be present)",
"type":{
"kind":"SCALAR",
"name":"Time",
"ofType":null
},
"defaultValue":null
},
{
"name":"endDate",
"description":"List items within a time frame where items.end_date is between startDate and endDate parameters (startDate parameter must be present)",
"type":{
"kind":"SCALAR",
"name":"Time",
"ofType":null
},
"defaultValue":null
},
{
"name":"iid",
"description":"IID of the epic, e.g., \"1\"",
...
...
@@ -3235,10 +3255,23 @@
}
},
"defaultValue":null
},
}
],
"type":{
"kind":"OBJECT",
"name":"Epic",
"ofType":null
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"epics",
"description":"Find epics",
"args":[
{
"name":"startDate",
"description":"List epics within a time frame where epics.start_date is between start_date and end_date parameters (end_date parameter must be present)",
"description":"List items within a time frame where items.start_date is between startDate and endDate parameters (endDate parameter must be present)",
"type":{
"kind":"SCALAR",
"name":"Time",
...
...
@@ -3248,27 +3281,14 @@
},
{
"name":"endDate",
"description":"List epics within a time frame where epics.end_date is between start_date and end_date parameters (start_date parameter must be present)",
"description":"List items within a time frame where items.end_date is between startDate and endDate parameters (startDate parameter must be present)",
"type":{
"kind":"SCALAR",
"name":"Time",
"ofType":null
},
"defaultValue":null
}
],
"type":{
"kind":"OBJECT",
"name":"Epic",
"ofType":null
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"epics",
"description":"Find epics",
"args":[
},
{
"name":"iid",
"description":"IID of the epic, e.g., \"1\"",
...
...
@@ -3355,26 +3375,6 @@
},
"defaultValue":null
},
{
"name":"startDate",
"description":"List epics within a time frame where epics.start_date is between start_date and end_date parameters (end_date parameter must be present)",
"type":{
"kind":"SCALAR",
"name":"Time",
"ofType":null
},
"defaultValue":null
},
{
"name":"endDate",
"description":"List epics within a time frame where epics.end_date is between start_date and end_date parameters (start_date parameter must be present)",
"type":{
"kind":"SCALAR",
"name":"Time",
"ofType":null
},
"defaultValue":null
},
{
"name":"after",
"description":"Returns the elements in the list that come after the specified cursor.",
...
...
@@ -3534,6 +3534,89 @@
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"milestones",
"description":"Find milestones",
"args":[
{
"name":"startDate",
"description":"List items within a time frame where items.start_date is between startDate and endDate parameters (endDate parameter must be present)",
"type":{
"kind":"SCALAR",
"name":"Time",
"ofType":null
},
"defaultValue":null
},
{
"name":"endDate",
"description":"List items within a time frame where items.end_date is between startDate and endDate parameters (startDate parameter must be present)",
"type":{
"kind":"SCALAR",
"name":"Time",
"ofType":null
},
"defaultValue":null
},
{
"name":"state",
"description":"Filter milestones by state",
"type":{
"kind":"ENUM",
"name":"MilestoneStateEnum",
"ofType":null
},
"defaultValue":null
},
{
"name":"after",
"description":"Returns the elements in the list that come after the specified cursor.",
"type":{
"kind":"SCALAR",
"name":"String",
"ofType":null
},
"defaultValue":null
},
{
"name":"before",
"description":"Returns the elements in the list that come before the specified cursor.",
"type":{
"kind":"SCALAR",
"name":"String",
"ofType":null
},
"defaultValue":null
},
{
"name":"first",
"description":"Returns the first _n_ elements from the list.",
"type":{
"kind":"SCALAR",
"name":"Int",
"ofType":null
},
"defaultValue":null
},
{
"name":"last",
"description":"Returns the last _n_ elements from the list.",
"type":{
"kind":"SCALAR",
"name":"Int",
"ofType":null
},
"defaultValue":null
}
],
"type":{
"kind":"OBJECT",
"name":"MilestoneConnection",
"ofType":null
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"name",
"description":"Name of the namespace",
...
...
@@ -3821,22 +3904,306 @@
"deprecationReason":null
},
{
"name":"twoFactorGracePeriod",
"description":"Time before two-factor authentication is enforced",
"name":"twoFactorGracePeriod",
"description":"Time before two-factor authentication is enforced",
"args":[
],
"type":{
"kind":"SCALAR",
"name":"Int",
"ofType":null
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"userPermissions",
"description":"Permissions for the current user on the resource",
"args":[
],
"type":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"OBJECT",
"name":"GroupPermissions",
"ofType":null
}
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"visibility",
"description":"Visibility of the namespace",
"args":[
],
"type":{
"kind":"SCALAR",
"name":"String",
"ofType":null
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"webUrl",
"description":"Web URL of the group",
"args":[
],
"type":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"SCALAR",
"name":"String",
"ofType":null
}
},
"isDeprecated":false,
"deprecationReason":null
}
],
"inputFields":null,
"interfaces":[
],
"enumValues":null,
"possibleTypes":null
},
{
"kind":"OBJECT",
"name":"GroupPermissions",
"description":null,
"fields":[
{
"name":"readGroup",
"description":"Indicates the user can perform `read_group` on this resource",
"args":[
],
"type":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"SCALAR",
"name":"Boolean",
"ofType":null
}
},
"isDeprecated":false,
"deprecationReason":null
}
],
"inputFields":null,
"interfaces":[
],
"enumValues":null,
"possibleTypes":null
},
{
"kind":"OBJECT",
"name":"MilestoneConnection",
"description":"The connection type for Milestone.",
"fields":[
{
"name":"edges",
"description":"A list of edges.",
"args":[
],
"type":{
"kind":"LIST",
"name":null,
"ofType":{
"kind":"OBJECT",
"name":"MilestoneEdge",
"ofType":null
}
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"nodes",
"description":"A list of nodes.",
"args":[
],
"type":{
"kind":"LIST",
"name":null,
"ofType":{
"kind":"OBJECT",
"name":"Milestone",
"ofType":null
}
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"pageInfo",
"description":"Information to aid in pagination.",
"args":[
],
"type":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"OBJECT",
"name":"PageInfo",
"ofType":null
}
},
"isDeprecated":false,
"deprecationReason":null
}
],
"inputFields":null,
"interfaces":[
],
"enumValues":null,
"possibleTypes":null
},
{
"kind":"OBJECT",
"name":"MilestoneEdge",
"description":"An edge in a connection.",
"fields":[
{
"name":"cursor",
"description":"A cursor for use in pagination.",
"args":[
],
"type":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"SCALAR",
"name":"String",
"ofType":null
}
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"node",
"description":"The item at the end of the edge.",
"args":[
],
"type":{
"kind":"OBJECT",
"name":"Milestone",
"ofType":null
},
"isDeprecated":false,
"deprecationReason":null
}
],
"inputFields":null,
"interfaces":[
],
"enumValues":null,
"possibleTypes":null
},
{
"kind":"OBJECT",
"name":"Milestone",
"description":"Represents a milestone.",
"fields":[
{
"name":"createdAt",
"description":"Timestamp of milestone creation",
"args":[
],
"type":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"SCALAR",
"name":"Time",
"ofType":null
}
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"description",
"description":"Description of the milestone",
"args":[
],
"type":{
"kind":"SCALAR",
"name":"String",
"ofType":null
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"dueDate",
"description":"Timestamp of the milestone due date",
"args":[
],
"type":{
"kind":"SCALAR",
"name":"Time",
"ofType":null
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"id",
"description":"ID of the milestone",
"args":[
],
"type":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"SCALAR",
"name":"ID",
"ofType":null
}
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"startDate",
"description":"Timestamp of the milestone start date",
"args":[
],
"type":{
"kind":"SCALAR",
"name":"Int",
"name":"Time",
"ofType":null
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"userPermissions",
"description":"Permissions for the current user on the resource",
"name":"state",
"description":"State of the milestone",
"args":[
],
...
...
@@ -3844,8 +4211,8 @@
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"OBJECT",
"name":"GroupPermissions",
"kind":"ENUM",
"name":"MilestoneStateEnum",
"ofType":null
}
},
...
...
@@ -3853,22 +4220,26 @@
"deprecationReason":null
},
{
"name":"visibility",
"description":"Visibility of the namespace",
"name":"title",
"description":"Title of the milestone",
"args":[
],
"type":{
"kind":"SCALAR",
"name":"String",
"ofType":null
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"SCALAR",
"name":"String",
"ofType":null
}
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"webUrl",
"description":"Web URL of the group",
"name":"updatedAt",
"description":"Timestamp of last milestone update",
"args":[
],
...
...
@@ -3877,29 +4248,16 @@
"name":null,
"ofType":{
"kind":"SCALAR",
"name":"String",
"name":"Time",
"ofType":null
}
},
"isDeprecated":false,
"deprecationReason":null
}
],
"inputFields":null,
"interfaces":[
],
"enumValues":null,
"possibleTypes":null
},
{
"kind":"OBJECT",
"name":"GroupPermissions",
"description":null,
"fields":[
},
{
"name":"readGroup",
"description":"Indicates the user can perform `read_group` on this resource",
"name":"webPath",
"description":"Web path of the milestone",
"args":[
],
...
...
@@ -3908,7 +4266,7 @@
"name":null,
"ofType":{
"kind":"SCALAR",
"name":"Boolean",
"name":"String",
"ofType":null
}
},
...
...
@@ -3923,6 +4281,29 @@
"enumValues":null,
"possibleTypes":null
},
{
"kind":"ENUM",
"name":"MilestoneStateEnum",
"description":null,
"fields":null,
"inputFields":null,
"interfaces":null,
"enumValues":[
{
"name":"active",
"description":null,
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"closed",
"description":null,
"isDeprecated":false,
"deprecationReason":null
}
],
"possibleTypes":null
},
{
"kind":"OBJECT",
"name":"Epic",
...
...
@@ -3950,6 +4331,26 @@
"name":"children",
"description":"Children (sub-epics) of the epic",
"args":[
{
"name":"startDate",
"description":"List items within a time frame where items.start_date is between startDate and endDate parameters (endDate parameter must be present)",
"type":{
"kind":"SCALAR",
"name":"Time",
"ofType":null
},
"defaultValue":null
},
{
"name":"endDate",
"description":"List items within a time frame where items.end_date is between startDate and endDate parameters (startDate parameter must be present)",
"type":{
"kind":"SCALAR",
"name":"Time",
"ofType":null
},
"defaultValue":null
},
{
"name":"iid",
"description":"IID of the epic, e.g., \"1\"",
...
...
@@ -4036,26 +4437,6 @@
},
"defaultValue":null
},
{
"name":"startDate",
"description":"List epics within a time frame where epics.start_date is between start_date and end_date parameters (end_date parameter must be present)",
"type":{
"kind":"SCALAR",
"name":"Time",
"ofType":null
},
"defaultValue":null
},
{
"name":"endDate",
"description":"List epics within a time frame where epics.end_date is between start_date and end_date parameters (start_date parameter must be present)",
"type":{
"kind":"SCALAR",
"name":"Time",
"ofType":null
},
"defaultValue":null
},
{
"name":"after",
"description":"Returns the elements in the list that come after the specified cursor.",
...
...
@@ -9583,151 +9964,6 @@
],
"possibleTypes":null
},
{
"kind":"OBJECT",
"name":"Milestone",
"description":null,
"fields":[
{
"name":"createdAt",
"description":"Timestamp of milestone creation",
"args":[
],
"type":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"SCALAR",
"name":"Time",
"ofType":null
}
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"description",
"description":"Description of the milestone",
"args":[
],
"type":{
"kind":"SCALAR",
"name":"String",
"ofType":null
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"dueDate",
"description":"Timestamp of the milestone due date",
"args":[
],
"type":{
"kind":"SCALAR",
"name":"Time",
"ofType":null
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"id",
"description":"ID of the milestone",
"args":[
],
"type":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"SCALAR",
"name":"ID",
"ofType":null
}
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"startDate",
"description":"Timestamp of the milestone start date",
"args":[
],
"type":{
"kind":"SCALAR",
"name":"Time",
"ofType":null
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"state",
"description":"State of the milestone",
"args":[
],
"type":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"SCALAR",
"name":"String",
"ofType":null
}
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"title",
"description":"Title of the milestone",
"args":[
],
"type":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"SCALAR",
"name":"String",
"ofType":null
}
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"updatedAt",
"description":"Timestamp of last milestone update",
description: 'List epics within a time frame where epics.start_date is between start_date and end_date parameters (end_date parameter must be present)'
argument:end_date,Types::TimeType,
required: false,
description: 'List epics within a time frame where epics.end_date is between start_date and end_date parameters (start_date parameter must be present)'