This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
allocations:altcolor <g><path/><path/><path/></g> | |
allocations:color <g><path/><path/><path/></g> | |
allocations:grayscale <g><path/><path/><path/></g> | |
allocations:wireframegray <g><g><path/><path/><path/></g></g> | |
allocations:wireframewhite <g><g><path/><path/><path/></g></g> | |
************************************************************************************************************************ | |
appointment:altcolor <g><g><path/><path/><path/><path/><path/></g></g> | |
appointment:color <g><path/><path/><path/><path/><path/></g> | |
appointment:grayscale <g><path/><path/><p |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BL3DBD83us4s63kzdVcUR9byLKsdo7iHGS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BL3DBD83us4s63kzdVcUR9byLKsdo7iHGS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x4F386713aEF0340A016bc1aEE0B703b5A4d40dA5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0xd7250e8D1123cb876CC91C55613177e78b58c222 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3PwXdGZYCja1XYNH88iDT2SzCkegG9PoTu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
etnkDRXh6RbLEgMwyd47XQLMVj4yRDEYk | |
816o19tjdU3JxMAtqmzPGWbQDZmPCyECB | |
PNzhor36xJwXM2YsV4ubLE2zbjuscFiV |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0xAa2C6c29d440Dbeb04D0F50c1735F0C2B0B7e040 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35dwABviaHRdroN9xmddyAQGXAgW447RnP |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fetchAgent : String -> Cmd Msg | |
fetchAgent slug = | |
let | |
query = | |
Query.selection identity | |
|> with | |
(Query.node { id = Api.encodeAgentId slug } | |
(Node.selection (always Agent) | |
[ Node.onAgent agentSelection ] | |
) |