From 15aa9df5a4ea88ed9c5f5fd931850ce61d14bf19 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Fri, 26 Jan 2018 07:01:14 -0500
Subject: [PATCH] New translations invertex.md (Polish)

---
 pl/invertex.md | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 pl/invertex.md

diff --git a/pl/invertex.md b/pl/invertex.md
new file mode 100644
index 00000000..3b421afe
--- /dev/null
+++ b/pl/invertex.md
@@ -0,0 +1,29 @@
+Valid on frames: **Edge**
+
+Allowed prefixes when operation is AUTO: `get`
+
+The `@InVertex` takes no parameters and is used only on get methods that themself take no parameters. It specifies the `VertexFrame` at the head of an edge.
+
+example:
+
+```java
+@InVertex
+//Method declared here
+```
+
+## GET Operation
+
+Valid method signatures: `( )`
+
+### Signature: `( )`
+
+Valid return types: `VertexFrame`.
+
+Get the head vertex of the edge.
+
+example:
+
+```java
+@InVertex
+BarVertex getFoobar();
+```
\ No newline at end of file
-- 
GitLab