Skip to content

Commit fe54bfc

Browse files
committed
Fix FlowType id
1 parent 55333e4 commit fe54bfc

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

app/graphql/types/flow_type_type.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class FlowTypeType < Types::BaseObject
1919
field :names, Types::TranslationType.connection_type, null: true, description: 'Names of the flow type'
2020
field :return_type, Types::DataTypeType, null: true, description: 'Return type of the flow type'
2121

22-
id_field FlowType
22+
id_field ::FlowType
2323
timestamps
2424
end
2525
end

docs/graphql/object/flowtype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Represents a flow type
1414
| `displayMessages` | [`TranslationConnection`](../object/translationconnection.md) | Display message of the function |
1515
| `editable` | [`Boolean!`](../scalar/boolean.md) | Editable status of the flow type |
1616
| `flowTypeSettings` | [`[FlowTypeSetting!]!`](../object/flowtypesetting.md) | Flow type settings of the flow type |
17-
| `id` | [`TypesFlowTypeID!`](../scalar/typesflowtypeid.md) | Global ID of this FlowType |
17+
| `id` | [`FlowTypeID!`](../scalar/flowtypeid.md) | Global ID of this FlowType |
1818
| `identifier` | [`String!`](../scalar/string.md) | Identifier of the flow type |
1919
| `inputType` | [`DataType`](../object/datatype.md) | Input type of the flow type |
2020
| `names` | [`TranslationConnection`](../object/translationconnection.md) | Names of the flow type |

docs/graphql/scalar/typesflowtypeid.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)